Home
last modified time | relevance | path

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

/dports/emulators/yaze-ag/yaze-ag-2.51.0/
H A Dkeytest.c39 cookedtio; variable
60 tcsetattr(fileno(stdin), TCSAFLUSH, &cookedtio); in ttycook()
124 if (tcgetattr(fileno(stdin), &cookedtio) != 0) in init_term()
129 rawtio = cookedtio; in init_term()
H A Dybios.h23 extern struct termios cookedtio, rawtio;
H A Dybios.c193 if (tcgetattr(fileno(stdin), &cookedtio) != 0) in bios_init()
198 rawtio = cookedtio; in bios_init()
H A Dmonitor.c48 struct termios cookedtio, rawtio; variable
67 tcsetattr(fileno(stdin), TCSAFLUSH, &cookedtio); in ttycook()