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

  /external/mksh/src/
syn.c 968 int uqword; local
973 uqword = c == LWORD && *ident;
980 ret = (uqword && !strcmp(yylval.cp,
992 } else if (uqword && (ret = test_isop(meta, ident)))
996 ret = (uqword && !strcmp(yylval.cp,
exec.c 1650 int uqword; local
    [all...]

Completed in 121 milliseconds