OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uqword
(Results
1 - 2
of
2
) sorted by null
/external/mksh/src/
syn.c
1010
bool
uqword
;
local
1015
uqword
= c == LWORD && *ident;
1022
ret = (
uqword
&& !strcmp(yylval.cp,
1035
} else if (
uqword
&& (ret = test_isop(meta, ident)))
1039
ret = (
uqword
&& !strcmp(yylval.cp,
exec.c
1764
bool
uqword
;
local
[
all
...]
Completed in 51 milliseconds