Searched refs:OP_TEST (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/mandoc/ |
H A D | mandocdb.c | 70 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 D | lopcodes.h | 204 OP_TEST,/* A C if not (R(A) <=> C) then pc++ */ enumerator
|
H A D | lcode.c | 139 *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 D | ldebug.c | 389 case OP_TEST: { in findsetreg()
|
H A D | lvm.c | 757 vmcase(OP_TEST, in luaV_execute()
|
/freebsd/contrib/lua/src/ |
H A D | lopcodes.h | 283 OP_TEST,/* A k if (not R[A] == k) then pc++ */ enumerator
|
H A D | lcode.c | 268 *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 D | luac.c | 589 case OP_TEST: in PrintCode()
|
H A D | lvm.c | 1662 vmcase(OP_TEST) { in luaV_execute()
|