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

  /external/mksh/src/
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,
exec.c 1659 int uqword; local
    [all...]

Completed in 1002 milliseconds