Searched refs:nonl (Results 1 – 17 of 17) sorted by relevance
/openbsd/lib/libcurses/base/ |
H A D | lib_nl.c | 79 NCURSES_SP_NAME(nonl) (NCURSES_SP_DCL0) in NCURSES_SP_NAME() argument 94 nonl(void) in nonl() function 96 return NCURSES_SP_NAME(nonl) (CURRENT_SCREEN); in nonl()
|
H A D | lib_restart.c | 94 NCURSES_SP_NAME(nonl) (NCURSES_SP_ARG); in NCURSES_EXPORT() local
|
/openbsd/bin/ed/ |
H A D | io.c | 215 get_extended_line(int *sizep, int nonl) in get_extended_line() argument 233 if (nonl) in get_extended_line() 248 if (nonl) l--; /* strip newline */ in get_extended_line()
|
/openbsd/usr.bin/stat/ |
H A D | stat.c | 158 int lsF, fmtchar, usestat, fn, nonl, quiet; in main() local 167 nonl = 0; in main() 185 nonl = 1; in main() 274 output(&st, argv[0], statfmt, fn, nonl); in main() 297 const char *statfmt, int fn, int nonl) in output() argument 476 if (!nl && !nonl) in output()
|
/openbsd/games/robots/ |
H A D | main.c | 145 nonl(); in main()
|
/openbsd/usr.bin/top/ |
H A D | display.c | 827 nonl(); in show_help() 853 nonl(); in show_errors()
|
/openbsd/games/gomoku/ |
H A D | bdisp.c | 60 nonl(); in cursinit()
|
/openbsd/regress/bin/ksh/ |
H A D | th | 744 local($nonl) = substr($str, -1, 1) ne "\n"; 749 if ($nonl) {
|
/openbsd/bin/csh/ |
H A D | func.c | 831 int nonl = 0; in xecho() local 853 nonl++, v++; in xecho() 863 if (sep && nonl == 0) in xecho()
|
/openbsd/usr.bin/vi/cl/ |
H A D | cl_screen.c | 272 nonl(); /* No CR/NL translation. */ in cl_vi_init()
|
/openbsd/distrib/special/more/ |
H A D | curses.h | 233 int nonl(void);
|
/openbsd/games/snake/ |
H A D | snake.c | 186 nonl(); in main()
|
/openbsd/usr.bin/systat/ |
H A D | engine.c | 1088 nonl(); in setup_term()
|
/openbsd/games/bs/ |
H A D | bs.c | 272 (void)nonl(); in intro()
|
/openbsd/lib/libcurses/ |
H A D | curses.h | 752 extern NCURSES_EXPORT(int) nonl (void); /* implemented */ 1045 extern NCURSES_EXPORT(int) NCURSES_SP_NAME(nonl) (SCREEN*); /* implemented:SP_FUNC */
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | sys-protos.h | 784 extern int nonl(void);
|
/openbsd/gnu/gcc/gcc/ |
H A D | sys-protos.h | 784 extern int nonl(void);
|