Home
last modified time | relevance | path

Searched refs:el_lgcyconv (Results 1 – 3 of 3) sorted by relevance

/minix3/lib/libedit/
H A Deln.c70 el_wpush(el, ct_decode_string(str, &el->el_lgcyconv)); in el_push()
90 return ct_encode_string(tmp, &el->el_lgcyconv); in el_gets()
101 ct_decode_argv(argc, argv, &el->el_lgcyconv); in el_parse()
158 &el->el_lgcyconv)); in el_set()
181 ct_decode_argv(i + 1, argv, &el->el_lgcyconv); in el_set()
229 wargv = ct_decode_argv(2, args, &el->el_lgcyconv); in el_set()
316 *p = ct_encode_string(pw, &el->el_lgcyconv); in el_get()
317 if (!el->el_lgcyconv.csize) in el_get()
379 info->buffer = ct_encode_string(winfo->buffer, &el->el_lgcyconv); in el_line()
398 return el_winsertstr(el, ct_decode_string(str, &el->el_lgcyconv)); in el_insertstr()
H A Del.h146 ct_buffer_t el_lgcyconv; /* Buffer for legacy wrappers */ member
H A Del.c149 el_free(el->el_lgcyconv.cbuff); in el_end()
150 el_free(el->el_lgcyconv.wbuff); in el_end()