Home
last modified time | relevance | path

Searched defs:GetLine (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c364 struct GetLine { struct
366 GlHistory *glh; /* The line-history buffer */
368 GlCplCallback cplfn; /* The completion callback */
415 KeyTab *bindings; /* A table of key-bindings */
423 int insert; /* True in insert mode */
447 /* the user since new_GetLine() was called. */ argument
474 const char *bold; /* Switch to the bold font */
476 const char *standout; /* Turn on standout mode */
477 const char *dim; /* Switch to a dim font */
478 const char *reverse; /* Turn on reverse video */
[all …]
/illumos-gate/usr/src/tools/scripts/
H A Donbld_elfmod.pm47 sub GetLine { subroutine
/illumos-gate/usr/src/lib/libtecla/
H A Dlibtecla.h87 typedef struct GetLine GetLine; typedef