Searched refs:nmstr (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/flex/
H A Dscan.l71 strcpy( nmstr, yytext ); \
188 strcpy( nmstr, yytext );
300 format_synerr( _("Definition value for {%s} too long\n"), nmstr);
311 ndinstal( nmstr, nmdef );
439 strcpy( nmstr, yytext + 1 );
446 nmstr[strlen( nmstr ) - 1] = '\0';
614 strcpy( nmstr, yytext );
630 && (cclval = ccllookup( (Char *) nmstr )) != 0 )
644 cclinstal( (Char *) nmstr, lastcc
[all...]
H A Dyylex.c124 fprintf (stderr, "'%s'", nmstr);
H A Dparse.y178 { scinstal( nmstr, xcluflg ); }
181 { scinstal( nmstr, xcluflg ); }
196 outfilename = copy_string( nmstr );
200 { extra_type = copy_string( nmstr ); }
202 { prefix = copy_string( nmstr ); }
204 { yyclass = copy_string( nmstr ); }
206 { headerfilename = copy_string( nmstr ); }
208 { tablesext = true; tablesfilename = copy_string( nmstr ); }
356 if ( (scnum = sclookup( nmstr )) == 0 )
359 nmstr );
[all...]
H A Dflexdef.h655 * nmstr - last NAME scanned by the scanner
674 extern char nmstr[MAXLINE];
H A Dmain.c98 char nmstr[MAXLINE];
97 char nmstr[MAXLINE]; variable
/freebsd-10-stable/usr.bin/lex/
H A Dinitparse.c922 { scinstal( nmstr, xcluflg ); }
926 { scinstal( nmstr, xcluflg ); }
935 outfilename = copy_string( nmstr );
941 { extra_type = copy_string( nmstr ); }
945 { prefix = copy_string( nmstr ); }
949 { yyclass = copy_string( nmstr ); }
953 { headerfilename = copy_string( nmstr ); }
957 { tablesext = true; tablesfilename = copy_string( nmstr ); }
1107 if ( (scnum = sclookup( nmstr )) == 0 )
1110 nmstr );
[all...]
H A Dinitscan.c1958 strcpy( nmstr, yytext ); \
2432 strcpy( nmstr, yytext );
2669 format_synerr( _("Definition value for {%s} too long\n"), nmstr);
2680 ndinstal( nmstr, nmdef );
3112 strcpy( nmstr, yytext + 1 );
3119 nmstr[strlen( nmstr ) - 1] = '\0';
3380 strcpy( nmstr, yytext );
3396 && (cclval = ccllookup( (Char *) nmstr )) != 0 )
3410 cclinstal( (Char *) nmstr, lastcc
[all...]

Completed in 144 milliseconds