Searched defs:pty (Results 1 – 6 of 6) sorted by relevance
50 typedef struct pty { struct72 /* buffer for bytes going to the pty reader */ argument81 #define PTY_ACTIVE 0x02 /* pty is open/active */ argument
128 char *pty; in ATF_TC_BODY() local
58 int pty; in run() local
130 int pty[2]; in gtk_vi_window_new() local
9913 if (const BuiltinType *pty = LHSExpr->getType()->getAsPlaceholderType()) { in BuildBinOp() local9941 if (const BuiltinType *pty = RHSExpr->getType()->getAsPlaceholderType()) { in BuildBinOp() local10190 if (const BuiltinType *pty = Input->getType()->getAsPlaceholderType()) { in BuildUnaryOp() local
84 #define DEFINE_ITERATORS(camlname, cname, pty, cty, pfun) \ argument