Searched refs:ct_encode_string (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/contrib/libedit/
H A Dchartype.h69 char *ct_encode_string(const wchar_t *, ct_buffer_t *);
H A Dsearch.c133 if (regcomp(&re, ct_encode_string(pat, &conv), 0) == 0) {
134 rv = regexec(&re, ct_encode_string(str, &conv), (size_t)0, NULL,
142 if ((re = regcomp(ct_encode_string(pat, &conv))) != NULL) {
143 rv = regexec(re, ct_encode_string(str, &conv));
150 if (re_comp(ct_encode_string(pat, &conv)) != NULL)
153 return re_exec(ct_encode_string(str, &conv)) == 1;
575 c, el->el_search.patlen, ct_encode_string(el->el_search.patbuf, &conv));
H A Deln.c84 return ct_encode_string(tmp, &el->el_lgcyconv);
307 *p = ct_encode_string(pw, &el->el_lgcyconv);
368 info->buffer = ct_encode_string(winfo->buffer, &el->el_lgcyconv);
H A Drefresh.c331 el->el_refresh.r_cursor.v, ct_encode_string(el->el_vdisplay[0],
410 num, dat, dlen, ct_encode_string(d, &el->el_scratch)));
411 ELRE_DEBUG(1, (__F, "s == \"%s\"\n", ct_encode_string(s,
425 num, dat, dlen, ct_encode_string(d, &el->el_scratch)));
426 ELRE_DEBUG(1, (__F, "s == \"%s\"\n", ct_encode_string(s,
434 /* ct_encode_string() uses a static buffer, so we can't conveniently
462 num, dat, dlen, ct_encode_string(d, &el->el_scratch)));
474 num, dat, dlen, ct_encode_string(d, &el->el_scratch)));
H A Dkeymacro.c597 ct_encode_string(key, &el->el_scratch), unparsbuf);
605 ct_encode_string(key, &el->el_scratch), unparsbuf);
620 (void) fprintf(el->el_outfile, fmt, ct_encode_string(key,
H A Dfilecomplete.c705 ct_encode_string(temp, &el->el_scratch),
712 ct_encode_string(temp, &el->el_scratch), complete_func);
H A Dhist.c184 ct_encode_string(str, &el->el_scratch);
H A Dchartype.c93 ct_encode_string(const wchar_t *s, ct_buffer_t *conv) function
H A Dterminal.c1292 ub = ct_encode_string(ct_visual_string(
1323 strlcpy(what, ct_encode_string(argv[1], &el->el_scratch), sizeof(what));
1324 strlcpy(how, ct_encode_string(argv[2], &el->el_scratch), sizeof(how));
1518 ct_encode_string(*argv, &el->el_scratch)) == 0) {
1524 scap = tgetstr(ct_encode_string(*argv, &el->el_scratch), &area);
H A Dtty.c1166 strlcpy(name, ct_encode_string(*argv++, &el->el_scratch), sizeof(name));
1255 if ((p ? strncmp(m->m_name, ct_encode_string(d,
1257 strcmp(m->m_name, ct_encode_string(d,
H A Dhistory.c73 #define ct_encode_string(s, b) (s) macro
863 str = ct_encode_string(ev.str, &conv);

Completed in 192 milliseconds