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

/xsrc/external/mit/xterm/dist/
H A Dmain.c3935 unsigned lmode; local in function:spawnXTerm
3943 unsigned lmode; local in function:spawnXTerm
4067 lmode = d_lmode;
4096 if (ioctl(ttyfd, TIOCLGET, &lmode) == -1)
4097 lmode = d_lmode;
4636 if (ioctl(ttyfd, TIOCLSET, (char *) &lmode) == -1)
4660 lmode |= LPASS8;
4662 lmode &= ~(LPASS8);
4703 if (ioctl(ttyfd, TIOCLSET, (char *) &lmode) == -1)

Completed in 8 milliseconds