Home
last modified time | relevance | path

Searched refs:el_line_t (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/libedit/src/
H A Del.h69 typedef struct el_line_t { struct
74 } el_line_t; argument
124 el_line_t el_line; /* The current line information */
H A Dread.c452 el_line_t *lp = &el->el_line; in noedit_wgets()