Home
last modified time | relevance | path

Searched refs:histbuff (Results 1 – 16 of 16) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/startrek/
H A Dlzss.cpp36 byte *histbuff = new byte[N]; /* History buffer */ in decodeLZSS() local
37 memset(histbuff, 0, N); in decodeLZSS()
58 byte tempa = histbuff[(offset + j) & (N - 1)]; in decodeLZSS()
60 histbuff[bufpos] = tempa; in decodeLZSS()
70 histbuff[bufpos] = tempa; in decodeLZSS()
76 delete[] histbuff; in decodeLZSS()
/dports/games/scummvm/scummvm-2.5.1/engines/startrek/
H A Dlzss.cpp36 byte *histbuff = new byte[N]; /* History buffer */ in decodeLZSS() local
37 memset(histbuff, 0, N); in decodeLZSS()
58 byte tempa = histbuff[(offset + j) & (N - 1)]; in decodeLZSS()
60 histbuff[bufpos] = tempa; in decodeLZSS()
70 histbuff[bufpos] = tempa; in decodeLZSS()
76 delete[] histbuff; in decodeLZSS()
/dports/games/scummvm/scummvm-2.5.1/engines/groovie/
H A Dlzss.cpp47 byte *histbuff = new byte[N]; /* History buffer */ in decodeLZSS() local
48 memset(histbuff, 0, N); in decodeLZSS()
64 byte tempa = histbuff[(offset + j) & (N - 1)]; in decodeLZSS()
66 histbuff[bufpos] = tempa; in decodeLZSS()
75 histbuff[bufpos] = tempa; in decodeLZSS()
82 delete[] histbuff; in decodeLZSS()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/groovie/
H A Dlzss.cpp47 byte *histbuff = new byte[N]; /* History buffer */ in decodeLZSS() local
48 memset(histbuff, 0, N); in decodeLZSS()
64 byte tempa = histbuff[(offset + j) & (N - 1)]; in decodeLZSS()
66 histbuff[bufpos] = tempa; in decodeLZSS()
75 histbuff[bufpos] = tempa; in decodeLZSS()
82 delete[] histbuff; in decodeLZSS()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/include/
H A Dhistory.h61 char histbuff[HIST_BSIZE + 1]; // history file buffer member
/dports/editors/xvile/vile-9.8v/
H A Dx11menu.c249 (void) histbuff(TRUE, num_buff); in list_proc_back()
H A Dbuffer.c572 histbuff(int f, int n) in histbuff() function
984 int s = histbuff(TRUE, 0); in firstbuffer()
H A Dcmdtbl956 histbuff NONE
H A DCHANGES.R3769 + corrected behavior of 'histbuff()' when user simply toggles with the
2787 'histbuff()'. I used it in one bug fix & also where I could find
/dports/editors/vile/vile-9.8v/
H A Dx11menu.c249 (void) histbuff(TRUE, num_buff); in list_proc_back()
H A Dbuffer.c572 histbuff(int f, int n) in histbuff() function
984 int s = histbuff(TRUE, 0); in firstbuffer()
H A Dcmdtbl956 histbuff NONE
H A DCHANGES.R3769 + corrected behavior of 'histbuff()' when user simply toggles with the
2787 'histbuff()'. I used it in one bug fix & also where I could find
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/edit/
H A Dhistory.c66 char histbuff[HIST_BSIZE+1]; /* history file buffer */ \
318 hp->histfp= sfnew(NIL(Sfio_t*),hp->histbuff,HIST_BSIZE,fd,SF_READ|SF_WRITE|SF_APPENDWR|SF_SHARE); in sh_histinit()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/edit/
H A Dhistory.c66 char histbuff[HIST_BSIZE+1]; /* history file buffer */ \
318 hp->histfp= sfnew(NIL(Sfio_t*),hp->histbuff,HIST_BSIZE,fd,SF_READ|SF_WRITE|SF_APPENDWR|SF_SHARE); in sh_histinit()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/edit/
H A Dhistory.c66 char histbuff[HIST_BSIZE+1]; /* history file buffer */ \
317 hp->histfp= sfnew(NIL(Sfio_t*),hp->histbuff,HIST_BSIZE,fd,SF_READ|SF_WRITE|SF_APPENDWR|SF_SHARE); in sh_histinit()