OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nmdef
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
initscan-mvs.c
1291
Char
nmdef
[MAXLINE], myesc();
variable
[
all
...]
/external/webkit/Tools/android/flex-2.5.4a/
initscan.c
1494
Char
nmdef
[MAXLINE], myesc();
variable
[
all
...]
scan.l
101
Char
nmdef
[MAXLINE], myesc();
187
strcpy( (char *)
nmdef
, yytext );
190
for ( i = strlen( (char *)
nmdef
) - 1;
191
i >= 0 && (
nmdef
[i] == ' ' ||
nmdef
[i] == '\t');
195
nmdef
[i + 1] = '\0';
197
ndinstal( nmstr,
nmdef
);
Completed in 32 milliseconds