/external/libedit/src/ |
chartype.h | 183 #define ct_encode_string __ct_encode_string macro 185 public char *ct_encode_string(const Char *, ct_buffer_t *); 203 #define ct_encode_string(s, b) (s) macro
|
search.c | 131 if (regcomp(&re, ct_encode_string(pat, &conv), 0) == 0) { 132 rv = regexec(&re, ct_encode_string(str, &conv), (size_t)0, NULL, 140 if ((re = regcomp(ct_encode_string(pat, &conv))) != NULL) { 141 rv = regexec(re, ct_encode_string(str, &conv)); 148 if (re_comp(ct_encode_string(pat, &conv)) != NULL) 151 return re_exec(ct_encode_string(str, &conv) == 1); 576 c, el->el_search.patlen, ct_encode_string(el->el_search.patbuf));
|
eln.c | 82 return ct_encode_string(tmp, &el->el_lgcyconv); 288 *p = ct_encode_string(pw, &el->el_lgcyconv); 351 info->buffer = ct_encode_string(winfo->buffer, &el->el_lgcyconv);
|
filecomplete.c | 459 ct_encode_string(temp, &el->el_scratch), 466 ct_encode_string(temp, &el->el_scratch), complet_func);
|
refresh.c | 297 el->el_refresh.r_cursor.v, ct_encode_string(el->el_vdisplay[0]))); 372 num, dat, dlen, ct_encode_string(d))); 373 ELRE_DEBUG(1, (__F, "s == \"%s\"\n", ct_encode_string(s))); 386 num, dat, dlen, ct_encode_string(d))); 387 ELRE_DEBUG(1, (__F, "s == \"%s\"\n", ct_encode_string(s))); 394 /* ct_encode_string() uses a static buffer, so we can't conveniently 422 num, dat, dlen, ct_encode_string(d))); 434 num, dat, dlen, ct_encode_string(d)));
|
keymacro.c | 600 ct_encode_string(key, &el->el_scratch), unparsbuf); 608 ct_encode_string(key, &el->el_scratch), unparsbuf); 623 (void) fprintf(el->el_outfile, fmt, ct_encode_string(key,
|
chartype.c | 78 ct_encode_string(const Char *s, ct_buffer_t *conv) function
|
hist.c | 171 el->el_history.ev.num, ct_encode_string(str, &el->el_scratch));
|
terminal.c | [all...] |
tty.c | 1194 strncpy(name, ct_encode_string(*argv++, &el->el_scratch), sizeof(name)); 1284 if ((p ? strncmp(m->m_name, ct_encode_string(d, 1286 strcmp(m->m_name, ct_encode_string(d, [all...] |
history.c | 819 str = ct_encode_string(ev.str, &conv);
|