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

/freebsd-12-stable/contrib/ntp/libntp/
H A Dstatestr.c164 /* not used with getcode(), no terminating entry needed */
174 /* not used with getcode(), no terminating entry needed */
201 /* not used with getcode(), no terminating entry needed */
282 /* not used with getcode(), no terminating entry needed */
287 static const char * getcode(int, const struct codestring *);
292 * getcode - return string corresponding to code
295 getcode( function
466 getcode(CTL_SYS_LI(st), leap_codes),
467 getcode(CTL_SYS_SOURCE(st), sync_codes),
469 getcode(CTL_SYS_EVEN
[all...]
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlcode.c360 SETARG_C(getcode(fs, e), nresults+1);
363 SETARG_B(getcode(fs, e), nresults+1);
364 SETARG_A(getcode(fs, e), fs->freereg);
373 e->u.info = GETARG_A(getcode(fs, e));
376 SETARG_B(getcode(fs, e), 2);
440 Instruction *pc = &getcode(fs, e);
607 Instruction ie = getcode(fs, e);
836 if (e2->k == VRELOCABLE && GET_OPCODE(getcode(fs, e2)) == OP_CONCAT) {
837 lua_assert(e1->u.info == GETARG_B(getcode(fs, e2))-1);
839 SETARG_B(getcode(f
[all...]
H A Dlcode.h39 #define getcode(fs,e) ((fs)->f->code[(e)->u.info]) macro
H A Dlparser.c1490 SETARG_C(getcode(fs, &v.v), 1); /* call statement uses no results */
1507 SET_OPCODE(getcode(fs,&e), OP_TAILCALL);
1508 lua_assert(GETARG_A(getcode(fs,&e)) == fs->nactvar);
/freebsd-12-stable/usr.bin/gzip/
H A Dzuncompress.c130 static code_int getcode(struct s_zstate *zs);
266 while ((zs->u.r.zs_code = getcode(zs)) > -1) {
334 getcode(struct s_zstate *zs) function
/freebsd-12-stable/usr.bin/compress/
H A Dzopen.c204 static code_int getcode(struct s_zstate *);
503 finchar = oldcode = getcode(zs);
512 while ((code = getcode(zs)) > -1) {
577 getcode(struct s_zstate *zs) function

Completed in 178 milliseconds