HomeSort by relevance Sort by last modified time
    Searched defs:GetLine (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/tools/scripts/
onbld_elfmod.pm 38 ## GetLine(FileHandleRef, LineNumRef)
47 sub GetLine {
176 while ($Line = onbld_elfmod::GetLine(\*EFILE, \$LineNum)) {
  /onnv/onnv-gate/usr/src/lib/libtecla/
libtecla.h 80 * The getline module provides interactive command-line input, recall
87 * getline.h.
89 typedef struct GetLine GetLine;
95 GetLine *new_GetLine(size_t linelen, size_t histlen);
96 GetLine *del_GetLine(GetLine *gl);
101 char *gl_get_line(GetLine *gl, const char *prompt, const char *start_line,
108 * gl GetLine * A resource object returned by new_GetLine().
119 int gl_query_char(GetLine *gl, const char *prompt, char defchar)
    [all...]
  /onnv/onnv-gate/usr/src/lib/libtecla/common/
getline.c 180 #include "getline.h"
292 static int gl_call_fd_handler(GetLine *gl, GlFdHandler *gfh, int fd,
295 static int gl_call_timeout_handler(GetLine *gl);
362 * Define the contents of the GetLine object.
365 struct GetLine {
649 static int gl_check_caught_signal(GetLine *gl);
655 static void gl_suspend_process(int signo, GetLine *gl, int ngl);
668 static GetLine *tputs_gl = NULL;
678 static void gl_query_size(GetLine *gl, int *ncolumn, int *nline);
681 * Getline calls this to temporarily override certain signal handler
    [all...]

Completed in 4620 milliseconds