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

  /external/mksh/src/
syn.c 929 int uqword; local
934 uqword = c == LWORD && *ident;
941 ret = (uqword && !strcmp(yylval.cp,
953 } else if (uqword && (ret = test_isop(meta, ident)))
956 ret = (uqword && !strcmp(yylval.cp,
exec.c 1458 int uqword; local
    [all...]

Completed in 208 milliseconds