Home
last modified time | relevance | path

Searched refs:ct_decode_string (Results 1 – 11 of 11) sorted by relevance

/dflybsd-src/contrib/libedit/src/
H A Deln.c66 el_wpush(el, ct_decode_string(str, &el->el_lgcyconv)); in el_push()
150 ret = el_wset(el, op, ct_decode_string(va_arg(ap, char *), in el_set()
387 return el_winsertstr(el, ct_decode_string(str, &el->el_lgcyconv)); in el_insertstr()
393 return el_wreplacestr(el, ct_decode_string(str, &el->el_lgcyconv)); in el_replacestr()
H A Dchartype.h72 wchar_t *ct_decode_string(const char *, ct_buffer_t *);
H A Dprompt.c96 p = ct_decode_string((char *)(void *)(*elp->p_func)(el), in prompt_print()
H A Del.c110 el->el_prog = wcsdup(ct_decode_string(prog, &el->el_scratch)); in el_init_internal()
597 dptr = ct_decode_string(ptr, &el->el_scratch); in el_source()
H A Dfilecomplete.c735 ct_decode_string(completion, &el->el_scratch)); in fn_complete2()
746 el_winsertstr(el, ct_decode_string( in fn_complete2()
H A Dhist.c250 return ct_decode_string((const char *)(const void *)ev.str, in hist_convert()
H A Dchartype.c123 ct_decode_string(const char *s, ct_buffer_t *conv) in ct_decode_string() function
H A Dhistory.c75 #define ct_decode_string(s, b) (s) macro
816 decode_result = ct_decode_string(ptr, &conv); in history_load()
H A Dreadline.c1980 ct_decode_string(rl_basic_word_break_characters, &wbreak_conv), in rl_complete()
1981 ct_decode_string(breakchars, &sprefix_conv), in rl_complete()
H A Dvi.c946 el_wpush(el, ct_decode_string(alias_text, &el->el_scratch)); in vi_alias()
H A Dterminal.c1295 ct_decode_string(*ts, &el->el_scratch), in terminal_telltc()