Searched refs:getcode (Results 1 – 2 of 2) sorted by relevance
199 static code_int getcode(struct s_zstate *);498 finchar = oldcode = getcode(zs); in zread()507 while ((code = getcode(zs)) > -1) { in zread()514 if ((code = getcode(zs)) == -1) /* O, untimely death! */ in zread()561 getcode(struct s_zstate *zs) in getcode() function
128 static code_int getcode(struct s_zstate *zs);263 while ((zs->u.r.zs_code = getcode(zs)) > -1) { in zread()331 getcode(struct s_zstate *zs) in getcode() function