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

/xsrc/external/mit/xterm/dist/
H A Dmain.c346 #define PUSH_FAILS(fd,name) ioctl(fd, I_FIND, name) == 0 \ macro
349 #define PUSH_FAILS(fd,name) ioctl(fd, I_PUSH, name) < 0 macro
4346 else if (PUSH_FAILS(ptyfd, "ptem")) {
4351 && PUSH_FAILS(ptyfd, "consem")) {
4355 else if (PUSH_FAILS(ptyfd, "ldterm")) {
4359 else if (PUSH_FAILS(ptyfd, "ttcompat")) {

Completed in 41 milliseconds