Searched refs:GetLine (Results 1 – 16 of 16) sorted by relevance
/titanic_41/usr/src/lib/libtecla/ |
H A D | libtecla.h | 89 typedef struct GetLine GetLine; typedef 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, 119 int gl_query_char(GetLine *gl, const char *prompt, char defchar); 133 int gl_read_char(GetLine *gl); 139 int gl_configure_getline(GetLine *gl, const char *app_string, 156 int gl_bind_keyseq(GetLine *gl, GlKeyOrigin origin, const char *keyseq, 464 int gl_customize_completion(GetLine *gl, void *data, CplMatchFn *match_fn); 497 int gl_completion_action(GetLine *gl, void *data, CplMatchFn *match_fn, [all …]
|
/titanic_41/usr/src/lib/libtecla/common/ |
H A D | getline.c | 292 static int gl_call_fd_handler(GetLine *gl, GlFdHandler *gfh, int fd, 295 static int gl_call_timeout_handler(GetLine *gl); 365 struct GetLine { struct 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); 684 static int gl_override_signal_handlers(GetLine *gl); 690 static int gl_restore_signal_handlers(GetLine *gl); 696 static int gl_mask_signals(GetLine *gl, sigset_t *oldset); [all …]
|
H A D | keytab.h | 58 #define KT_KEY_FN(fn) int (fn)(GetLine *gl, int count, void *data)
|
/titanic_41/usr/src/tools/scripts/ |
H A D | onbld_elfmod.pm | 47 sub GetLine { subroutine 176 while ($Line = onbld_elfmod::GetLine(\*EFILE, \$LineNum)) {
|
H A D | interface_cmp.pl | 124 while ($Line = onbld_elfmod::GetLine(\*EFILE, \$LineNum)) { 323 while ($Line = onbld_elfmod::GetLine(\*FILE, \$LineNum)) { 334 while ($Line = onbld_elfmod::GetLine(\*FILE, \$LineNum)) {
|
H A D | interface_check.pl | 363 while ($line = onbld_elfmod::GetLine(\*FIND_ELF, \$LineNum)) { 374 while ($line = onbld_elfmod::GetLine(\*FIND_ELF, \$LineNum)) {
|
H A D | check_rtime.pl | 836 while ($line = onbld_elfmod::GetLine($fh, $LineNum)) { 861 while ($line = onbld_elfmod::GetLine(\*FIND_ELF, \$LineNum)) { 907 while ($line = onbld_elfmod::GetLine(\*FIND_ELF, \$LineNum)) {
|
/titanic_41/usr/src/cmd/enhance/ |
H A D | enhance.c | 117 static int pty_stop_parent(int waserr, int cntrl, GetLine *gl, char *rbuff); 419 GetLine *gl = NULL; /* The gl_get_line() resource object */ in pty_parent() 472 static int pty_stop_parent(int waserr, int cntrl, GetLine *gl, char *rbuff) in pty_stop_parent()
|
/titanic_41/usr/src/cmd/sgs/elfedit/common/ |
H A D | _elfedit.h | 180 GetLine *gl; /* getline object */
|
/titanic_41/usr/src/lib/krb5/ss/ |
H A D | listen.c | 142 GetLine *gl;
|
/titanic_41/usr/src/cmd/svc/svccfg/ |
H A D | svccfg.h | 346 GetLine *sc_gl;
|
/titanic_41/usr/src/cmd/idmap/idmap/ |
H A D | idmap_engine.c | 45 static GetLine * gl_h;
|
/titanic_41/usr/src/cmd/ssh/sftp/ |
H A D | sftp.c | 1316 GetLine *gl = NULL; in interactive_loop()
|
/titanic_41/usr/src/lib/libipsecutil/common/ |
H A D | ipsec_util.c | 76 static GetLine *gl = NULL; /* for interactive mode */
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/ |
H A D | nwamcfg.c | 328 static GetLine *gl;
|
/titanic_41/usr/src/cmd/zonecfg/ |
H A D | zonecfg.c | 585 static GetLine *gl; /* The gl_get_line() resource object */
|