Home
last modified time | relevance | path

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

/external/libedit/src/
Dsearch.c131 if (regcomp(&re, ct_encode_string(pat, &conv), 0) == 0) { in el_match()
132 rv = regexec(&re, ct_encode_string(str, &conv), (size_t)0, NULL, in el_match()
140 if ((re = regcomp(ct_encode_string(pat, &conv))) != NULL) { in el_match()
141 rv = regexec(re, ct_encode_string(str, &conv)); in el_match()
148 if (re_comp(ct_encode_string(pat, &conv)) != NULL) in el_match()
151 return re_exec(ct_encode_string(str, &conv) == 1); in el_match()
576 c, el->el_search.patlen, ct_encode_string(el->el_search.patbuf)); in cv_repeat_srch()
Dchartype.h183 #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
Deln.c82 return ct_encode_string(tmp, &el->el_lgcyconv); in el_gets()
288 *p = ct_encode_string(pw, &el->el_lgcyconv); in el_get()
351 info->buffer = ct_encode_string(winfo->buffer, &el->el_lgcyconv); in el_line()
Drefresh.c297 el->el_refresh.r_cursor.v, ct_encode_string(el->el_vdisplay[0]))); in re_refresh()
372 num, dat, dlen, ct_encode_string(d))); in re_insert()
373 ELRE_DEBUG(1, (__F, "s == \"%s\"\n", ct_encode_string(s))); in re_insert()
386 num, dat, dlen, ct_encode_string(d))); in re_insert()
387 ELRE_DEBUG(1, (__F, "s == \"%s\"\n", ct_encode_string(s))); in re_insert()
422 num, dat, dlen, ct_encode_string(d))); in re_delete()
434 num, dat, dlen, ct_encode_string(d))); in re_delete()
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()
623 (void) fprintf(el->el_outfile, fmt, ct_encode_string(key, in keymacro_kprint()
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()
Dterminal.c1309 ub = ct_encode_string(ct_visual_string( 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()
Dhist.c171 el->el_history.ev.num, ct_encode_string(str, &el->el_scratch)); in hist_command()
Dchartype.c78 ct_encode_string(const Char *s, ct_buffer_t *conv) in ct_encode_string() function
Dtty.c1194 strncpy(name, ct_encode_string(*argv++, &el->el_scratch), sizeof(name)); in tty_stty()
1284 if ((p ? strncmp(m->m_name, ct_encode_string(d, in tty_stty()
1286 strcmp(m->m_name, ct_encode_string(d, in tty_stty()
Dhistory.c819 str = ct_encode_string(ev.str, &conv); in history_save()