Searched refs:hsize (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/ksh93/edit/
H A Dhistory.c236 register off_t hsize = 0; local
268 hsize=lseek(fd,(off_t)0,SEEK_END);
280 if(hsize && hist_check(fd))
283 hsize = 0;
325 if(hsize==0)
336 hp->histind = first = hist_nearend(hp,hp->histfp,hsize-size);
345 first = hist_nearend(hp,hp->histfp,hsize-size);
352 sfseek(hp->histfp,hp->histcnt=hsize,SEEK_SET);
363 if(hist_clean(fd) && hist_start>1 && hsize > HIST_MAX)
366 sfprintf(sfstderr,"%d: hist_trim hsize
[all...]
/ast/src/cmd/ie/
H A Dhistory.c111 register off_t hsize = 0; local
142 hsize=io_seek(fd,(off_t)0,SEEK_END);
145 if(hsize && hist_check(fd))
148 hsize = 0;
183 if(hsize==0)
194 first = fp->fixind = hist_nearend(fd,hsize-size);
202 first = hist_nearend(fd,hsize-size);
209 if(hist_clean(fp->fixfd) && his_start>1 && hsize > HISMAX)
214 p_str("hist_trim hsize",'=');
215 p_num(hsize,N
[all...]
/ast/src/cmd/codexlib/compress/
H A Dcompress.c141 #define hsize zs->zs_hsize macro
421 cl_hash(zs, (count_int) hsize);
476 hsize = HSIZE; /* For dynamic table sizing. */
497 for (fcode = (long)hsize; fcode < 65536L; fcode *= 2L)
500 hsize_reg = hsize;
/ast/src/lib/libz/
H A Dsfdclzw.c135 #define hsize zs->zs_hsize macro
412 cl_hash(zs, (count_int) hsize);
560 for (fcode = (long)hsize; fcode < 65536L; fcode *= 2L)
564 hsize_reg = hsize;
772 hsize = HSIZE; /* For dynamic table sizing. */

Completed in 27 milliseconds