Home
last modified time | relevance | path

Searched refs:msgq (Results 1 – 25 of 74) sorted by relevance

123

/mirbsd/src/usr.bin/vi/vi/
Dv_util.c50 msgq(sp, M_BERR, "195|Movement past the end-of-file");
75 msgq(sp, M_BERR, "196|Movement past the end-of-line");
89 msgq(sp, M_BERR, "197|No cursor movement made");
104 msgq(sp, M_BERR, "198|Already at the beginning of the file");
106 msgq(sp, M_BERR, "199|Movement past the beginning of the file");
119 msgq(sp, M_BERR, "200|Already in the first column");
153 msgq(sp, M_ERR,
157 msgq(sp, M_BERR, "209|The file is empty");
160 msgq(sp, M_BERR, "202|Already at end-of-file");
163 msgq(sp, M_BERR, "203|Already at end-of-line");
[all …]
Dvi.c240 msgq(sp, M_ERR,
356 msgq(sp, M_BERR,
367 msgq(sp, M_ERR,
370 msgq(sp, M_ERR, "236|Interrupted");
526 msgq(sp, M_ERR, "234|Only one buffer may be specified");
600 msgq(sp, M_ERR, "208|No command to repeat");
683 msgq(sp, M_ERR, "210|%s may not be used as a motion command",
700 msgq(sp, M_BERR, "211|Already in command mode");
963 msgq(sp, M_INFO,
1030 msgq(sp, M_INFO,
[all …]
Dv_screen.c43 msgq(sp, M_ERR,
55 msgq(sp, M_ERR, "187|No other screen to switch to");
/mirbsd/src/usr.bin/vi/ex/
Dex_util.c139 msgq(sp, M_ERR,
187 msgq(sp, M_ERR, "168|Buffer %s is empty", p);
194 msgq(sp, M_ERR,
198 msgq(sp, M_ERR,
204 msgq(sp, M_ERR,
207 msgq(sp, M_ERR,
211 msgq(sp, M_ERR, "171|No previous buffer to execute");
214 msgq(sp, M_ERR, "172|No previous regular expression");
217 msgq(sp, M_ERR, "230|This screen may not be suspended");
220 msgq(sp, M_ERR,
[all …]
Dex_filter.c93 msgq(sp, M_SYSERR,
102 msgq(sp, M_SYSERR, "unlink");
104 msgq(sp, M_SYSERR, "fdopen");
109 msgq(sp, M_SYSERR, "dup");
120 msgq(sp, M_SYSERR, "lseek");
124 msgq(sp, M_SYSERR, "pipe");
130 msgq(sp, M_SYSERR, "pipe");
134 msgq(sp, M_SYSERR, "fdopen");
141 msgq(sp, M_SYSERR, "vfork");
254 msgq(sp, M_SYSERR, "fork");
[all …]
Dex_script.c65 msgq(sp, M_ERR,
108 msgq(sp, M_SYSERR, "tcgetattr");
120 msgq(sp, M_SYSERR, "tcgetattr");
127 msgq(sp, M_SYSERR, "pty");
134 msgq(sp, M_SYSERR, "pty");
146 msgq(sp, M_SYSERR, "fork");
225 msgq(sp, M_SYSERR, "poll");
228 msgq(sp, M_ERR, "Error: timed out");
238 msgq(sp, M_ERR, "Error: shell: EOF");
241 msgq(sp, M_SYSERR, "shell");
[all …]
Dex_abbrev.c45 msgq(sp, M_INFO, "105|No abbreviations to display");
67 msgq(sp, M_ERR,
73 msgq(sp, M_ERR,
81 msgq(sp, M_ERR,
Dex_init.c63 msgq(sp, M_SYSERR, NULL);
381 msgq(sp, M_ERR,
386 msgq(sp, M_ERR,
390 msgq(sp, M_ERR,
399 msgq(sp, M_ERR,
403 msgq(sp, M_ERR,
407 msgq(sp, M_ERR,
Dex.c66 while ((mp = LIST_FIRST(&gp->msgq)) != NULL) {
134 msgq(sp, M_ERR, "170|Interrupted");
390 msgq(sp, M_ERR, "080|Unknown command name");
573 msgq(sp, M_ERR,
1063 msgq(sp, M_ERR, "083|Count may not be zero");
1198 msgq(sp, M_ERR,
1216 usage: msgq(sp, M_ERR, "086|Usage: %s", ecp->cmd->usage);
1379 msgq(sp, M_ERR, "087|%s: temporary buffer not released",
1411 msgq(sp, M_ERR,
1421 msgq(sp, M_ERR,
[all …]
Dex_argv.c334 msgq(sp, M_ERR,
348 msgq(sp, M_ERR,
363 msgq(sp, M_ERR,
458 mem: msgq(sp, M_SYSERR, NULL);
586 msgq(sp, M_ERR, "304|Shell expansion failed");
624 msgq(sp, M_ERR,
653 msgq(sp, M_SYSERR, "pipe");
657 msgq(sp, M_SYSERR, "fdopen");
667 msgq(sp, M_SYSERR, "vfork");
749 msgq(sp, M_ERR, "304|Shell expansion failed");
Dex_cscope.c141 usage: msgq(sp, M_ERR, "309|Use \"cscope help\" for help");
233 msgq(sp, M_SYSERR, dname);
240 msgq(sp, M_SYSERR, path);
345 msgq(sp, M_SYSERR, NULL);
379 msgq(sp, M_SYSERR, "pipe");
384 msgq(sp, M_SYSERR, "vfork");
452 msgq(sp, M_ERR, "310|No cscope connections running");
512 msgq(sp, M_INFO, "278|No matches for query");
610 msgq(sp, M_ERR,
680 msgq(sp, M_ERR, "%s: \"%s\"", csc->dname, buf);
[all …]
Dex_open.c37 msgq(sp, M_ERR,
42 msgq(sp, M_ERR, "141|The open command is not yet implemented");
Dex_shell.c120 msgq(sp, M_SYSERR, "vfork");
166 msgq(sp, M_SYSERR, "waitpid");
180 msgq(sp, M_ERR, "%.*s%s: received signal: %s%s",
202 msgq(sp, M_ERR, "%.*s%s: exited with status %d",
/mirbsd/src/usr.bin/vi/common/
Drecover.c148 msgq(sp, M_SYSERR, "%s", dp);
157 msgq(sp, M_ERR,
168 msgq(sp, M_SYSERR, NULL);
170 err: msgq(sp, M_ERR,
234 err: msgq(sp, M_ERR,
355 msgq(sp, M_ERR,
376 msgq(sp, M_SYSERR, "063|Unable to lock recovery file");
381 msgq(sp, M_SYSERR, NULL);
425 lerr: msgq(sp, M_ERR, "064|Recovery file buffer overrun");
466 werr: msgq(sp, M_SYSERR, "065|Recovery file");
[all …]
Doptions_f.c56 msgq(sp, M_ERR, "040|Screen columns too small, less than %d",
71 msgq(sp, M_ERR, "041|Screen columns too large, greater than %d",
90 msgq(sp, M_ERR, "042|Screen lines too small, less than %d",
105 msgq(sp, M_ERR, "043|Screen lines too large, greater than %d",
145 msgq(sp, M_ERR, "044|The lisp option is not implemented");
174 msgq(sp, M_ERR,
266 msgq(sp, M_ERR,
Dkey.c156 msgq(sp, M_ERR, "079|No non-printable character found");
775 msgq(sp, M_ERR, "276|Unexpected character event");
778 msgq(sp, M_ERR, "277|Unexpected end-of-file event");
781 msgq(sp, M_ERR, "279|Unexpected interrupt event");
784 msgq(sp, M_ERR, "280|Unexpected quit event");
787 msgq(sp, M_ERR, "281|Unexpected repaint event");
790 msgq(sp, M_ERR, "285|Unexpected string event");
793 msgq(sp, M_ERR, "286|Unexpected timeout event");
796 msgq(sp, M_ERR, "316|Unexpected resize event");
799 msgq(sp, M_ERR, "287|Unexpected write event");
Dmem.h124 msgq((sp), M_SYSERR, NULL); \
135 msgq((sp), M_SYSERR, NULL); \
142 msgq((sp), M_SYSERR, NULL); \
153 msgq((sp), M_SYSERR, NULL); \
164 msgq((sp), M_SYSERR, NULL); \
Dsearch.c452 msgq(sp, M_ERR, "072|File empty; nothing to search");
455 msgq(sp, M_ERR,
459 msgq(sp, M_ERR, "074|No previous search pattern");
462 msgq(sp, M_ERR, "075|Pattern not found");
465 msgq(sp, M_ERR,
469 msgq(sp, M_ERR, "077|Search wrapped");
Dexf.c105 msgq(sp, M_SYSERR, NULL);
197 msgq(sp, M_SYSERR,
213 msgq(sp, M_SYSERR, NULL);
258 msgq(sp, M_SYSERR, NULL);
780 msgq(sp, M_ERR, LF_ISSET(FS_POSSIBLE) ?
803 msgq(sp, M_ERR, LF_ISSET(FS_POSSIBLE) ?
871 msgq(sp, M_SYSERR, "%s", name);
994 msgq(sp, M_INFO, "%s", s);
1268 msgq(sp, M_ERR, LF_ISSET(FS_POSSIBLE) ?
1303 msgq(sp, M_ERR,
[all …]
Dlog.c103 msgq(sp, M_SYSERR, "009|Log file");
373 msgq(sp, M_ERR,
379 msgq(sp, M_BERR, "011|No changes to undo");
477 msgq(sp, M_ERR,
566 msgq(sp, M_ERR,
572 msgq(sp, M_BERR, "014|No changes to re-do");
658 msgq(sp, M_SYSERR, "015|%s/%d: log put error", tail(file), line);
662 msgq(sp, M_ERR, "267|Log restarted");
Dline.c218 msgq(sp, M_SYSERR,
273 msgq(sp, M_SYSERR,
347 msgq(sp, M_SYSERR,
415 msgq(sp, M_SYSERR,
510 msgq(sp, M_SYSERR, "007|unable to get last line");
544 msgq(sp, M_ERR,
Dmark.c124 msgq(sp, mtype, "017|Mark %s: not set", KEY_NAME(sp, key));
128 msgq(sp, mtype,
139 msgq(sp, mtype,
/mirbsd/src/usr.bin/vi/catalog/
DREADME20 msgq(sp, M_ERR, "001|This is an error message");
24 When the msgq() routine is called, if the user has specified a message
36 msgq(sp, M_ERR, "002|Error: %d %x", arg1, arg2);
43 msgq(sp, M_ERR, "002|Error: %2$d %1$x", arg1, arg2);
52 Arguments to the msgq function are required to contain ONLY printable
53 characters. No further translation is done by the msgq routine before
54 displaying the message on the screen. For example, in the msgq call:
56 msgq(sp, M_ERR, "003|File: %s", file_name);
65 msgq(sp, M_ERR, M("003", "File: %s"), p);
68 makes sure that "file_name" is printable before calling the msgq
/mirbsd/src/usr.bin/vi/cl/
Dcl_term.c293 msgq(sp, M_SYSERR, "stderr");
298 msgq(sp, M_SYSERR, "%s", tty);
310 msgq(sp, M_SYSERR,
317 msgq(sp, M_SYSERR,
413 msgq(sp, M_SYSERR, "tigetnum: lines");
419 msgq(sp, M_SYSERR, "tigetnum: cols");
Dcl_screen.c196 msgq(sp, M_ERR,
247 msgq(sp, M_SYSERR, "%s", ttype);
249 msgq(sp, M_ERR, "%s: unknown terminal type", ttype);
333 msgq(sp, M_SYSERR, "tcgetattr");
372 msgq(sp, M_SYSERR, "tcsetattr");
492 msgq(sp, M_SYSERR, "tcsetattr");

123