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

/openbsd-current/lib/libedit/
H A Dchartype.h64 char *ct_encode_string(const wchar_t *, ct_buffer_t *);
H A Dsearch.c126 if (regcomp(&re, ct_encode_string(pat, &conv), 0) == 0) {
127 rv = regexec(&re, ct_encode_string(str, &conv), 0, NULL, 0) == 0;
134 if ((re = regcomp(ct_encode_string(pat, &conv))) != NULL) {
135 rv = regexec(re, ct_encode_string(str, &conv));
142 if (re_comp(ct_encode_string(pat, &conv)) != NULL)
145 return re_exec(ct_encode_string(str, &conv)) == 1;
567 c, el->el_search.patlen, ct_encode_string(el->el_search.patbuf));
H A Deln.c91 return ct_encode_string(tmp, &el->el_lgcyconv);
295 *p = ct_encode_string(pw, &el->el_lgcyconv);
357 info->buffer = ct_encode_string(winfo->buffer, &el->el_lgcyconv);
H A Drefresh.c292 el->el_refresh.r_cursor.v, ct_encode_string(el->el_vdisplay[0],
367 num, dat, dlen, ct_encode_string(d, &el->el_scratch)));
368 ELRE_DEBUG(1, (__F, "s == \"%s\"\n", ct_encode_string(s,
382 num, dat, dlen, ct_encode_string(d, &el->el_scratch)));
383 ELRE_DEBUG(1, (__F, "s == \"%s\"\n", ct_encode_string(s,
391 /* ct_encode_string() uses a static buffer, so we can't conveniently
418 num, dat, dlen, ct_encode_string(d, &el->el_scratch)));
430 num, dat, dlen, ct_encode_string(d, &el->el_scratch)));
H A Dkeymacro.c590 ct_encode_string(key, &el->el_scratch), unparsbuf);
598 ct_encode_string(key, &el->el_scratch), unparsbuf);
613 (void) fprintf(el->el_outfile, fmt, ct_encode_string(key,
H A Dfilecomplete.c438 ct_encode_string(temp, &el->el_scratch),
445 ct_encode_string(temp, &el->el_scratch), complet_func);
H A Dchartype.c74 ct_encode_string(const wchar_t *s, ct_buffer_t *conv) function
H A Dhist.c168 el->el_history.ev.num, ct_encode_string(str, &el->el_scratch));
H A Dterminal.c1294 ub = ct_encode_string(ct_visual_string(
1322 strncpy(what, ct_encode_string(argv[1], &el->el_scratch), sizeof(what));
1324 strncpy(how, ct_encode_string(argv[2], &el->el_scratch), sizeof(how));
1509 ct_encode_string(*argv, &el->el_scratch)) == 0) {
1515 scap = tgetstr(ct_encode_string(*argv, &el->el_scratch), &area);
H A Dtty.c1159 strncpy(name, ct_encode_string(*argv++, &el->el_scratch), sizeof(name));
1248 if ((p ? strncmp(m->m_name, ct_encode_string(d, &el->el_scratch), (size_t)(p - d)) :
1249 strcmp(m->m_name, ct_encode_string(d, &el->el_scratch))) == 0 &&
H A Dhistory.c71 #define ct_encode_string(s, b) (s) macro
847 (void) strnvis(ptr, ct_encode_string(ev.str, &conv), max_size,
/openbsd-current/regress/lib/libedit/keymacro/
H A Dtest_get.c34 char *ct_encode_string(const wchar_t *s UU, ct_buffer_t *conv UU) function

Completed in 227 milliseconds