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

/freebsd-11.0-release/lib/libedit/
H A Del.h146 ct_buffer_t el_scratch; /* Scratch conversion buffer */ member in struct:editline
H A Dfilecomplete.c483 &el->el_scratch),
491 &el->el_scratch), complet_func);
516 matches[0] , &el->el_scratch));
531 &el->el_scratch));
H A Del.c88 el->el_prog = Strdup(ct_decode_string(prog, &el->el_scratch));
150 el_free(el->el_scratch.cbuff);
151 el_free(el->el_scratch.wbuff);
556 dptr = ct_decode_string(ptr, &el->el_scratch);
H A Dprompt.c100 &el->el_scratch);
H A Dhist.c173 el->el_history.ev.num, ct_encode_string(str, &el->el_scratch));
223 &el->el_scratch);
H A Dkeymacro.c602 ct_encode_string(key, &el->el_scratch), unparsbuf);
610 ct_encode_string(key, &el->el_scratch), unparsbuf);
626 &el->el_scratch), "no input");
H A Dterminal.c1312 ct_decode_string(*ts, &el->el_scratch)),
1313 &el->el_scratch);
1340 strncpy(what, ct_encode_string(argv[1], &el->el_scratch), sizeof(what));
1342 strncpy(how, ct_encode_string(argv[2], &el->el_scratch), sizeof(how));
1529 ct_encode_string(*argv, &el->el_scratch)) == 0) {
1535 scap = tgetstr(ct_encode_string(*argv, &el->el_scratch), &area);
H A Dtty.c1153 strncpy(name, ct_encode_string(*argv++, &el->el_scratch), sizeof(name));
1244 &el->el_scratch), (size_t)(p - d)) :
1246 &el->el_scratch))) == 0 &&
H A Dvi.c941 FUN(el,push)(el, ct_decode_string(alias_text, &el->el_scratch));

Completed in 120 milliseconds