Home
last modified time | relevance | path

Searched refs:ttyquery (Results 1 – 12 of 12) sorted by relevance

/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/disc/
H A Dsfdcmore.c82 static int ttyquery(Sfio_t* rp, Sfio_t* wp, const char* label, Sfdisc_t* dp) in ttyquery() function
84 static int ttyquery(rp, wp, label, dp) in ttyquery()
213 r = ttyquery(sfstdin, f, more->prompt, dp);
/dports/shells/ksh93/ast-93u/src/lib/libast/disc/
H A Dsfdcmore.c82 static int ttyquery(Sfio_t* rp, Sfio_t* wp, const char* label, Sfdisc_t* dp) in ttyquery() function
84 static int ttyquery(rp, wp, label, dp) in ttyquery()
213 r = ttyquery(sfstdin, f, more->prompt, dp);
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/disc/
H A Dsfdcmore.c82 static int ttyquery(Sfio_t* rp, Sfio_t* wp, const char* label, Sfdisc_t* dp) in ttyquery() function
84 static int ttyquery(rp, wp, label, dp) in ttyquery()
213 r = ttyquery(sfstdin, f, more->prompt, dp);
/dports/shells/ksh93/ast-93u/src/cmd/mailx/
H A Dtty.c231 ttyquery(int rfd, int wfd, const char* label) in ttyquery() function
H A Dmailx.h1074 extern int ttyquery(int, int, const char*);
H A Dfio.c768 r = ttyquery(0, 1, *state.var.more ? state.var.more : "[More]"); in moreout()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/mailx/
H A Dtty.c231 ttyquery(int rfd, int wfd, const char* label) in ttyquery() function
H A Dmailx.h1074 extern int ttyquery(int, int, const char*);
H A Dfio.c768 r = ttyquery(0, 1, *state.var.more ? state.var.more : "[More]"); in moreout()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/mailx/
H A Dtty.c231 ttyquery(int rfd, int wfd, const char* label) in ttyquery() function
H A Dmailx.h1079 extern int ttyquery(int, int, const char*);
H A Dfio.c768 r = ttyquery(0, 1, *state.var.more ? state.var.more : "[More]"); in moreout()