Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libedit/
H A Dchartype.h177 #define ct_decode_string __ct_decode_string macro
179 public Char *ct_decode_string(const char *, ct_buffer_t *);
195 #define ct_decode_string(s, b) (s) macro
H A Deln.c69 el_wpush(el, ct_decode_string(str, &el->el_lgcyconv)); in el_push()
154 ret = el_wset(el, op, ct_decode_string(va_arg(ap, char *), in el_set()
392 return el_winsertstr(el, ct_decode_string(str, &el->el_lgcyconv)); in el_insertstr()
H A Dprompt.c99 p = ct_decode_string((char *)(void *)(*elp->p_func)(el), in prompt_print()
H A Del.c92 el->el_prog = Strdup(ct_decode_string(prog, &el->el_scratch)); in el_init_fd()
559 dptr = ct_decode_string(ptr, &el->el_scratch); in el_source()
H A Dfilecomplete.c512 ct_decode_string(quoted_match ? quoted_match : in fn_complete()
527 ct_decode_string((*app_func)(matches[0]), in fn_complete()
H A Dhist.c224 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 Dreadline.c1837 ct_decode_string(rl_basic_word_break_characters, &wbreak_conv), in rl_complete()
1838 ct_decode_string(breakchars, &sprefix_conv), in rl_complete()
H A Dvi.c947 FUN(el,push)(el, ct_decode_string(alias_text, &el->el_scratch)); in vi_alias()
H A Dhistory.c775 if (HENTER(h, &ev, ct_decode_string(ptr, &conv)) == -1) { in history_load()
H A Dterminal.c1326 ct_decode_string(*ts, &el->el_scratch)), in terminal_telltc()