Home
last modified time | relevance | path

Searched refs:TM_NOT (Results 1 – 3 of 3) sorted by relevance

/openbsd/bin/ksh/
H A Dc_test.h25 TM_NOT, /* ! */ enumerator
H A Dc_test.c165 if ((*te.isa)(&te, TM_NOT)) { in c_test()
419 if (!(te->flags & TEF_ERROR) && (*te->isa)(te, TM_NOT)) in test_nexpr()
H A Dsyn.c842 else if (meta == TM_NOT) in dbtestp_isa()
843 ret = uqword && strcmp(yylval.cp, dbtest_tokens[(int) TM_NOT]) == 0; in dbtestp_isa()