Searched defs:uqword (Results 1 - 3 of 3) sorted by relevance

/external/mksh/src/
H A Dexec.c1659 int uqword; local
1668 uqword = *p == EOS;
1671 if (uqword) {
1686 ret = (uqword && !strcmp(*te->pos.wp,
H A Dsyn.c986 int uqword; local
991 uqword = c == LWORD && *ident;
998 ret = (uqword && !strcmp(yylval.cp,
1010 } else if (uqword && (ret = test_isop(meta, ident)))
1014 ret = (uqword && !strcmp(yylval.cp,
/external/chromium_org/third_party/mach_override/libudis86/
H A Dtypes.h137 uint64_t uqword; member in union:ud_lval

Completed in 71 milliseconds