Home
last modified time | relevance | path

Searched defs:opt_x (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/ncurses/progs/
H A Dtput.c143 tput_cmd(int fd, TTY * saved_settings, bool opt_x, int argc, char *argv[]) in tput_cmd()
289 bool opt_x = FALSE; /* clear scrollback if possible */ in main() local
H A Dclear.c75 bool opt_x = FALSE; /* clear scrollback if possible */ in main() local
/dragonfly/usr.bin/whereis/
H A Dwhereis.c59 static int opt_a, opt_b, opt_m, opt_q, opt_s, opt_u, opt_x; variable
/dragonfly/contrib/less/
H A Doptfunc.c709 public void opt_x(int type, char *s) in opt_x() function