Home
last modified time | relevance | path

Searched defs:pty (Results 1 – 6 of 6) sorted by relevance

/minix3/minix/drivers/tty/pty/
H A Dpty.c50 typedef struct pty { struct
72 /* buffer for bytes going to the pty reader */ argument
81 #define PTY_ACTIVE 0x02 /* pty is open/active */ argument
/minix3/tests/lib/libc/ttyio/
H A Dt_ptm.c128 char *pty; in ATF_TC_BODY() local
/minix3/tests/kernel/
H A Dt_pty.c58 int pty; in run() local
/minix3/external/bsd/nvi/dist/gtk/
H A Dgtkviwindow.c130 int pty[2]; in gtk_vi_window_new() local
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp9913 if (const BuiltinType *pty = LHSExpr->getType()->getAsPlaceholderType()) { in BuildBinOp() local
9941 if (const BuiltinType *pty = RHSExpr->getType()->getAsPlaceholderType()) { in BuildBinOp() local
10190 if (const BuiltinType *pty = Input->getType()->getAsPlaceholderType()) { in BuildUnaryOp() local
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c84 #define DEFINE_ITERATORS(camlname, cname, pty, cty, pfun) \ argument