Symbol: s_zstate
sbin/savecore/zopen.c
179
static int cl_block(struct s_zstate *);
sbin/savecore/zopen.c
180
static void cl_hash(struct s_zstate *, count_int);
sbin/savecore/zopen.c
181
static int output(struct s_zstate *, code_int);
sbin/savecore/zopen.c
214
struct s_zstate *zs;
sbin/savecore/zopen.c
311
struct s_zstate *zs;
sbin/savecore/zopen.c
369
output(struct s_zstate *zs, code_int ocode)
sbin/savecore/zopen.c
460
cl_block(struct s_zstate *zs)
sbin/savecore/zopen.c
491
cl_hash(struct s_zstate *zs, count_int cl_hsize)
sbin/savecore/zopen.c
548
struct s_zstate *zs;
sbin/savecore/zopen.c
556
if ((zs = calloc(1, sizeof(struct s_zstate))) == NULL)
usr.bin/compress/zopen.c
179
static int cl_block(struct s_zstate *);
usr.bin/compress/zopen.c
180
static void cl_hash(struct s_zstate *, count_int);
usr.bin/compress/zopen.c
181
static code_int getcode(struct s_zstate *);
usr.bin/compress/zopen.c
182
static int output(struct s_zstate *, code_int);
usr.bin/compress/zopen.c
215
struct s_zstate *zs;
usr.bin/compress/zopen.c
312
struct s_zstate *zs;
usr.bin/compress/zopen.c
367
output(struct s_zstate *zs, code_int ocode)
usr.bin/compress/zopen.c
466
struct s_zstate *zs;
usr.bin/compress/zopen.c
594
getcode(struct s_zstate *zs)
usr.bin/compress/zopen.c
670
cl_block(struct s_zstate *zs)
usr.bin/compress/zopen.c
701
cl_hash(struct s_zstate *zs, count_int cl_hsize)
usr.bin/compress/zopen.c
735
struct s_zstate *zs;
usr.bin/compress/zopen.c
742
if ((zs = calloc(1, sizeof(struct s_zstate))) == NULL)
usr.bin/compress/zopen.c
770
struct s_zstate *zs;
usr.bin/compress/zopen.c
772
if ((zs = calloc(1, sizeof(struct s_zstate))) == NULL)