Home
last modified time | relevance | path

Searched refs:EOB (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/bzip2/
H A Dcompress.c126 Int32 EOB; in generateMTFValues() local
155 EOB = s->nInUse+1; in generateMTFValues()
157 for (i = 0; i <= EOB; i++) s->mtfFreq[i] = 0; in generateMTFValues()
228 mtfv[wr] = EOB; wr++; s->mtfFreq[EOB]++; in generateMTFValues()
H A Ddecompress.c120 Int32 EOB; in BZ2_decompress() local
174 EOB = s->save_EOB; in BZ2_decompress()
357 EOB = s->nInUse+1; in BZ2_decompress()
383 if (nextSym == EOB) break; in BZ2_decompress()
627 s->save_EOB = EOB; in BZ2_decompress()
/dragonfly/contrib/flex/src/
H A Dflex.skl477 /* Size of input buffer in bytes, not including room for EOB
1280 /* Amount of text matched not including the EOB char. */
1309 * of the first EOB in the buffer, since yy_c_buf_p will
1311 * (since all states make transitions on EOB to the
1574 /* We matched a single character, the EOB, so
1582 /* We matched some text prior to the EOB, first
1632 /* Include room in for 2 EOB chars. */
1687 /* "- 2" to take care of EOB's */
1767 /* +2 for EOB chars. */
1826 * If this occurs *before* the EOB characters, then it's a
[all …]
/dragonfly/share/termcap/
H A Dtermcap.src770 :ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:
789 :ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:vs=\E7\E[U:ve=\E[V\E8:\
1752 :kd=\EOB:\
2541 :ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:kb=\177:\
2596 :ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:\
2834 :ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:kb=^H:\
3043 :kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:kd=\EOB:\
3065 :k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:kb=^H:kd=\EOB:\
3337 :ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:kb=^H:\
4042 :kd=\EOB:ke=10\E[?1l\E>:kh=\EOH:kl=\EOD:kr=\EOC:\
[all …]
/dragonfly/contrib/ncurses/misc/
H A Dterminfo.src1682 kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA,
2366 csr=\E[%i%p1%d;%p2%dr, kcub1=\EOD, kcud1=\EOB,
3894 kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA,
4391 kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA,
5393 kb2=\E[218z, kcpy=\E[197z, kcub1=\EOD, kcud1=\EOB,
6430 kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA,
6606 kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA,
7054 ind=\n, kbs=^?, kcbt=\E[Z, kcub1=\EOD, kcud1=\EOB,
7187 kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA,
7304 kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA,
[all …]
/dragonfly/contrib/zlib-1.2/
H A DChangeLog810 - Fix strm->data_type on inflate() return to correctly indicate EOB