Home
last modified time | relevance | path

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

/openbsd-src/lib/libedit/
H A Deln.c64 el_wpush(el, ct_decode_string(str, &el->el_lgcyconv)); in el_push()
142 ret = el_wset(el, op, ct_decode_string(va_arg(ap, char *), in el_set()
376 return el_winsertstr(el, ct_decode_string(str, &el->el_lgcyconv)); in el_insertstr()
H A Dchartype.h67 wchar_t *ct_decode_string(const char *, ct_buffer_t *);
H A Dprompt.c89 p = ct_decode_string((char *)(void *)(*elp->p_func)(el), in prompt_print()
H A Dfilecomplete.c462 ct_decode_string(matches[0], &el->el_scratch)); in fn_complete()
475 ct_decode_string((*app_func)(matches[0]), in fn_complete()
H A Del.c73 el->el_prog = wcsdup(ct_decode_string(prog, &el->el_scratch)); in el_init()
544 dptr = ct_decode_string(ptr, &el->el_scratch); in el_source()
H A Dhist.c214 return ct_decode_string((const char *)(const void *)ev.str, in hist_convert()
H A Dchartype.c107 ct_decode_string(const char *s, ct_buffer_t *conv) in ct_decode_string() function
H A Dhistory.c70 #define ct_decode_string(s, b) (s) macro
798 if (HENTER(h, &ev, ct_decode_string(ptr, &conv)) == -1) { in history_load()
H A Dreadline.c1810 ct_decode_string(rl_basic_word_break_characters, &wbreak_conv), in rl_complete()
1811 ct_decode_string(rl_special_prefixes, &sprefix_conv), in rl_complete()
H A Dvi.c904 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()