Searched refs:ttypath (Results 1 – 1 of 1) sorted by relevance
57 char ttypath[20]; in SpawnCommand() local61 fPty = getpty(ptypath, ttypath); in SpawnCommand()65 shellcmd << " 0<" << ttypath; in SpawnCommand()66 shellcmd << " 1>" << ttypath; in SpawnCommand()69 shellcmd << "export TTY=" << ttypath << "; "; // BeOS hack in SpawnCommand()