where 430 htags/common.c gen_image(int where, const char *file, const char *alt) where 433 htags/common.c const char *dir = (where == PARENT) ? "../icons" : "icons"; where 280 libglibc/obstack.h # define obstack_grow(OBSTACK,where,length) \ where 286 libglibc/obstack.h memcpy (__o->next_free, where, __len); \ where 290 libglibc/obstack.h # define obstack_grow0(OBSTACK,where,length) \ where 296 libglibc/obstack.h memcpy (__o->next_free, where, __len); \ where 356 libglibc/obstack.h # define obstack_copy(OBSTACK,where,length) \ where 359 libglibc/obstack.h obstack_grow (__h, (where), (length)); \ where 362 libglibc/obstack.h # define obstack_copy0(OBSTACK,where,length) \ where 365 libglibc/obstack.h obstack_grow0 (__h, (where), (length)); \ where 415 libglibc/obstack.h # define obstack_grow(h,where,length) \ where 419 libglibc/obstack.h memcpy ((h)->next_free, where, (h)->temp), \ where 422 libglibc/obstack.h # define obstack_grow0(h,where,length) \ where 426 libglibc/obstack.h memcpy ((h)->next_free, where, (h)->temp), \ where 460 libglibc/obstack.h # define obstack_copy(h,where,length) \ where 461 libglibc/obstack.h (obstack_grow ((h), (where), (length)), obstack_finish ((h))) where 463 libglibc/obstack.h # define obstack_copy0(h,where,length) \ where 464 libglibc/obstack.h (obstack_grow0 ((h), (where), (length)), obstack_finish ((h))) where 926 libglibc/regex.c print_double_string (where, string1, size1, string2, size2) where 927 libglibc/regex.c const char *where; where 935 libglibc/regex.c if (where == NULL) where 939 libglibc/regex.c if (FIRST_STRING_P (where)) where 941 libglibc/regex.c for (this_char = where - string1; this_char < size1; this_char++) where 944 libglibc/regex.c where = string2; where 947 libglibc/regex.c for (this_char = where - string2; this_char < size2; this_char++)