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

  /src/lib/libcurses/PSD.doc/
twinkle1.c 68 nonl();
twinkle2.c 106 nonl();
  /src/bin/ed/
io.c 219 get_extended_line(int *sizep, int nonl)
237 if (nonl) l--; /* strip newline */
251 if (nonl) l--; /* strip newline */
  /src/games/robots/
main.c 159 nonl();
  /src/games/warp/
sig.c 68 nonl();
intrp.c 377 nonl();
567 nonl();
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
term.c 295 nonl();
  /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)
  /src/games/gomoku/
bdisp.c 71 nonl();
  /src/games/rogue/
init.c 217 nonl();
  /src/lib/libcurses/EXAMPLES/
view.c 275 (void) nonl(); /* tell curses not to do NL->CR/NL on output */
  /src/lib/libcurses/
Makefile 145 curses_tty.3 noecho.3 curses_tty.3 nonl.3 \
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");
curses.h 730 int nonl(void);
  /src/tests/lib/libcurses/slave/
curses_commands.c 2302 report_return(nonl());

Completed in 21 milliseconds