Searched refs:EOI (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/external/bsd/nvi/dist/ip/
H A Dvipc.pl22 print <<EOI
29 EOI
/netbsd-current/distrib/utils/more/
H A Dinput.c75 if (c == EOI)
83 if (c == '\n' || c == EOI)
119 if (c != EOI)
165 if (c == EOI)
188 if (c == EOI)
218 if (c == EOI || sigs)
H A Dless.h37 #define EOI (0) macro
H A Dch.c175 return (EOI);
187 * Set an EOI marker in the buffered data itself. Then ensure the
188 * data is "clean": there are no extra EOI chars in the data and
194 bp->data[bp->datasize++] = EOI;
200 if (*p == EOI)
212 *t++ = (ch == EOI) ? 0200 : ch;
295 while (ch_forw_get() != EOI)
361 if (c != EOI && ++ch_offset >= BUFSIZ) {
377 return(EOI);
H A Dline.c423 (c = ch_forw_get()) == EOI)
430 if (c == '\n' || c == EOI)
485 if (c == EOI)
H A Dmain.c233 while ((c = ch_forw_get()) != EOI)
243 else while ((c = ch_forw_get()) != EOI)
H A Dprim.c387 if (c == EOI) {
426 while ((c = ch_back_get()) != '\n' && c != EOI)
479 * so there should be no EOI at this stage.
/netbsd-current/external/bsd/less/dist/
H A Dbrac.c55 if ((c = ch_forw_get()) == '\n' || c == EOI)
79 while ((c = (*chget)()) != EOI)
H A Dinput.c108 * If we are ignoring EOI (command F), only prepare
111 * If we're not ignoring EOI, we *could* do the same, but
137 if (c == EOI)
188 if (c == EOI)
208 if (c == '\n' || c == EOI)
250 } while (c != '\n' && c != EOI);
340 if (c != EOI)
414 if (c == EOI)
443 if (c == EOI)
483 if (c == EOI || ABORT_SIG
[all...]
H A Dlsystem.c322 c = EOI;
329 if (c == EOI)
338 while (c != '\n' && c != EOI )
341 if (c == EOI)
H A Dch.c161 return (EOI);
233 return (EOI);
248 return (EOI);
277 return (EOI);
329 return (EOI);
332 return (EOI);
388 while (ch_forw_get() != EOI)
480 if (ch_forw_get() == EOI)
515 while (ch_forw_get() != EOI)
613 return (EOI);
[all...]
H A Djump.c178 while ((c = ch_back_get()) != '\n' && c != EOI)
H A Dline.c1341 (c = ch_forw_get()) == EOI)
1347 if (c == '\n' || c == EOI || ABORT_SIGS())
1403 if (c == EOI)
H A Dless.h361 #define EOI (-1) macro
H A Dedit.c922 while ((c = ch_forw_get()) != EOI)
/netbsd-current/bin/test/
H A Dtest.c50 EOI, enumerator in enum:token
463 if (n == EOI)
821 return EOI;
/netbsd-current/sys/dev/stbi/
H A Dstb_image.c1754 #define EOI(x) ((x) == 0xd9) macro
1785 while (!EOI(m)) {

Completed in 226 milliseconds