Lines Matching refs:nmstr
78 strncpy( nmstr, yytext, sizeof(nmstr) ); \
211 strncpy( nmstr, yytext, sizeof(nmstr) );
464 strncpy( nmstr, yytext + 1, sizeof(nmstr) );
471 nmstr[strlen( nmstr ) - 1] = '\0';
641 strncpy( nmstr, yytext, sizeof(nmstr) );
657 && (cclval = ccllookup( nmstr )) != 0 )
671 cclinstal( nmstr, lastccl + 1 );
699 strncpy( nmstr, yytext + 1, sizeof(nmstr) );
706 nmstr[yyleng - 2 - end_is_ws] = '\0'; /* chop trailing brace */
708 if ( (nmdefptr = ndlookup( nmstr )) == NULL )
711 nmstr );