Home
last modified time | relevance | path

Searched refs:astr_fmt (Results 1 – 12 of 12) sorted by relevance

/dports/editors/zile/zile-2.4.14/src/
H A Dastr.c256 astr_fmt (const char *fmt, ...) in astr_fmt() function
337 as1 = astr_fmt ("%s * %d = ", "5", 3); in main()
338 astr_cat (as1, astr_fmt ("%d", 15)); in main()
H A Deval.c230 msg = astr_fmt ("C-u ");
232 msg = astr_fmt ("%ld ", uniarg);
H A Dterm_redisplay.c143 astr as = astr_fmt ("--%s%2s %-15s %s %-9s (Fundamental", in draw_status_line()
145 make_screen_pos (wp), astr_cstr (astr_fmt ("(%zu,%zu)", n + 1, in draw_status_line()
H A Dregisters.c128 … bprintf ("Register %s contains ", astr_cstr (astr_fmt (isprint (i) ? "%c" : "\\%o", (int) i))); in write_registers_list()
H A Dastr.h139 _GL_ATTRIBUTE_FORMAT_PRINTF(1, 2) astr astr_fmt (const char *fmt, ...);
H A Dsearch.c191 astr buf = astr_fmt ("%sI-search%s: %s", in isearch()
207 astr_cat (buf, astr_fmt (" [%s]", re_find_err)); in isearch()
H A Dbind.c140 bs = astr_fmt ("%c %s", arg % 10 + '0', astr_cstr (bs)); in do_binding_completion()
146 bs = astr_fmt ("- %s", astr_cstr (bs)); in do_binding_completion()
H A Dkeycode.c131 astr_cat (as, astr_fmt ("<%x>", (unsigned) key)); in chordtodesc()
H A Dterm_minibuf.c287 …astr_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 Dfile.c758 astr buf = astr_fmt ("%s.%sSAVE", in zile_exit()
H A Dbuffer.c353 filename = astr_cstr (astr_fmt ("%s/%s", astr_cstr (agetcwd ()), filename)); in set_buffer_names()
H A Dfuncs.c326 astr_cat (as, astr_fmt (" %d", digit));