HomeSort by: relevance | last modified time | path
    Searched defs:getcode (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/gzip/
zuncompress.c 128 static code_int getcode(struct s_zstate *zs);
264 while ((zs->u.r.zs_code = getcode(zs)) > -1) {
332 getcode(struct s_zstate *zs) function in typeref:typename:code_int
zuncompress.c 128 static code_int getcode(struct s_zstate *zs);
264 while ((zs->u.r.zs_code = getcode(zs)) > -1) {
332 getcode(struct s_zstate *zs) function in typeref:typename:code_int
zuncompress.c 128 static code_int getcode(struct s_zstate *zs);
264 while ((zs->u.r.zs_code = getcode(zs)) > -1) {
332 getcode(struct s_zstate *zs) function in typeref:typename:code_int
  /src/usr.bin/compress/
zopen.c 202 static code_int getcode(struct s_zstate *);
503 while ((code = getcode(zs)) > -1) {
568 getcode(struct s_zstate *zs) function in typeref:typename:code_int
zopen.c 202 static code_int getcode(struct s_zstate *);
503 while ((code = getcode(zs)) > -1) {
568 getcode(struct s_zstate *zs) function in typeref:typename:code_int
zopen.c 202 static code_int getcode(struct s_zstate *);
503 while ((code = getcode(zs)) > -1) {
568 getcode(struct s_zstate *zs) function in typeref:typename:code_int

Completed in 33 milliseconds