Searched refs:opt_x (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/ncurses/progs/ |
H A D | clear.c | 75 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 D | tput.c | 57 static bool opt_x = FALSE; /* clear scrollback if possible */ variable 210 return (clear_cmd(opt_x) == ERR) ? ErrUsage : 0; in tput_cmd() 416 opt_x = TRUE; in main()
|
/freebsd/usr.bin/whereis/ |
H A D | whereis.c | 58 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 D | dtest.pl | 578 if ($opt_x) { 580 push(@dtrace_argv, $opt_x);
|
/freebsd/contrib/ncurses/misc/ |
H A D | ncu2openbsd | 47 our ( $opt_d, $opt_n, $opt_r, $opt_t, $opt_v, $opt_x, $opt_6 ); 535 &do_build("cd $update_dir && make -n") if ($opt_x); 545 &do_build("cd $target_dir && make") if ($opt_x);
|
/freebsd/contrib/less/ |
H A D | opttbl.c | 432 STRING|REPAINT, 0, NULL, opt_x,
|
H A D | optfunc.c | 709 public void opt_x(int type, char *s) in opt_x() function
|
H A D | funcs.h | 267 public void opt_x(int type, char *s);
|