Home
last modified time | relevance | path

Searched refs:ct_encode_string (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/lib/libedit/
Dchartype.h169 #define ct_encode_string __ct_encode_string macro
171 public char *ct_encode_string(const Char *, ct_buffer_t *);
189 #define ct_encode_string(s, b) (s) macro
Dreadline.c197 rl_he.line = ct_encode_string(ev.str, &conv); in _move_history()
509 return ct_encode_string(ev.str, &conv); in get_history_event()
602 rptr = ct_encode_string(ev.str, &conv); in get_history_event()
1348 she.line = ct_encode_string(ev.str, &conv); in history_get()
1402 he->line = ct_encode_string(ev.str, &conv); in remove_history()
1439 he->line = strdup(ct_encode_string(ev.str, &e->el_scratch)); in replace_history_entry()