Searched refs:ttyquery (Results 1 - 4 of 4) sorted by relevance
/ast/src/lib/libast/disc/ |
H A D | sfdcmore.c | 82 static int ttyquery(Sfio_t* rp, Sfio_t* wp, const char* label, Sfdisc_t* dp) function 84 static int ttyquery(rp, wp, label, dp) 213 r = ttyquery(sfstdin, f, more->prompt, dp);
|
/ast/src/cmd/mailx/ |
H A D | tty.c | 231 ttyquery(int rfd, int wfd, const char* label) function
|
H A D | mailx.h | 1074 extern int ttyquery(int, int, const char*);
|
H A D | fio.c | 768 r = ttyquery(0, 1, *state.var.more ? state.var.more : "[More]");
|
Completed in 17 milliseconds