OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uqword
(Results
1 - 3
of
3
) sorted by null
/external/mksh/src/
exec.c
1672
int
uqword
;
local
[
all
...]
syn.c
979
int
uqword
;
local
984
uqword
= c == LWORD && *ident;
991
ret = (
uqword
&& !strcmp(yylval.cp,
1003
} else if (
uqword
&& (ret = test_isop(meta, ident)))
1007
ret = (
uqword
&& !strcmp(yylval.cp,
/external/chromium_org/third_party/mach_override/libudis86/
types.h
137
uint64_t
uqword
;
member in union:ud_lval
Completed in 991 milliseconds