Lines Matching defs:pointer

133   char *pointer;                /* Pointer to the input text. */
158 /* Global pointer to argv[0]. */
790 { "no-pointer-validate", 0, &validating, 0 }, /* formerly -nv */
1239 /* Find and load the file named FILENAME. Return a pointer to
1636 /* Return the next token as a string pointer. We cons the string. */
1887 /* Backup the input pointer to the previous character, keeping track
2254 free_and_clear (pointer)
2255 char **pointer;
2257 if (*pointer)
2259 free (*pointer);
2260 *pointer = (char *) NULL;
2410 is found, return a pointer to the data structure. Otherwise
2481 /* Return the string which invokes PROC; a pointer to a function. */
3284 /* Return a pointer to the string which is the function to wrap around
3373 /* Return a pointer to the print name of this
4821 /* Default the NEXT pointer to be the first menu item in
5317 pointer file, which contains indirect pointers and
6929 pointer to just past the matching close brace. */
7824 /* Return a pointer to the entry of (name . index) for this name.
8199 pointer. We call qsort because it's supposed to be fast.
8909 /* Execute the macro passed in DEF, a pointer to a MACRO_DEF. */
9219 remember_itext (pointer, offset)
9220 char *pointer;
9234 /* If the pointer is already present in the list, then set the offset. */
9237 (itext_info[i]->pointer == pointer))
9247 pointer and offset. */
9264 /* Now add the pointer and the offset. */
9266 itext_info[i]->pointer = pointer;
9275 forget_itext (pointer)
9276 char *pointer;
9281 if (itext_info[i] && (itext_info[i]->pointer == pointer))
9330 if (itext_info[i] && itext_info[i]->pointer == input_text)
9349 maybe_write_itext (pointer, offset)
9350 char *pointer;
9357 if (itext_info[i] && (itext_info[i]->pointer == pointer))
9365 write_region_to_macro_output (itext->pointer, itext->offset, offset);
9366 remember_itext (pointer, offset);
9553 If the file could not be found, return a NULL pointer. */