Home
last modified time | relevance | path

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

/dports/editors/zile/zile-2.4.14/src/
H A Dsearch.c211 minibuf_write ("%s", astr_cstr (buf)); in isearch()
244 minibuf_write ("%s^Q-", astr_cstr (buf)); in isearch()
279 minibuf_write ("Mark saved when search started"); in isearch()
415 minibuf_write ("Query replacing `%s' with `%s' (y, n, !, ., q)? ", astr_cstr (find),
465 minibuf_write ("Replaced %zu occurrences", count);
H A Dregisters.c45 minibuf_write ("Copy to register: ");
89 minibuf_write ("Insert register: ");
H A Dfile.c558 minibuf_write ("%s%s", errmsg, buf); in write_buffer()
597 minibuf_write ("Wrote %s", astr_cstr (name)); in write_buffer()
615 minibuf_write ("(No changes need to be saved)"); in save_buffer()
664 minibuf_write ("Save file %s? (y, n, !, ., q) ", fname); in save_some_buffers()
702 minibuf_write ("(No files need saving)"); in save_some_buffers()
794 minibuf_write ("%s: %s", astr_cstr (dir), strerror (errno));
H A Dhelp.c153 minibuf_write ("Describe key:");
167 minibuf_write ("%s runs the command `%s'", astr_cstr (binding), name);
H A Dbind.c149 minibuf_write ("%s%s%s-", in do_binding_completion()
458 minibuf_write ("Set key globally: ");
554 minibuf_write ("%s is not on any key", astr_cstr (name));
556 minibuf_write ("%s is on %s", astr_cstr (name), astr_cstr (g.bindings));
H A Dfuncs.c214 minibuf_write ("Fill column set to %s (was %s)", buf,
239 minibuf_write ("Mark set");
279 minibuf_write ("C-q-");
1045 minibuf_write ("(Shell command succeeded with no output)"); in pipe_command()
1066 minibuf_write ("%s", astr_cstr (inout.out)); in pipe_command()
H A Dminibuf.c80 minibuf_write (const char *fmt, ...) in minibuf_write() function
149 minibuf_write ("Please enter a number."); in minibuf_read_number()
H A Dundo.c144 minibuf_write ("Undo!");
H A Dmacro.c106 minibuf_write ("Defining keyboard macro...");
H A Dkillring.c207 minibuf_write ("%s", ""); /* Erase "Set mark" message. */ in kill_text()
H A Dextern.h227 _GL_ATTRIBUTE_FORMAT_PRINTF(1, 2) void minibuf_write (const char *fmt, ...);
/dports/editors/zile/zile-2.4.14/
H A DChangeLog2850 Make minibuf_clear call minibuf_write, not term_minibuf_write, to ensure display is updated.
2852 Remove redundant call to minibuf_write.