HomeSort by: relevance | last modified time | path
    Searched defs:uqword (Results 1 - 4 of 4) sorted by relevancy

  /src/bin/ksh/
syn.c 869 int uqword = 0; local in function:dbtestp_isa
874 uqword = c == LWORD && *ident;
881 ret = uqword && strcmp(yylval.cp, dbtest_tokens[(int) TM_NOT]) == 0;
894 } else if (uqword && (ret = (int) test_isop(te, meta, ident)))
897 ret = uqword && strcmp(yylval.cp, db_close) == 0;
syn.c 869 int uqword = 0; local in function:dbtestp_isa
874 uqword = c == LWORD && *ident;
881 ret = uqword && strcmp(yylval.cp, dbtest_tokens[(int) TM_NOT]) == 0;
894 } else if (uqword && (ret = (int) test_isop(te, meta, ident)))
897 ret = uqword && strcmp(yylval.cp, db_close) == 0;
exec.c 1474 int uqword; local in function:dbteste_isa
1483 uqword = *p == EOS;
1486 if (uqword) {
1499 ret = uqword
exec.c 1474 int uqword; local in function:dbteste_isa
1483 uqword = *p == EOS;
1486 if (uqword) {
1499 ret = uqword

Completed in 26 milliseconds