Searched refs:ct_decode_string (Results 1 – 11 of 11) sorted by relevance
/minix3/lib/libedit/ |
H A D | chartype.h | 187 #define ct_decode_string __ct_decode_string macro 189 public Char *ct_decode_string(const char *, ct_buffer_t *); 205 #define ct_decode_string(s, b) (s) macro
|
H A D | eln.c | 70 el_wpush(el, ct_decode_string(str, &el->el_lgcyconv)); in el_push() 157 ret = el_wset(el, op, ct_decode_string(va_arg(ap, char *), in el_set() 398 return el_winsertstr(el, ct_decode_string(str, &el->el_lgcyconv)); in el_insertstr()
|
H A D | prompt.c | 97 p = ct_decode_string((char *)(void *)(*elp->p_func)(el), in prompt_print()
|
H A D | filecomplete.c | 487 ct_decode_string(matches[0], &el->el_scratch)); in fn_complete() 501 ct_decode_string((*app_func)(matches[0]), in fn_complete()
|
H A D | el.c | 86 el->el_prog = Strdup(ct_decode_string(prog, &el->el_scratch)); in el_init_fd() 553 dptr = ct_decode_string(ptr, &el->el_scratch); in el_source()
|
H A D | hist.c | 220 return ct_decode_string((const char *)(const void *)ev.str, in hist_convert()
|
H A D | chartype.c | 123 ct_decode_string(const char *s, ct_buffer_t *conv) in ct_decode_string() function
|
H A D | readline.c | 1836 ct_decode_string(rl_basic_word_break_characters, &wbreak_conv), in rl_complete() 1837 ct_decode_string(breakchars, &sprefix_conv), in rl_complete()
|
H A D | vi.c | 939 FUN(el,push)(el, ct_decode_string(alias_text, &el->el_scratch)); in vi_alias()
|
H A D | history.c | 775 if (HENTER(h, &ev, ct_decode_string(ptr, &conv)) == -1) { in history_load()
|
H A D | terminal.c | 1310 ct_decode_string(*ts, &el->el_scratch)), in terminal_telltc()
|