Home
last modified time | relevance | path

Searched refs:os_restore_mode (Results 1 – 10 of 10) sorted by relevance

/dports/lang/gawk/gawk-5.1.1/posix/
H A Dgawkmisc.c262 os_restore_mode(int fd) in os_restore_mode() function
H A DChangeLog.0125 * gawkmisc.c (os_restore_mode): New function.
/dports/lang/gawk/gawk-5.1.1/vms/
H A Dgawkmisc.vms618 /* os_restore_mode --- restore the original mode of the console device */
621 os_restore_mode (fd)
H A DChangeLog.0493 * gawkmisc.vms (os_restore_mode): New function.
/dports/lang/gawk/gawk-5.1.1/pc/
H A Dgawkmisc.pc322 /* os_restore_mode --- restore the original mode of the console device */
325 os_restore_mode (fd)
H A DChangeLog.0522 (os_restore_mode): New function.
/dports/lang/gawk/gawk-5.1.1/
H A Dio.c959 os_restore_mode(fileno(stdin)); in redirect_string()
2792 os_restore_mode(fileno(stdin));
H A Dawk.h1608 extern void os_restore_mode(int fd);
H A Dbuiltin.c2181 os_restore_mode(fileno(stdin)); in do_system()
H A DChangeLog.07408 * awk.h (os_restore_mode): Add prototype.