HomeSort by: relevance | last modified time | path
    Searched defs:nonl (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libcurses/
tty.c 100 __NONL = _cursesi_screen->NONL;
129 screen->NONL = (screen->baset.c_oflag & ONLCR) == 0;
458 nonl(void) function
460 __CTRACE(__CTRACE_MISC, "nonl()\n");
  /src/external/bsd/ipf/dist/ipsend/
ipsend.c 208 int mtu = 1500, olen = 0, c, nonl = 0; local
223 nonl++;
233 if (nonl) {
251 nonl++;
266 nonl++;
277 nonl++;
291 nonl++;
295 nonl++;
299 nonl++;
303 nonl++
    [all...]
  /src/games/warp/
term.h 212 #define nonl() ((bizarre=1),_tty.c_iflag &=~ICRNL,_tty.c_oflag &=~ONLCR,tcsetattr(_tty_ch, TCSANOW, &_tty)) macro
226 #define nonl() ((bizarre=1),_tty.sg_flags &= ~CRMOD, stty(_tty_ch, &_tty)) macro
  /src/bin/csh/
func.c 876 int nonl; local
878 nonl = 0;
898 nonl++, v++;
909 if (sep && nonl == 0)
  /src/usr.bin/stat/
stat.c 210 int lsF, fmtchar, usestat, fn, nonl, quiet; local
217 nonl = 0;
247 nonl = 1;
365 output(&st, argv[0], statfmt, fn, nonl, quiet);
388 const char *statfmt, int fn, int nonl, int quiet)
577 if (!nl && !nonl)

Completed in 53 milliseconds