Searched refs:hooked_tty_getlin (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dgetline.c23 STATIC_DCL void FDECL(hooked_tty_getlin, (const char*,char*,getlin_hook_proc));
41 hooked_tty_getlin(query, bufp, (getlin_hook_proc) 0);
45 hooked_tty_getlin(query, bufp, hook) function
251 /* hooked_tty_getlin("#", buf, flags.cmd_comp ? ext_cmd_getlin_hook : (getlin_hook_proc) 0); */
253 hooked_tty_getlin("#", buf, in_doagain ? (getlin_hook_proc)0
256 hooked_tty_getlin("#", buf, ext_cmd_getlin_hook);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dgetline.c23 STATIC_DCL void FDECL(hooked_tty_getlin, (const char*,char*,getlin_hook_proc));
41 hooked_tty_getlin(query, bufp, (getlin_hook_proc) 0);
45 hooked_tty_getlin(query, bufp, hook) function
251 /* hooked_tty_getlin("#", buf, flags.cmd_comp ? ext_cmd_getlin_hook : (getlin_hook_proc) 0); */
253 hooked_tty_getlin("#", buf, in_doagain ? (getlin_hook_proc)0
256 hooked_tty_getlin("#", buf, ext_cmd_getlin_hook);

Completed in 25 milliseconds