Searched refs:OP_TEST (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13-stable/contrib/mandoc/ |
| HD | 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() 827 if (op == OP_TEST) in filescan() 863 if (op == OP_TEST) { in filescan() 928 if (op == OP_TEST || (start == usefile && *start == '/')) { in filescan()
|
| /freebsd-13-stable/sys/contrib/openzfs/module/lua/ |
| HD | lopcodes.h | 205 OP_TEST,/* A C if not (R(A) <=> C) then pc++ */ enumerator
|
| HD | 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()
|
| HD | ldebug.c | 390 case OP_TEST: { in findsetreg()
|
| HD | lvm.c | 758 vmcase(OP_TEST, in luaV_execute()
|
| /freebsd-13-stable/contrib/lua/src/ |
| HD | lopcodes.h | 282 OP_TEST,/* A k if (not R[A] == k) then pc++ */ enumerator
|
| HD | lcode.c | 267 *i = CREATE_ABCk(OP_TEST, GETARG_B(*i), 0, 0, GETARG_k(*i)); in patchtestreg() 1091 GET_OPCODE(*pc) != OP_TEST); in negatecondition() 1107 return condjump(fs, OP_TEST, GETARG_B(ie), 0, 0, !cond); in jumponcond()
|
| HD | luac.c | 590 case OP_TEST: in PrintCode()
|
| HD | lvm.c | 1599 vmcase(OP_TEST) { in luaV_execute()
|