Searched refs:NOKERNINFO (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/adv_cmds-158/stty/
H A Dmodes.c190 { "nokerninfo", NOKERNINFO, 0 },
191 { "-nokerninfo",0, NOKERNINFO },
192 { "kerninfo", 0, NOKERNINFO },
193 { "-kerninfo", NOKERNINFO, 0 },
H A Dprint.c127 put("-nokerninfo", NOKERNINFO, 0);
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dtermios.h258 #define NOKERNINFO 0x02000000 /* no kernel output from VSTATUS */ macro
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnet/
H A Dsys_bsd.c463 #ifdef NOKERNINFO
464 tmp_tc.c_lflag |= NOKERNINFO;
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dsys_bsd.c605 #if defined(USE_TERMIO) && defined(NOKERNINFO)
606 tmp_tc.c_lflag |= NOKERNINFO;
/macosx-10.10.1/tcsh-65/tcsh/
H A Ded.term.c297 # ifdef NOKERNINFO
298 { "nokerninfo",NOKERNINFO,M_LINED },
299 # endif /* NOKERNINFO */
/macosx-10.10.1/Heimdal-398.1.2/lib/libedit/src/
H A Dtty.c361 #ifdef NOKERNINFO
362 {"nokerninfo", NOKERNINFO, MD_LIN},
363 #endif /* NOKERNINFO */
/macosx-10.10.1/libedit-40/src/
H A Dtty.c362 #ifdef NOKERNINFO
363 {"nokerninfo", NOKERNINFO, MD_LIN},
364 #endif /* NOKERNINFO */
/macosx-10.10.1/lukemftp-14/tnftp/libedit/
H A Dtty.c353 #ifdef NOKERNINFO
354 {"nokerninfo", NOKERNINFO, MD_LIN},
355 #endif /* NOKERNINFO */
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dtty_dev.c1065 ((tp->t_lflag&NOKERNINFO) == 0))
H A Dtty.c784 if (!ISSET(lflag, NOKERNINFO))

Completed in 202 milliseconds