Home
last modified time | relevance | path

Searched refs:opt_x (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/ncurses/progs/
H A Dclear.c75 bool opt_x = FALSE; /* clear scrollback if possible */ in main() local
91 opt_x = TRUE; in main()
105 ExitProgram((clear_cmd(opt_x) == ERR) in main()
H A Dtput.c143 tput_cmd(int fd, TTY * saved_settings, bool opt_x, int argc, char *argv[]) in tput_cmd() argument
190 return (clear_cmd(opt_x) == ERR) ? ErrUsage : 0; in tput_cmd()
305 bool opt_x = FALSE; /* clear scrollback if possible */ in main() local
327 opt_x = TRUE; in main()
366 ExitProgram(tput_cmd(fd, &tty_settings, opt_x, argc, argv)); in main()
387 && tput_cmd(fd, &tty_settings, opt_x, argnum, argvec) != 0) { in main()
/freebsd/usr.bin/whereis/
H A Dwhereis.c58 static int opt_a, opt_b, opt_m, opt_q, opt_s, opt_u, opt_x; variable
161 opt_x = 1; in scanopts()
598 if (opt_x || (src && !opt_a)) in main()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl578 if ($opt_x) {
580 push(@dtrace_argv, $opt_x);
/freebsd/contrib/less/
H A Dopttbl.c432 STRING|REPAINT, 0, NULL, opt_x,
H A Doptfunc.c709 public void opt_x(int type, char *s) in opt_x() function
H A Dfuncs.h267 public void opt_x(int type, char *s);