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

12

/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dvstream_tweak.c146 int nodelay = 1; local
149 (char *) &nodelay, sizeof(nodelay))) < 0
/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dlrtest.c105 nodelay(stdscr, TRUE);
146 nodelay(stdscr, FALSE);
148 nodelay(stdscr, TRUE);
H A Dfirework.c66 nodelay(stdscr, FALSE);
68 nodelay(stdscr, TRUE);
154 nodelay(stdscr, TRUE);
H A Dnewdemo.c66 nodelay(win, TRUE);
184 nodelay(win, TRUE);
256 nodelay(win, TRUE);
308 nodelay(win, TRUE);
H A Dgdc.c208 nodelay(stdscr, 1);
317 * nodelay(), the wgetch() call returns immediately, and in particular
326 nodelay(stdscr, FALSE);
329 nodelay(stdscr, TRUE);
H A Dview.c338 nodelay(stdscr, TRUE);
450 nodelay(stdscr, FALSE);
455 nodelay(stdscr, TRUE);
H A Dworm.c539 nodelay(stdscr, TRUE);
575 nodelay(stdscr, FALSE);
577 nodelay(stdscr, TRUE);
H A Drain.c366 nodelay(stdscr, FALSE);
369 nodelay(stdscr, TRUE);
H A Dtclock.c144 nodelay(stdscr, TRUE);
H A Dtestcurs.c401 nodelay(win, TRUE);
403 nodelay(win, FALSE);
H A Dditto.c218 nodelay(inner, TRUE);
H A Dtest_opaque.c123 nodelay(win, mode);
204 { "nodelay", test_opaque_nodelay },
H A Dxmas.c452 nodelay(stdscr, TRUE);
/macosx-10.10.1/ruby-106/ruby/ext/curses/
H A Dextconf.rb62 def_prog_mode reset_prog_mode timeout wtimeout nodelay
H A Dcurses.c2442 * Document-method: Curses::Window.nodelay
2444 * window.nodelay = bool
2459 /* nodelay() of NetBSD's libcurses returns no value */
2461 nodelay(winp->window, RTEST(val) ? TRUE : FALSE);
2464 return nodelay(winp->window,RTEST(val) ? TRUE : FALSE) == OK ? Qtrue : Qfalse;
2880 rb_define_method(cWindow, "nodelay=", window_nodelay, 1);
/macosx-10.10.1/ncurses-44/ncurses/c++/
H A Dcursesw.h572 #ifdef nodelay
573 inline void UNDEF(nodelay)() { nodelay(); } function
574 #undef nodelay macro
575 #define nodelay UNDEF(nodelay) macro
1289 int nodelay(bool bf) { return ::nodelay(w, bf); } function in class:NCursesWindow
/macosx-10.10.1/Heimdal-398.1.2/appl/push/
H A Dpush.c95 do_connect (const char *hostname, int port, int nodelay) argument
131 (void *)&nodelay, sizeof(nodelay)) < 0)
/macosx-10.10.1/ncurses-44/ncurses/ncurses/tinfo/
H A Dlib_options.c88 nodelay(WINDOW *win, bool flag) function
90 T((T_CALLED("nodelay(%p,%d)"), win, flag));
/macosx-10.10.1/nano-12/src/
H A Dwinio.c149 nodelay(win, TRUE);
177 nodelay(win, FALSE);
306 * off. Assume nodelay(win) is FALSE. */
326 * a function key. Assume nodelay(win) is FALSE. */
1530 * string in kbinput_len. Assume nodelay(win) is FALSE. */
3238 /* Easter egg: Display credits. Assume nodelay(edit) and scrollok(edit)
3330 nodelay(edit, TRUE);
3395 nodelay(edit, FALSE);
/macosx-10.10.1/network_cmds-457/cfilutil/
H A Dcfilutil.c285 send_action_message(uint32_t op, struct sock_info *sock_info, int nodelay) argument
289 if (!nodelay && delay_ms) {
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dsdl.vim33 syn keyword sdlStatement macroid mod nameclass nodelay not operator or
/macosx-10.10.1/ncurses-44/ncurses/ncurses/
H A Dllib-lncurses2532 #undef nodelay
2533 int nodelay(
H A Dllib-lncursest2572 #undef nodelay
2573 int nodelay(
H A Dllib-lncursesw3278 #undef nodelay
3279 int nodelay(
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dsubst.c4407 sys_error (_("cannout reset nodelay mode for fd %d"), fd);

Completed in 146 milliseconds

12