Home
last modified time | relevance | path

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

/netbsd-src/lib/libedit/
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()
395 return el_winsertstr(el, ct_decode_string(str, &el->el_lgcyconv)); in el_insertstr()
401 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.c87 el->el_prog = wcsdup(ct_decode_string(prog, &el->el_scratch)); in el_init_internal()
580 dptr = ct_decode_string(ptr, &el->el_scratch); in el_source()
H A Dfilecomplete.c742 ct_decode_string(completion, &el->el_scratch)); in fn_complete2()
753 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.c73 #define ct_decode_string(s, b) (s) macro
814 decode_result = ct_decode_string(ptr, &conv); in history_load()
H A Dreadline.c1986 ct_decode_string(rl_basic_word_break_characters, &wbreak_conv), in rl_complete()
1987 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.c1293 ct_decode_string(*ts, &el->el_scratch), in terminal_telltc()