HomeSort by: relevance | last modified time | path
    Searched defs:nonl (Results 1 - 4 of 4) 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 in typeref:typename:int
460 __CTRACE(__CTRACE_MISC, "nonl()\n");
  /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 in function:xecho
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 in function:main
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 14 milliseconds