Home
last modified time | relevance | path

Searched refs:PUSH_FAILS (Results 1 – 2 of 2) sorted by relevance

/dports/x11/luit/luit-20210218/
H A Dsys.c92 #define PUSH_FAILS(fd,name) ioctl(fd, I_FIND, name) == 0 \ macro
95 #define PUSH_FAILS(fd,name) ioctl(fd, I_PUSH, name) < 0 macro
523 if (PUSH_FAILS(tty, "ptem")) { in openTty()
530 if (PUSH_FAILS(tty, "ldterm")) { in openTty()
538 if (PUSH_FAILS(tty, "ttcompat")) { in openTty()
/dports/x11/xterm/xterm-370/
H A Dmain.c341 #define PUSH_FAILS(fd,name) ioctl(fd, I_FIND, name) == 0 \ macro
344 #define PUSH_FAILS(fd,name) ioctl(fd, I_PUSH, name) < 0 macro
4107 else if (PUSH_FAILS(ptyfd, "ptem")) { in spawnXTerm()
4112 && PUSH_FAILS(ptyfd, "consem")) { in spawnXTerm()
4116 else if (PUSH_FAILS(ptyfd, "ldterm")) { in spawnXTerm()
4120 else if (PUSH_FAILS(ptyfd, "ttcompat")) { in spawnXTerm()