Home
last modified time | relevance | path

Searched refs:send_init_strings (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/usr.bin/tic/
H A Dreset_cmd.h50 extern bool send_init_strings(int /* fd */, TTY * /* old_settings */);
H A Dreset_cmd.c490 send_init_strings(int fd GCC_UNUSED, TTY * old_settings) in send_init_strings() function
/openbsd-src/usr.bin/tput/
H A Dtput.c190 if (send_init_strings(fd, &oldmode)) { in tput_cmd()
/openbsd-src/usr.bin/tset/
H A Dtset.c888 if (send_init_strings(my_fd, &oldmode)) { in main()