Home
last modified time | relevance | path

Searched defs:nonl (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/games/warp/
H A Dterm.h212 #define nonl() ((bizarre=1),_tty.c_iflag &=~ICRNL,_tty.c_oflag &=~ONLCR,tcsetattr(_tty_ch, TCSANOW… macro
226 #define nonl() ((bizarre=1),_tty.sg_flags &= ~CRMOD, stty(_tty_ch, &_tty)) macro
/netbsd-src/external/bsd/ipf/dist/ipsend/
H A Dipsend.c208 int mtu = 1500, olen = 0, c, nonl = 0; local
/netbsd-src/lib/libcurses/
H A Dtty.c458 nonl(void) in nonl() function
/netbsd-src/usr.bin/stat/
H A Dstat.c210 int lsF, fmtchar, usestat, fn, nonl, quiet; in main() local
375 const char *statfmt, int fn, int nonl, int quiet) in output()
/netbsd-src/bin/csh/
H A Dfunc.c876 int nonl; in xecho() local