Lines Matching refs:nmstr
1295 strcpy( nmstr, yytext ); \
1668 strcpy( nmstr, yytext );
1779 ndinstal( nmstr, nmdef );
2047 strcpy( nmstr, yytext + 1 );
2048 nmstr[strlen( nmstr ) - 1] = '\0';
2258 strcpy( nmstr, yytext );
2263 if ( (cclval = ccllookup( (Char *) nmstr )) != 0 )
2277 cclinstal( (Char *) nmstr, lastccl + 1 );
2296 strcpy( nmstr, yytext + 1 );
2297 nmstr[yyleng - 2] = '\0'; /* chop trailing brace */
2299 if ( (nmdefptr = ndlookup( nmstr )) == 0 )
2302 nmstr );