Searched defs:GetLine (Results 1 – 3 of 3) sorted by relevance
365 struct GetLine { struct366 ErrMsg *err; /* The error-reporting buffer */367 GlHistory *glh; /* The line-history buffer */368 WordCompletion *cpl; /* String completion resource object */369 GlCplCallback cplfn; /* The completion callback */371 ExpandFile *ef; /* ~user/, $envvar and wildcard expansion */374 StringGroup *capmem; /* Memory for recording terminal capability */376 GlCharQueue *cq; /* The terminal output character queue */377 int input_fd; /* The file descriptor to read on */378 int output_fd; /* The file descriptor to write to */[all …]
47 sub GetLine { subroutine
89 typedef struct GetLine GetLine; typedef