Home
last modified time | relevance | path

Searched refs:getcode (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/ntp/libntp/
H A Dstatestr.c163 /* not used with getcode(), no terminating entry needed */
173 /* not used with getcode(), no terminating entry needed */
200 /* not used with getcode(), no terminating entry needed */
281 /* not used with getcode(), no terminating entry needed */
286 static const char * getcode(int, const struct codestring *);
291 * getcode - return string corresponding to code
294 getcode(
465 getcode(CTL_SYS_LI(st), leap_codes), in statustoa()
466 getcode(CTL_SYS_SOURCE(st), sync_codes), in statustoa()
468 getcode(CTL_SYS_EVEN in statustoa()
295 getcode( getcode() function
[all...]
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlcode.c363 SETARG_C(getcode(fs, e), nresults+1); in luaK_setreturns()
366 SETARG_B(getcode(fs, e), nresults+1); in luaK_setreturns()
367 SETARG_A(getcode(fs, e), fs->freereg); in luaK_setreturns()
376 e->u.info = GETARG_A(getcode(fs, e)); in luaK_setoneret()
379 SETARG_B(getcode(fs, e), 2); in luaK_setoneret()
443 Instruction *pc = &getcode(fs, e); in discharge2reg()
610 Instruction ie = getcode(fs, e); in jumponcond()
839 if (e2->k == VRELOCABLE && GET_OPCODE(getcode(fs, e2)) == OP_CONCAT) { in luaK_posfix()
840 lua_assert(e1->u.info == GETARG_B(getcode(fs, e2))-1); in luaK_posfix()
842 SETARG_B(getcode(fs, e2), e1->u.info); in luaK_posfix()
H A Dlcode.h40 #define getcode(fs,e) ((fs)->f->code[(e)->u.info]) macro
H A Dlparser.c1496 SETARG_C(getcode(fs, &v.v), 1); /* call statement uses no results */ in exprstat()
1513 SET_OPCODE(getcode(fs,&e), OP_TAILCALL); in retstat()
1514 lua_assert(GETARG_A(getcode(fs,&e)) == fs->nactvar); in retstat()
/freebsd/usr.bin/compress/
H A Dzopen.c199 static code_int getcode(struct s_zstate *);
498 finchar = oldcode = getcode(zs); in zread()
507 while ((code = getcode(zs)) > -1) { in zread()
572 getcode(struct s_zstate *zs) in getcode() function
/freebsd/usr.bin/gzip/
H A Dzuncompress.c129 static code_int getcode(struct s_zstate *zs);
265 while ((zs->u.r.zs_code = getcode(zs)) > -1) { in zread()
333 getcode(struct s_zstate *zs) in getcode() function