HomeSort by relevance Sort by last modified time
    Searched refs:nmstr (Results 1 - 8 of 8) sorted by null

  /external/webkit/WebKitTools/android/flex-2.5.4a/
scan.l 52 strcpy( nmstr, yytext ); \
139 strcpy( nmstr, yytext );
197 ndinstal( nmstr, nmdef );
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 )
    [all...]
yylex.c 126 fprintf( stderr, "'%s'", nmstr );
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 );
initscan.c     [all...]
flexdef.h 631 * nmstr - last NAME scanned by the scanner
650 extern char nmstr[MAXLINE];
    [all...]
main.c 97 char nmstr[MAXLINE]; variable
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
parse.c 740 { scinstal( nmstr, xcluflg ); }
744 { scinstal( nmstr, xcluflg ); }
753 outfilename = copy_string( nmstr );
759 { prefix = copy_string( nmstr ); }
763 { yyclass = copy_string( nmstr ); }
913 if ( (scnum = sclookup( nmstr )) == 0 )
916 nmstr );
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/MVS/
initscan-mvs.c 216 (void) strcpy( nmstr, (char *) yytext ); \
    [all...]

Completed in 3591 milliseconds