HomeSort by: relevance | last modified time | path
    Searched refs:EOI (Results 1 - 17 of 17) sorted by relevancy

  /src/distrib/utils/more/
input.c 75 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)
less.h 37 #define EOI (0)
ch.c 175 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);
line.c 423 (c = ch_forw_get()) == EOI)
430 if (c == '\n' || c == EOI)
485 if (c == EOI)
main.c 233 while ((c = ch_forw_get()) != EOI)
243 else while ((c = ch_forw_get()) != EOI)
prim.c 387 if (c == EOI) {
426 while ((c = ch_back_get()) != '\n' && c != EOI)
479 * so there should be no EOI at this stage.
  /src/external/bsd/less/dist/
brac.c 55 if ((c = ch_forw_get()) == '\n' || c == EOI)
79 while ((c = (*chget)()) != EOI)
input.c 108 * 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_SIGS()
    [all...]
lsystem.c 322 c = EOI;
329 if (c == EOI)
338 while (c != '\n' && c != EOI )
341 if (c == EOI)
ch.c 161 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...]
jump.c 178 while ((c = ch_back_get()) != '\n' && c != EOI)
line.c 1341 (c = ch_forw_get()) == EOI)
1347 if (c == '\n' || c == EOI || ABORT_SIGS())
1403 if (c == EOI)
less.h 361 #define EOI (-1)
edit.c 922 while ((c = ch_forw_get()) != EOI)
  /src/bin/test/
test.c 50 EOI,
463 if (n == EOI)
821 return EOI;
  /src/sys/dev/stbi/
stb_image.c 1754 #define EOI(x) ((x) == 0xd9)
1785 while (!EOI(m)) {
  /src/share/terminfo/
terminfo 8959 sgr0=\EN*, smcup=\EOt, smir=\EOi, smso=\EOo, smul=\EOu,
13897 # <kf6=\EOh>, <kf7=\EOi>, <kf8=\EOj>, -- esr)
14016 kf3=\EOe, kf4=\EOf, kf5=\EOg, kf6=\EOh, kf7=\EOi, kf8=\EOj,
14089 kf4=\EOf, kf5=\EOg, kf6=\EOh, kf7=\EOi, kf8=\EOj, khome=\E[H,
14233 kf2=\EOd, kf3=\EOe, kf4=\EOf, kf5=\EOg, kf6=\EOh, kf7=\EOi,
14301 kf15=\EOi, kf16=\EOj, kf2=\EOV, kf3=\EOu, kf4=\ENj, kf5=\ENe,
14336 kf12=\EOf, kf13=\EOg, kf14=\EOh, kf15=\EOi, kf16=\EOj,
14376 kf6=\EOh, kf7=\EOi, kf8=\EOj, kfnd=\EOx, khlp=\EOm,
14518 kf21=\EOI, kf22=\EOJ, kf23=\ENO, kf24=\ENP, kf25=\ENQ,
14524 kf7=\EOi, kf8=\EOj, kf9=\ENo, khome=\E[H, kich1=\E[@
    [all...]

Completed in 35 milliseconds