Home
last modified time | relevance | path

Searched refs:astr_cpy (Results 1 – 9 of 9) sorted by relevance

/dports/editors/zile/zile-2.4.14/src/
H A Dterm_minibuf.c211 saved = astr_cpy (astr_new (), as); in term_minibuf_read()
226 astr_cpy (as, saved); in term_minibuf_read()
248 astr_cpy (bs, as); in term_minibuf_read()
287astr_cpy (as, astr_fmt ("%s%c%s", astr_cstr (astr_substr (as, 0, pos)), (int) c, astr_cstr (astr_s… in term_minibuf_read()
H A Dsearch.c259 last_search = astr_cpy (astr_new (), pattern); in isearch()
262 astr_cpy (pattern, last_search); in isearch()
277 last_search = astr_cpy (astr_new (), pattern); in isearch()
440 case_repl = astr_recase (astr_cpy (astr_new (), repl),
H A Dminibuf.c188 astr q = astr_cpy (astr_new (), p); in minibuf_read_filename()
276 astr as = astr_cpy (astr_new (), ms); in minibuf_vread_completion()
H A Dastr.h87 astr astr_cpy (astr as, const_astr src);
H A Dastr.c185 astr_cpy (astr as, const_astr src) in astr_cpy() function
278 return astr_cpy (as, bs); in astr_recase()
H A Dfile.c153 astr_cpy (path, epath); in expand_path()
177 astr_cpy (path, astr_cat_cstr (astr_new_cstr ("~/"), in compact_path()
H A Destr.c58 es->as = astr_cpy (astr_new (), as); in estr_new()
H A Dcompletion.c217 pdir = astr_cpy (astr_new (), path); in completion_readdir()
/dports/editors/zile/zile-2.4.14/
H A DChangeLog2745 …Fix a bug introduced in 2.3.17 in kill_ring_push (astr_cpy was used instead of astr_cat). Thanks t…