Home
last modified time | relevance | path

Searched refs:EL_EDITMODE (Results 1 – 6 of 6) sorted by relevance

/dragonfly/usr.bin/bc/
H A Dscan.l330 el_get(el, EL_EDITMODE, &use_el);
353 el_get(el, EL_EDITMODE, &use_el);
/dragonfly/contrib/libedit/src/
H A Deln.c155 case EL_EDITMODE: in el_set()
318 case EL_EDITMODE: in el_get()
H A Dhistedit.h146 #define EL_EDITMODE 11 /* , int); set/get */ macro
H A Del.c334 case EL_EDITMODE: in el_wset()
458 case EL_EDITMODE: in el_wget()
H A Dreadline.c336 el_set(e, EL_EDITMODE, 0); in rl_initialize()
/dragonfly/contrib/tnftp/src/
H A Dutil.c1029 if ((el_get(el, EL_EDITMODE, &editmode) != -1) && editmode == 0) in controlediting()