| /freebsd-12-stable/sbin/ipf/ipsend/ |
| D | ipsend.c | 178 int mtu = 1500, olen = 0, c, nonl = 0; in main() local 193 nonl++; in main() 203 if (nonl) { in main() 221 nonl++; in main() 236 nonl++; in main() 247 nonl++; in main() 261 nonl++; in main() 265 nonl++; in main() 269 nonl++; in main() 273 nonl++; in main() [all …]
|
| /freebsd-12-stable/contrib/ncurses/ncurses/base/ |
| D | lib_nl.c | 76 NCURSES_SP_NAME(nonl) (NCURSES_SP_DCL0) in NCURSES_SP_NAME() argument 91 nonl(void) in nonl() function 93 return NCURSES_SP_NAME(nonl) (CURRENT_SCREEN); in nonl()
|
| D | lib_restart.c | 93 NCURSES_SP_NAME(nonl) (NCURSES_SP_ARG); in NCURSES_EXPORT() local
|
| /freebsd-12-stable/bin/ed/ |
| D | io.c | 218 get_extended_line(int *sizep, int nonl) in get_extended_line() argument 236 if (nonl) l--; /* strip newline */ in get_extended_line() 250 if (nonl) l--; /* strip newline */ in get_extended_line()
|
| /freebsd-12-stable/usr.bin/stat/ |
| D | stat.c | 210 int lsF, fmtchar, usestat, nfs_handle, fn, nonl, quiet; in main() local 221 nonl = 0; in main() 252 nonl = 1; in main() 377 output(&st, file, statfmt, fn, nonl); in main() 419 const char *statfmt, int fn, int nonl) in output() argument 602 if (!nl && !nonl) in output()
|
| /freebsd-12-stable/usr.sbin/gstat/ |
| D | gstat.c | 214 nonl(); in main() 565 nonl(); in main()
|
| /freebsd-12-stable/contrib/ee/ |
| D | new_curse.h | 230 extern void nonl P_((void));
|
| D | ee.c | 3255 nonl(); 3275 nonl(); in set_up_term()
|
| D | new_curse.c | 2737 nonl() in nonl() function
|
| /freebsd-12-stable/tools/tools/ath/athratestats/ |
| D | main.c | 392 nonl(); in main()
|
| /freebsd-12-stable/contrib/nvi/cl/ |
| D | cl_screen.c | 275 nonl(); /* No CR/NL translation. */ in cl_vi_init()
|
| /freebsd-12-stable/contrib/tcsh/ |
| D | sh.func.c | 1203 int nonl = 0; in xecho() local 1235 nonl++, v++; in xecho() 1256 nonl = 1; in xecho() 1308 if (sep && nonl == 0) in xecho()
|
| /freebsd-12-stable/contrib/ncurses/misc/ |
| D | ncurses.def | 298 "nonl" @202 NONAME
|
| D | ncurses.ref | 223 "nonl" @202 NONAME ; implemented
|
| /freebsd-12-stable/tools/tools/net80211/stumbler/ |
| D | stumbler.c | 1023 nonl(); in main()
|
| /freebsd-12-stable/usr.sbin/pmcstat/ |
| D | pmcstat.c | 1308 nonl(); in main()
|
| /freebsd-12-stable/contrib/gcc/ |
| D | sys-protos.h | 784 extern int nonl(void);
|
| /freebsd-12-stable/lib/ncurses/ncurses/ |
| D | Makefile | 799 curs_outopts.3 nonl.3 \
|
| /freebsd-12-stable/contrib/ncurses/ncurses/ |
| D | llib-lncurses | 1684 #undef nonl 1685 int nonl(void)
|
| D | llib-lncursest | 1703 #undef nonl 1704 int nonl(void)
|
| D | llib-lncursesw | 2202 #undef nonl 2203 int nonl(void)
|
| D | llib-lncursestw | 2211 #undef nonl 2212 int nonl(void)
|
| /freebsd-12-stable/contrib/ncurses/include/ |
| D | curses.h.in | 721 extern NCURSES_EXPORT(int) nonl (void); /* implemented */ 990 extern NCURSES_EXPORT(int) NCURSES_SP_NAME(nonl) (SCREEN*); /* implemented:SP_FUNC */
|
| /freebsd-12-stable/contrib/netbsd-tests/lib/libcurses/slave/ |
| D | curses_commands.c | 3660 report_return(nonl()); in cmd_nonl()
|
| /freebsd-12-stable/contrib/ncurses/ |
| D | NEWS | 6311 + modify mvcur() to avoid emitting newline characters when nonl() mode 7138 + modify ncurses.c 'r' example to set nonl(), allowing control/M to be 8708 + moved nl() and nonl() from lib_raw.c to lib_nl.c 10378 + removed bogus logic in mvcur that assumes nl/nonl set output modes 10421 + correct nl()/nonl() to work as per SVr4 & XSI. 11258 * fixed bug that reversed the sense of nl() and nonl().
|