Home | History | Annotate | Download | only in rdist

Lines Matching refs:STRING

62 %term STRING	9
72 char *string;
78 %type <string> NAME, STRING
173 | SPECIAL opt_namelist STRING SM = {
249 case '"': /* STRING */
254 yyerror("command string too long\n");
275 yylval.string = makestr(yytext);
276 return(STRING);
350 yylval.string = makestr(yytext);
454 * Return a copy of the string.