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

/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/src/
H A Dchartype.h178 #define ct_encode_string __ct_encode_string macro
180 public char *ct_encode_string(const Char *, ct_buffer_t *);
198 #define ct_encode_string(s, b) (s) macro
H A Dsearch.c131 if (regcomp(&re, ct_encode_string(pat, &conv), 0) == 0) {
132 rv = regexec(&re, ct_encode_string(str, &conv), 0, NULL, 0) == 0;
139 if ((re = regcomp(ct_encode_string(pat, &conv))) != NULL) {
140 rv = regexec(re, ct_encode_string(str, &conv));
147 if (re_comp(ct_encode_string(pat, &conv)) != NULL)
150 return (re_exec(ct_encode_string(str, &conv)) == 1);
573 c, el->el_search.patlen, ct_encode_string(el->el_search.patbuf));
H A Deln.c82 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);
H A Dfilecomplete.c471 matches = (*attempted_completion_function) (ct_encode_string(temp, &el->el_scratch),
477 matches = completion_matches(ct_encode_string(temp, &el->el_scratch), complet_func);
H A Drefresh.c297 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)));
H A Dkey.c593 ct_encode_string(key, &el->el_scratch), unparsbuf);
601 ct_encode_string(key, &el->el_scratch), unparsbuf);
616 (void) fprintf(el->el_outfile, fmt, ct_encode_string(key,
H A Dchartype.c78 ct_encode_string(const Char *s, ct_buffer_t *conv) function
H A Dhist.c171 el->el_history.ev.num, ct_encode_string(str, &el->el_scratch));
H A Dterm.c1369 ub = ct_encode_string(ct_visual_string(
1398 strncpy(what, ct_encode_string(argv[1], &el->el_scratch), sizeof(what));
1400 strncpy(how, ct_encode_string(argv[2], &el->el_scratch), sizeof(how));
1599 ct_encode_string(*argv, &el->el_scratch)) == 0) {
1605 scap = tgetstr(ct_encode_string(*argv, &el->el_scratch), &area);
H A Dtty.c1196 strncpy(name, ct_encode_string(*argv++, &el->el_scratch), sizeof(name));
1284 if ((p ? strncmp(m->m_name, ct_encode_string(d, &el->el_scratch), (size_t)(p - d)) :
1285 strcmp(m->m_name, ct_encode_string(d, &el->el_scratch))) == 0 &&
H A Dhistory.c825 (void) strvis(ptr, ct_encode_string(ev.str, &conv), VIS_WHITE);
/macosx-10.9.5/libedit-39/src/
H A 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
H A Dsearch.c131 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));
H A Deln.c87 ret = ct_encode_string(tmp, &el->el_lgcyconv);
299 *p = ct_encode_string(pw, &el->el_lgcyconv);
362 info->buffer = ct_encode_string(winfo->buffer, &el->el_lgcyconv);
H A Drefresh.c297 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)));
H A Dkeymacro.c600 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,
H A Dchartype.c78 ct_encode_string(const Char *s, ct_buffer_t *conv) function
H A Dhist.c171 el->el_history.ev.num, ct_encode_string(str, &el->el_scratch));
H A Dterminal.c1309 ub = ct_encode_string(ct_visual_string(
1338 strncpy(what, ct_encode_string(argv[1], &el->el_scratch), sizeof(what));
1340 strncpy(how, ct_encode_string(argv[2], &el->el_scratch), sizeof(how));
1527 ct_encode_string(*argv, &el->el_scratch)) == 0) {
1533 scap = tgetstr(ct_encode_string((Char*)*argv, &el->el_scratch), &area);
H A Dtty.c1239 strncpy(name, ct_encode_string(*argv++, &el->el_scratch), sizeof(name));
1329 if ((p ? strncmp(m->m_name, ct_encode_string(d,
1331 strcmp(m->m_name, ct_encode_string(d,
H A Dhistory.c857 str = ct_encode_string(ev.str, &conv);

Completed in 265 milliseconds