Home
last modified time | relevance | path

Searched refs:wwibq (Results 1 – 5 of 5) sorted by relevance

/original-bsd/usr.bin/window/
H A Dwwrint.c36 if (wwibp == wwibq) in wwrint()
37 wwibp = wwibq = wwib; in wwrint()
43 n = read(0, wwibq, wwibe - wwibq); in wwrint()
49 n = (*tt.tt_rint)(wwibq, n); in wwrint()
51 wwibq += n; in wwrint()
H A Dmloop.c35 if (wwibp >= wwibq) in mloop()
37 for (p = wwibp; p < wwibq && wwmaskc(*p) != escapec; in mloop()
H A Dww.h234 char *wwibq; /* current write position in buffer */ variable
236 #define wwgetc() (wwibp < wwibq ? wwmaskc(*wwibp++) : -1)
237 #define wwpeekc() (wwibp < wwibq ? wwmaskc(*wwibp) : -1)
H A DREADME103 wwib wwibp wwibq wwibe
105 Wwrint() appends characters at the end and increments wwibq (*wwibq++
107 wwgetc() and wwpeekc() macros. As is the convention in C, wwibq
H A Dwwinit.c178 wwibq = wwibp = wwib; in wwinit()