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 400 op = OP_TEST; in mandocdb() 438 if (op == OP_UPDATE || op == OP_DELETE || op == OP_TEST) { in mandocdb() 444 if (op != OP_TEST && set_basedir(path_arg, 1) == 0) in mandocdb() 832 if (op == OP_TEST) in filescan() 868 if (op == OP_TEST) { in filescan() 933 if (op == OP_TEST || (start == usefile && *start == '/')) { in filescan()
|
| /freebsd/sys/contrib/openzfs/module/lua/ |
| H A D | lopcodes.h | 205 OP_TEST,/* A C if not (R(A) <=> C) then pc++ */ enumerator
|
| H A D | lcode.c | 140 *i = CREATE_ABC(OP_TEST, GETARG_B(*i), 0, GETARG_C(*i)); in patchtestreg() 603 GET_OPCODE(*pc) != OP_TEST); in invertjump() 613 return condjump(fs, OP_TEST, GETARG_B(ie), 0, !cond); in jumponcond()
|
| H A D | ldebug.c | 390 case OP_TEST: { in findsetreg()
|
| H A D | lvm.c | 758 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 | 269 *i = CREATE_ABCk(OP_TEST, GETARG_B(*i), 0, 0, GETARG_k(*i)); in patchtestreg() 1113 GET_OPCODE(*pc) != OP_TEST); in negatecondition() 1129 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 | 1663 vmcase(OP_TEST) { in luaV_execute()
|