Searched refs:nodelay (Results 1 - 24 of 24) sorted by relevance

/haiku-fatelf/src/libs/ncurses/test/
H A Dlrtest.c78 nodelay(stdscr, TRUE);
116 nodelay(stdscr, FALSE);
118 nodelay(stdscr, TRUE);
H A Dfirework.c39 nodelay(stdscr, FALSE);
41 nodelay(stdscr, TRUE);
131 nodelay(stdscr, TRUE);
H A Drain.c107 nodelay(stdscr, FALSE);
110 nodelay(stdscr, TRUE);
H A Dnewdemo.c68 nodelay(win, TRUE);
186 nodelay(win, TRUE);
257 nodelay(win, TRUE);
309 nodelay(win, TRUE);
H A Dgdc.c180 nodelay(stdscr, 1);
289 * nodelay(), the wgetch() call returns immediately, and in particular
298 nodelay(stdscr, FALSE);
301 nodelay(stdscr, TRUE);
H A Dworm.c316 nodelay(stdscr, TRUE);
370 nodelay(stdscr, FALSE);
372 nodelay(stdscr, TRUE);
H A Dview.c293 nodelay(stdscr, TRUE);
405 nodelay(stdscr, FALSE);
410 nodelay(stdscr, TRUE);
H A Dtclock.c144 nodelay(stdscr, TRUE);
H A Dtestcurs.c392 nodelay(win, TRUE);
394 nodelay(win, FALSE);
H A Dxmas.c451 nodelay(stdscr, TRUE);
H A Dncurses.c2610 nodelay(stdscr, TRUE);
2618 nodelay(stdscr, FALSE);
/haiku-fatelf/src/tests/kits/net/sock/
H A Dmain.c52 int nodelay; /* TCP_NODELAY (Nagle algorithm) */ variable
253 nodelay = 1;
319 if (udp && nodelay)
H A Dsock.h92 extern int nodelay;
H A Dsockopts.c234 if (nodelay && doall && udp == 0) {
/haiku-fatelf/src/libs/ncurses/ncurses/tinfo/
H A Dlib_options.c85 nodelay(WINDOW *win, bool flag) function
87 T((T_CALLED("nodelay(%p,%d)"), win, flag));
/haiku-fatelf/src/bin/gdb/gdb/tui/
H A Dtui.c382 nodelay(w, FALSE);
/haiku-fatelf/src/libs/ncurses/ncurses/
H A Dllib-lncurses2520 #undef nodelay
2521 int nodelay(
H A Dllib-lncursesw3269 #undef nodelay
3270 int nodelay(
H A Dlink_test.c954 T((T_CALLED("nodelay(%p,%#lx)"), a1, (long)z)); returnCode(nodelay(a1, z));
/haiku-fatelf/headers/libs/ncurses/
H A Dcurses.h371 int _delay; /* 0 = nodelay, <0 = blocking, >0 = delay */
673 extern NCURSES_EXPORT(int) nodelay (WINDOW *,bool); /* implemented */
/haiku-fatelf/src/libs/ncurses/include/
H A Dcurses.h371 int _delay; /* 0 = nodelay, <0 = blocking, >0 = delay */
673 extern NCURSES_EXPORT(int) nodelay (WINDOW *,bool); /* implemented */
H A Dcurses.h.in371 int _delay; /* 0 = nodelay, <0 = blocking, >0 = delay */
673 extern NCURSES_EXPORT(int) nodelay (WINDOW *,bool); /* implemented */
H A Dcurses.head371 int _delay; /* 0 = nodelay, <0 = blocking, >0 = delay */
673 extern NCURSES_EXPORT(int) nodelay (WINDOW *,bool); /* implemented */
/haiku-fatelf/src/bin/bash/
H A Dsubst.c4662 sys_error (_("cannot reset nodelay mode for fd %d"), fd);

Completed in 309 milliseconds