HomeSort by relevance Sort by last modified time
    Searched defs:uqword (Results 1 - 3 of 3) sorted by null

  /external/mksh/src/
exec.c 1659 int uqword; local
    [all...]
syn.c 986 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/
types.h 137 uint64_t uqword; member in union:ud_lval

Completed in 46 milliseconds