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

/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dchartype.h182 #define ct_decode_string __ct_decode_string macro
184 public Char *ct_decode_string(const char *, ct_buffer_t *);
199 #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.c494 ct_decode_string(matches[0], &el->el_scratch));
507 ct_decode_string((*app_func)(matches[0]),
H A Del.c82 el->el_prog = Strdup(ct_decode_string(prog, &el->el_scratch));
538 dptr = ct_decode_string(ptr, &el->el_scratch);
H A Dchartype.c118 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.c1766 ct_decode_string(rl_basic_word_break_characters, &wbreak_conv),
1767 ct_decode_string(rl_special_prefixes, &sprefix_conv),
H A Dhistory.c773 if (HENTER(h, &ev, ct_decode_string(ptr, &conv)) == -1) {
H A Dvi.c945 FUN(el,push)(el, ct_decode_string(alias_text, &el->el_scratch));
H A Dterm.c1370 ct_decode_string(*ts, &el->el_scratch)),
/macosx-10.10/libedit-40/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.c71 el_wpush(el, ct_decode_string(str, &el->el_lgcyconv));
141 ret = el_wset(el, op, ct_decode_string(va_arg(ap, char *),
381 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.c520 ct_decode_string(matches[0], &el->el_scratch));
533 ct_decode_string((*app_func)(matches[0]),
H A Del.c82 el->el_prog = Strdup(ct_decode_string(prog, &el->el_scratch));
544 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.c1807 ct_decode_string(rl_basic_word_break_characters, &wbreak_conv),
1808 ct_decode_string(breakchars, &sprefix_conv),
H A Dhistory.c815 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 221 milliseconds