Home
last modified time | relevance | path

Searched refs:nmstr (Results 1 – 9 of 9) sorted by relevance

/external/webkit/WebKitTools/android/flex-2.5.4a/
Dscan.l52 strcpy( nmstr, yytext ); \
139 strcpy( nmstr, yytext );
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 )
[all …]
Dparse.y172 { scinstal( nmstr, xcluflg ); }
175 { scinstal( nmstr, xcluflg ); }
190 outfilename = copy_string( nmstr );
194 { prefix = copy_string( nmstr ); }
196 { yyclass = copy_string( nmstr ); }
344 if ( (scnum = sclookup( nmstr )) == 0 )
347 nmstr );
Dinitscan.c1295 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 */
[all …]
Dyylex.c126 fprintf( stderr, "'%s'", nmstr ); in yylex()
Dflexdef.h650 extern char nmstr[MAXLINE];
Dmain.c97 char nmstr[MAXLINE]; variable
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/MVS/
Dinitscan-mvs.c216 (void) strcpy( nmstr, (char *) yytext ); \
1468 (void) strcpy( nmstr, (char *) yytext );
1551 ndinstal( nmstr, nmdef );
1759 (void) strcpy( nmstr, (char *) yytext );
1762 if ( (cclval = ccllookp( (Char *) nmstr )) )
1773 cclnstal( (Char *) nmstr, lastccl + 1 );
1778 PUT_BACK_STRING((Char *) nmstr, 1);
1791 (void) strcpy( nmstr, (char *) yytext );
1792 nmstr[yyleng - 1] = '\0'; /* chop trailing brace */
1795 if ( ! (nmdefptr = ndlookup( nmstr + 1 )) )
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
Dparse.c740 { scinstal( nmstr, xcluflg ); } in yyparse()
744 { scinstal( nmstr, xcluflg ); } in yyparse()
753 outfilename = copy_string( nmstr ); in yyparse()
759 { prefix = copy_string( nmstr ); } in yyparse()
763 { yyclass = copy_string( nmstr ); } in yyparse()
913 if ( (scnum = sclookup( nmstr )) == 0 ) in yyparse()
916 nmstr ); in yyparse()
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Borland.old/
DBorland-2.4232 extern char nmstr[MAXLINE];