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

/xsrc/external/mit/xedit/dist/lisp/modules/
H A Dpsql.c807 LispObj *ohost, *oport, *ooptions, *otty, *odbname, *ologin, *opassword; local in function:LispPQsetdb
816 otty = ARGUMENT(3);
842 if (otty != NIL) {
843 CHECK_STRING(otty);
844 tty = THESTR(otty);

Completed in 3 milliseconds