Home
last modified time | relevance | path

Searched refs:el_scratch (Results 1 – 9 of 9) sorted by relevance

/external/libedit/src/
Dfilecomplete.c459 ct_encode_string(temp, &el->el_scratch), in fn_complete()
466 ct_encode_string(temp, &el->el_scratch), complet_func); in fn_complete()
483 ct_decode_string(matches[0], &el->el_scratch)); in fn_complete()
497 &el->el_scratch)); in fn_complete()
Del.c113 el->el_prog = Strdup(ct_decode_string(prog, &el->el_scratch)); in el_init_fd()
174 el_free(el->el_scratch.cbuff); in el_end()
175 el_free(el->el_scratch.wbuff); in el_end()
562 dptr = ct_decode_string(ptr, &el->el_scratch); in el_source()
Dhist.c171 el->el_history.ev.num, ct_encode_string(str, &el->el_scratch)); in hist_command()
221 &el->el_scratch); in hist_convert()
Dkeymacro.c600 ct_encode_string(key, &el->el_scratch), unparsbuf); in keymacro_kprint()
608 ct_encode_string(key, &el->el_scratch), unparsbuf); in keymacro_kprint()
624 &el->el_scratch), "no input"); in keymacro_kprint()
Del.h145 ct_buffer_t el_scratch; /* Scratch conversion buffer */ member
Dprompt.c98 &el->el_scratch); in prompt_print()
Dterminal.c1310 ct_decode_string(*ts, &el->el_scratch)), in terminal_telltc()
1311 &el->el_scratch); in terminal_telltc()
1338 strncpy(what, ct_encode_string(argv[1], &el->el_scratch), sizeof(what)); in terminal_settc()
1340 strncpy(how, ct_encode_string(argv[2], &el->el_scratch), sizeof(how)); in terminal_settc()
1527 ct_encode_string(*argv, &el->el_scratch)) == 0) { in terminal_echotc()
1533 scap = tgetstr(ct_encode_string((Char*)*argv, &el->el_scratch), &area); in terminal_echotc()
Dtty.c1194 strncpy(name, ct_encode_string(*argv++, &el->el_scratch), sizeof(name)); in tty_stty()
1285 &el->el_scratch), (size_t)(p - d)) : in tty_stty()
1287 &el->el_scratch))) == 0 && in tty_stty()
Dvi.c944 FUN(el,push)(el, ct_decode_string(alias_text, &el->el_scratch)); in vi_alias()