Home
last modified time | relevance | path

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

/openbsd-src/bin/ksh/
H A Dc_test.h16 TO_STEQL, TO_STNEQ, TO_STLT, TO_STGT, TO_INTEQ, TO_INTNE, TO_INTGT, enumerator
H A Dc_test.c76 {"!=", TO_STNEQ },
284 case TO_STNEQ: /* != */ in test_eval()
H A Dexec.c1405 if (op == TO_STEQL || op == TO_STNEQ) in dbteste_getopnd()