Searched refs:opt_x (Results 1 – 6 of 6) sorted by relevance
| /dragonfly/contrib/ncurses/progs/ |
| HD | tput.c | 143 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() 289 bool opt_x = FALSE; /* clear scrollback if possible */ in main() local 311 opt_x = TRUE; in main() 350 ExitProgram(tput_cmd(fd, &tty_settings, opt_x, argc, argv)); in main() 371 && tput_cmd(fd, &tty_settings, opt_x, argnum, argvec) != 0) { in main()
|
| HD | 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()
|
| /dragonfly/usr.bin/whereis/ |
| HD | whereis.c | 59 static int opt_a, opt_b, opt_m, opt_q, opt_s, opt_u, opt_x; variable 161 opt_x = 1; in scanopts() 580 if (opt_x || (src && !opt_a)) in main()
|
| /dragonfly/contrib/less/ |
| HD | opttbl.c | 439 STRING|REPAINT, 0, NULL, opt_x,
|
| HD | optfunc.c | 717 public void opt_x(int type, constant char *s) in opt_x() function
|
| HD | funcs.h | 293 public void opt_x(int type, constant char *s);
|