Home | History | Annotate | Download | only in man3

Lines Matching full:editline

1 .\"	$NetBSD: editline.3,v 1.80 2013/07/12 17:48:29 christos Exp $
30 .Dt EDITLINE 3
33 .Nm editline ,
80 .Ft EditLine *
82 .Ft EditLine *
85 .Fn el_end "EditLine *e"
87 .Fn el_reset "EditLine *e"
89 .Fn el_gets "EditLine *e" "int *count"
91 .Fn el_wgets "EditLine *e" "int *count"
93 .Fn el_getc "EditLine *e" "char *ch"
95 .Fn el_wgetc "EditLine *e" "wchar_t *ch"
97 .Fn el_push "EditLine *e" "const char *str"
99 .Fn el_wpush "EditLine *e" "const wchar_t *str"
101 .Fn el_parse "EditLine *e" "int argc" "const char *argv[]"
103 .Fn el_wparse "EditLine *e" "int argc" "const wchar_t *argv[]"
105 .Fn el_set "EditLine *e" "int op" "..."
107 .Fn el_wset "EditLine *e" "int op" "..."
109 .Fn el_get "EditLine *e" "int op" "..."
111 .Fn el_wget "EditLine *e" "int op" "..."
113 .Fn el_source "EditLine *e" "const char *file"
115 .Fn el_resize "EditLine *e"
117 .Fn el_cursor "EditLine *e" "int count"
119 .Fn el_line "EditLine *e"
121 .Fn el_wline "EditLine *e"
123 .Fn el_insertstr "EditLine *e" "const char *str"
125 .Fn el_winsertstr "EditLine *e" "const wchar_t *str"
127 .Fn el_deletestr "EditLine *e" "int count"
129 .Fn el_wdeletestr "EditLine *e" "int count"
178 .Fa EditLine ,
298 .It Dv EL_PROMPT , Fa "char *(*f)(EditLine *)"
302 .It Dv EL_PROMPT_ESC , Fa "char *(*f)(EditLine *)" , Fa "char c"
320 .It Dv EL_RPROMPT , Fa "char *(*f)(EditLine *)"
324 .It Dv EL_RPROMPT_ESC , Fa "char *(*f)(EditLine *)" , Fa "char c"
395 Fa "unsigned char (*func)(EditLine *e, int ch)"
465 .It Dv EL_GETCFN , Fa "int (*f)(EditLine *, char *c)"
480 to be associated with this EditLine structure.
486 .Nm editline
518 .It Dv EL_PROMPT , Fa "char *(*f)(EditLine *)" , Fa "char *c"
526 .It Dv EL_RPROMPT , Fa "char *(*f)(EditLine *)" , Fa "char *c"
556 .It Dv EL_GETCFN , Fa "int (**f)(EditLine *, char *)"
574 .Nm editline