Lines Matching refs:nmstr
1924 strncpy( nmstr, yytext, sizeof(nmstr) ); \
2401 strncpy( nmstr, yytext, sizeof(nmstr) );
2643 format_synerr( _("Definition value for {%s} too long\n"), nmstr);
2654 ndinstal( nmstr, nmdef );
3081 strncpy( nmstr, yytext + 1, sizeof(nmstr) );
3088 nmstr[strlen( nmstr ) - 1] = '\0';
3352 strncpy( nmstr, yytext, sizeof(nmstr) );
3368 && (cclval = ccllookup( nmstr )) != 0 )
3382 cclinstal( nmstr, lastccl + 1 );
3421 strncpy( nmstr, yytext + 1, sizeof(nmstr) );
3428 nmstr[yyleng - 2 - end_is_ws] = '\0'; /* chop trailing brace */
3430 if ( (nmdefptr = ndlookup( nmstr )) == NULL )
3433 nmstr );