Searched refs:nmstr (Results 1 – 9 of 9) sorted by relevance
/external/webkit/WebKitTools/android/flex-2.5.4a/ |
D | scan.l | 52 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 …]
|
D | parse.y | 172 { 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 );
|
D | initscan.c | 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 */ [all …]
|
D | yylex.c | 126 fprintf( stderr, "'%s'", nmstr ); in yylex()
|
D | flexdef.h | 650 extern char nmstr[MAXLINE];
|
D | main.c | 97 char nmstr[MAXLINE]; variable
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/MVS/ |
D | initscan-mvs.c | 216 (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/ |
D | parse.c | 740 { 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/ |
D | Borland-2.4 | 232 extern char nmstr[MAXLINE];
|