Home
last modified time | relevance | path

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

/dragonfly/contrib/ncurses/progs/
HDtput.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()
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()
HDclear.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()
/dragonfly/usr.bin/whereis/
HDwhereis.c59 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/
HDopttbl.c439 STRING|REPAINT, 0, NULL, opt_x,
HDoptfunc.c717 public void opt_x(int type, constant char *s) in opt_x() function
HDfuncs.h293 public void opt_x(int type, constant char *s);