Home | History | Annotate | Download | only in flex-2.5.4a

Lines Matching refs:nmstr

52 	strcpy( nmstr, yytext ); \
139 strcpy( nmstr, yytext );
197 ndinstal( nmstr, nmdef );
280 strcpy( nmstr, yytext + 1 );
281 nmstr[strlen( nmstr ) - 1] = '\0';
404 strcpy( nmstr, yytext );
409 if ( (cclval = ccllookup( (Char *) nmstr )) != 0 )
423 cclinstal( (Char *) nmstr, lastccl + 1 );
439 strcpy( nmstr, yytext + 1 );
440 nmstr[yyleng - 2] = '\0'; /* chop trailing brace */
442 if ( (nmdefptr = ndlookup( nmstr )) == 0 )
445 nmstr );