Home
last modified time | relevance | path

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

/freebsd/contrib/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()
830 if (op == OP_TEST) in filescan()
866 if (op == OP_TEST) { in filescan()
931 if (op == OP_TEST || (start == usefile && *start == '/')) { in filescan()
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlopcodes.h204 OP_TEST,/* A C if not (R(A) <=> C) then pc++ */ enumerator
H A Dlcode.c139 *i = CREATE_ABC(OP_TEST, GETARG_B(*i), 0, GETARG_C(*i)); in patchtestreg()
602 GET_OPCODE(*pc) != OP_TEST); in invertjump()
612 return condjump(fs, OP_TEST, GETARG_B(ie), 0, !cond); in jumponcond()
H A Dldebug.c389 case OP_TEST: { in findsetreg()
H A Dlvm.c757 vmcase(OP_TEST, in luaV_execute()
/freebsd/contrib/lua/src/
H A Dlopcodes.h283 OP_TEST,/* A k if (not R[A] == k) then pc++ */ enumerator
H A Dlcode.c268 *i = CREATE_ABCk(OP_TEST, GETARG_B(*i), 0, 0, GETARG_k(*i)); in patchtestreg()
1111 GET_OPCODE(*pc) != OP_TEST); in negatecondition()
1127 return condjump(fs, OP_TEST, GETARG_B(ie), 0, 0, !cond); in jumponcond()
H A Dluac.c589 case OP_TEST: in PrintCode()
H A Dlvm.c1662 vmcase(OP_TEST) { in luaV_execute()