xref
: /
vim-8.2.3635
/
src
/
proto
/
pty.pro
(revision 2bf24176)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
/*
pty.c
*/
2
int OpenPTY __ARGS((char **ttyn));
3
int SetupSlavePTY __ARGS((int fd));
4