Home
last modified time | relevance | path

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

/openbsd/usr.bin/tic/
H A Dclear_cmd.h43 extern int clear_cmd(bool);
H A Dclear_cmd.c50 clear_cmd(bool legacy) in clear_cmd() function
/openbsd/usr.bin/tput/
H A DMakefile4 SRCS= clear_cmd.c reset_cmd.c tparm_type.c tput.c transform.c \
H A Dtput.c206 return (clear_cmd(opt_x) == ERR) ? ErrUsage : 0; in tput_cmd()
/openbsd/usr.bin/less/
H A Dcommand.c93 clear_cmd(); in start_mca()
118 clear_cmd(); in mca_search()
156 clear_cmd(); in mca_opt_toggle()
667 clear_cmd(); in prompt()
H A Dfuncs.h69 void clear_cmd(void);
H A Dcmdbuf.c113 clear_cmd(void) in clear_cmd() function