Lines Matching defs:string
28 #include <string.h>
145 char *string;
201 %token <string> IDENTIFIER USED_IDENTIFIER
202 %type <string> string
322 option: OPTION string ';'
676 | string
2067 string: IDENTIFIER
2332 /* free name string here since we duplicated it in add_parameter() */
2485 /* Call vsnprintf once to determine how large the final string is. Call it
2544 /* Make a copy of the program string and force it to be newline and NUL-terminated.
2586 /* Remove the newline we added so reflection returns the original string */