Home
last modified time | relevance | path

Searched refs:OP_TEST (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dmandocdb.c70 OP_TEST /* change no databases, report potential problems */ enumerator
398 op = OP_TEST; in mandocdb()
436 if (op == OP_UPDATE || op == OP_DELETE || op == OP_TEST) { in mandocdb()
442 if (op != OP_TEST && set_basedir(path_arg, 1) == 0) in mandocdb()
827 if (op == OP_TEST) in filescan()
863 if (op == OP_TEST) { in filescan()
928 if (op == OP_TEST || (start == usefile && *start == '/')) { in filescan()
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlopcodes.h204 OP_TEST,/* A C if not (R(A) <=> C) then pc++ */ enumerator
H A Dlcode.c137 *i = CREATE_ABC(OP_TEST, GETARG_B(*i), 0, GETARG_C(*i)); in patchtestreg()
600 GET_OPCODE(*pc) != OP_TEST); in invertjump()
610 return condjump(fs, OP_TEST, GETARG_B(ie), 0, !cond); in jumponcond()
H A Dldebug.c390 case OP_TEST: { in findsetreg()
H A Dlvm.c757 vmcase(OP_TEST, in luaV_execute()