Lines Matching defs:string
26 #include <string.h>
134 char *string;
191 %token <string> IDENTIFIER USED_IDENTIFIER
192 %type <string> string
305 option: OPTION string ';'
721 | string
1938 optVarSize: string
2231 string: IDENTIFIER
2484 /* free name string here since we duplicated it in add_parameter() */
2640 /* Call vsnprintf once to determine how large the final string is. Call it
2699 /* Make a copy of the program string and force it to be NUL-terminated.
2709 state->prog->String = strz;