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

/external/libedit/src/
H A Dchartype.h187 #define ct_decode_string __ct_decode_string macro
189 public Char *ct_decode_string(const char *, ct_buffer_t *);
204 #define ct_decode_string(s, b) (s) macro
H A Deln.c70 el_wpush(el, ct_decode_string(str, &el->el_lgcyconv));
133 ret = el_wset(el, op, ct_decode_string(va_arg(ap, char *),
370 return el_winsertstr(el, ct_decode_string(str, &el->el_lgcyconv));
H A Dprompt.c97 p = ct_decode_string((char *)(void *)(*elp->p_func)(el),
H A Dfilecomplete.c483 ct_decode_string(matches[0], &el->el_scratch));
496 ct_decode_string((*app_func)(matches[0]),
H A Del.c113 el->el_prog = Strdup(ct_decode_string(prog, &el->el_scratch));
562 dptr = ct_decode_string(ptr, &el->el_scratch);
H A Dchartype.c112 ct_decode_string(const char *s, ct_buffer_t *conv) function
H A Dhist.c220 return ct_decode_string((const char *)(const void *)ev.str,
H A Dreadline.c1788 ct_decode_string(rl_basic_word_break_characters, &wbreak_conv),
1789 ct_decode_string(breakchars, &sprefix_conv),
H A Dhistory.c777 if (HENTER(h, &ev, ct_decode_string(ptr, &conv)) == -1) {
H A Dvi.c944 FUN(el,push)(el, ct_decode_string(alias_text, &el->el_scratch));
H A Dterminal.c1310 ct_decode_string(*ts, &el->el_scratch)),

Completed in 425 milliseconds