Home
last modified time | relevance | path

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

123

/freebsd-12.1/contrib/nvi/vi/
H A Dv_util.c50 msgq(sp, M_BERR, "195|Movement past the end-of-file"); in v_eof()
73 msgq(sp, M_BERR, "196|Movement past the end-of-line"); in v_eol()
86 msgq(sp, M_BERR, "197|No cursor movement made"); in v_nomove()
99 msgq(sp, M_BERR, "198|Already at the beginning of the file"); in v_sof()
113 msgq(sp, M_BERR, "200|Already in the first column"); in v_sol()
142 msgq(sp, M_ERR, in v_emsg()
146 msgq(sp, M_BERR, "209|The file is empty"); in v_emsg()
149 msgq(sp, M_BERR, "202|Already at end-of-file"); in v_emsg()
152 msgq(sp, M_BERR, "203|Already at end-of-line"); in v_emsg()
156 msgq(sp, in v_emsg()
[all …]
H A Dvi.c237 msgq(sp, M_ERR, in vi()
353 msgq(sp, M_BERR, in vi()
364 msgq(sp, M_ERR, in vi()
367 msgq(sp, M_ERR, "236|Interrupted"); in vi()
526 msgq(sp, M_ERR, "234|Only one buffer may be specified"); in v_cmd()
600 msgq(sp, M_ERR, "208|No command to repeat"); in v_cmd()
700 msgq(sp, M_BERR, "211|Already in command mode"); in v_cmd()
963 msgq(sp, M_INFO, in v_init()
1025 msgq(sp, M_INFO, in v_dtoh()
1065 msgq(sp, M_BERR, "212|Cursor not in a word"); in v_curword()
[all …]
H A Dv_screen.c43 msgq(sp, M_ERR, in v_screen()
55 msgq(sp, M_ERR, "187|No other screen to switch to"); in v_screen()
/freebsd-12.1/contrib/nvi/ex/
H A Dex_util.c111 msgq(sp, M_ERR, in ex_ncheck()
172 msgq(sp, M_ERR, "168|Buffer %s is empty", p); in ex_emsg()
179 msgq(sp, M_ERR, in ex_emsg()
183 msgq(sp, M_ERR, in ex_emsg()
189 msgq(sp, M_ERR, in ex_emsg()
192 msgq(sp, M_ERR, in ex_emsg()
196 msgq(sp, M_ERR, "171|No previous buffer to execute"); in ex_emsg()
199 msgq(sp, M_ERR, "172|No previous regular expression"); in ex_emsg()
205 msgq(sp, M_ERR, in ex_emsg()
209 msgq(sp, M_ERR, in ex_emsg()
[all …]
H A Dex_script.c66 msgq(sp, M_ERR, in ex_script()
108 msgq(sp, M_SYSERR, "tcgetattr"); in sscr_init()
119 msgq(sp, M_SYSERR, "tcgetattr"); in sscr_init()
125 msgq(sp, M_SYSERR, "openpty"); in sscr_init()
136 msgq(sp, M_SYSERR, "fork"); in sscr_init()
220 msgq(sp, M_SYSERR, "select"); in sscr_getprompt()
236 msgq(sp, M_SYSERR, "shell"); in sscr_getprompt()
266 msgq(sp, M_SYSERR, "select"); in sscr_getprompt()
351 msgq(sp, M_SYSERR, "shell"); in sscr_exec()
399 msgq(sp, M_SYSERR, "select"); in sscr_input()
[all …]
H A Dex_init.c64 msgq(sp, M_SYSERR, NULL); in ex_screen_copy()
202 msgq(sp, M_SYSERR, NULL); in ex_exrc()
209 msgq(sp, M_SYSERR, NULL); in ex_exrc()
390 msgq(sp, M_SYSERR, NULL); in exrc_isok()
395 msgq(sp, M_ERR, in exrc_isok()
399 msgq(sp, M_ERR, in exrc_isok()
403 msgq(sp, M_ERR, in exrc_isok()
414 msgq(sp, M_ERR, in exrc_isok()
418 msgq(sp, M_ERR, in exrc_isok()
422 msgq(sp, M_ERR, in exrc_isok()
H A Dex_abbrev.c45 msgq(sp, M_INFO, "105|No abbreviations to display"); in ex_abbr()
67 msgq(sp, M_ERR, in ex_abbr()
73 msgq(sp, M_ERR, in ex_abbr()
81 msgq(sp, M_ERR, in ex_abbr()
H A Dex_filter.c83 msgq(sp, M_SYSERR, "pipe"); in ex_filter()
89 msgq(sp, M_SYSERR, "pipe"); in ex_filter()
93 msgq(sp, M_SYSERR, "fdopen"); in ex_filter()
100 msgq(sp, M_SYSERR, "vfork"); in ex_filter()
221 msgq(sp, M_SYSERR, "fork"); in ex_filter()
314 msgq(sp, M_SYSERR, "filter read"); in filter_ldisplay()
H A Dex_shell.c57 msgq(sp, M_SYSERR, NULL); in ex_shell()
121 msgq(sp, M_SYSERR, "vfork"); in ex_exec_proc()
165 msgq(sp, M_SYSERR, "waitpid"); in proc_wait()
179 msgq(sp, M_ERR, "%.*s%s: received signal: %s%s", in proc_wait()
201 msgq(sp, M_ERR, "%.*s%s: exited with status %d", in proc_wait()
H A Dex_cscope.c240 msgq(sp, M_SYSERR, "%s", np); in cscope_add()
245 msgq(sp, M_SYSERR, NULL); in cscope_add()
249 msgq(sp, M_SYSERR, "%s", path); in cscope_add()
318 msgq(sp, M_SYSERR, NULL); in get_paths()
357 msgq(sp, M_SYSERR, NULL); in get_paths()
388 msgq(sp, M_SYSERR, "pipe"); in run_cscope()
394 msgq(sp, M_SYSERR, "vfork"); in run_cscope()
425 nomem: msgq(sp, M_SYSERR, NULL); in run_cscope()
531 msgq(sp, M_INFO, "278|No matches for query"); in cscope_find()
631 msgq(sp, M_ERR, in create_cs_cmd()
[all …]
H A Dex_cd.c54 msgq(sp, M_ERR, in ex_cd()
65 msgq(sp, M_ERR, in ex_cd()
110 msgq(sp, M_SYSERR, NULL); in ex_cd()
H A Dex.c70 SLIST_REMOVE_HEAD(gp->msgq, q); in ex()
1212 msgq(sp, M_ERR, in ex_cmd()
1425 msgq(sp, M_ERR, in ex_cmd()
1435 msgq(sp, M_ERR, in ex_cmd()
1549 msgq(sp, M_ERR, in ex_cmd()
1557 msgq(sp, M_ERR, in ex_cmd()
1594 discard: msgq(sp, M_BERR, in ex_cmd()
1599 msgq(sp, M_BERR, in ex_cmd()
1797 msgq(sp, M_ERR, in ex_range()
2046 msgq(sp, M_ERR, in ex_line()
[all …]
H A Dex_open.c38 msgq(sp, M_ERR, in ex_open()
43 msgq(sp, M_ERR, "141|The open command is not yet implemented"); in ex_open()
H A Dex_tag.c106 msgq(sp, M_SYSERR, NULL); in ex_tag_push()
117 msgq(sp, M_ERR, "158|No previous tag entered"); in ex_tag_push()
171 msgq(sp, M_INFO, "%s", np); in ex_tag_next()
211 msgq(sp, M_INFO, "%s", np); in ex_tag_prev()
345 msgq(sp, M_ERR, in ex_tag_pop()
495 msgq(sp, M_ERR, "292|Display too small."); in ex_tag_display()
578 msgq(sp, M_SYSERR, NULL); in ex_tag_copy()
780 msgq(sp, M_INFO, "%s", np); in tagq_push()
1157 msgq(sp, M_SYSERR, "munmap"); in ctag_sfile()
1159 msgq(sp, M_SYSERR, "close"); in ctag_sfile()
[all …]
/freebsd-12.1/contrib/nvi/common/
H A Drecover.c161 err: msgq(sp, M_ERR, in rcv_tmp()
224 err: msgq(sp, M_ERR, in rcv_init()
287 msgq(sp, M_SYSERR, NULL); in rcv_sync()
350 msgq(sp, M_ERR, in rcv_mailfile()
359 msgq(sp, M_SYSERR, NULL); in rcv_mailfile()
424 msgq(sp, M_SYSERR, NULL); in rcv_mailfile()
437 msgq(sp, M_SYSERR, NULL); in rcv_mailfile()
751 msgq(sp, M_INFO, in rcv_read()
754 msgq(sp, M_INFO, in rcv_read()
895 msgq(sp, M_SYSERR, NULL); in rcv_dlnwrite()
[all …]
H A Doptions_f.c58 msgq(sp, M_ERR, "040|Screen columns too small, less than %d", in f_columns()
73 msgq(sp, M_ERR, "041|Screen columns too large, greater than %d", in f_columns()
92 msgq(sp, M_ERR, "042|Screen lines too small, less than %d", in f_lines()
107 msgq(sp, M_ERR, "043|Screen lines too large, greater than %d", in f_lines()
147 msgq(sp, M_ERR, "044|The lisp option is not implemented"); in f_lisp()
H A Dexf.c105 msgq(sp, M_SYSERR, NULL); in file_add()
189 msgq(sp, M_SYSERR, NULL); in file_init()
194 msgq(sp, M_SYSERR, in file_init()
204 msgq(sp, M_SYSERR, NULL); in file_init()
248 msgq(sp, M_SYSERR, NULL); in file_init()
494 msgq(sp, M_SYSERR, NULL); in file_spath()
1000 msgq(sp, M_INFO, "%s", s); in file_write()
1367 msgq(sp, M_ERR, in file_m2()
1402 msgq(sp, M_ERR, in file_m3()
1437 msgq(sp, M_INFO, in file_aw()
[all …]
H A Dsearch.c463 msgq(sp, M_ERR, "072|File empty; nothing to search"); in search_msg()
466 msgq(sp, M_ERR, in search_msg()
470 msgq(sp, M_ERR, "074|No previous search pattern"); in search_msg()
473 msgq(sp, M_ERR, "075|Pattern not found"); in search_msg()
476 msgq(sp, M_ERR, in search_msg()
480 msgq(sp, M_ERR, "077|Search wrapped"); in search_msg()
H A Dkey.c133 msgq(sp, M_ERR, "079|No non-printable character found"); in v_key_init()
783 msgq(sp, M_ERR, "276|Unexpected character event"); in v_event_err()
786 msgq(sp, M_ERR, "277|Unexpected end-of-file event"); in v_event_err()
789 msgq(sp, M_ERR, "279|Unexpected interrupt event"); in v_event_err()
792 msgq(sp, M_ERR, "281|Unexpected repaint event"); in v_event_err()
795 msgq(sp, M_ERR, "285|Unexpected string event"); in v_event_err()
798 msgq(sp, M_ERR, "286|Unexpected timeout event"); in v_event_err()
801 msgq(sp, M_ERR, "316|Unexpected resize event"); in v_event_err()
H A Dline.c174 msgq(sp, M_ERR, "324|Conversion error on line %d", lno); in db_get()
234 msgq(sp, M_SYSERR, in db_delete()
291 msgq(sp, M_SYSERR, in db_append()
367 msgq(sp, M_SYSERR, in db_insert()
436 msgq(sp, M_SYSERR, in db_set()
533 msgq(sp, M_SYSERR, "007|unable to get last line"); in db_last()
628 msgq(sp, M_ERR, in db_err()
H A Dmem.h161 msgq(sp, M_SYSERR, NULL); \
172 msgq(sp, M_SYSERR, NULL); \
179 msgq(sp, M_SYSERR, NULL); \
190 msgq(sp, M_SYSERR, NULL); \
204 msgq(sp, M_SYSERR, NULL); \
H A Dlog.c117 msgq(sp, M_SYSERR, "009|Log file"); in log_init()
390 msgq(sp, M_ERR, in log_backward()
396 msgq(sp, M_BERR, "011|No changes to undo"); in log_backward()
491 msgq(sp, M_ERR, in log_setline()
578 msgq(sp, M_ERR, in log_forward()
584 msgq(sp, M_BERR, "014|No changes to re-do"); in log_forward()
668 msgq(sp, M_SYSERR, "015|%s/%d: log put error", tail(file), line); in log_err()
672 msgq(sp, M_ERR, "267|Log restarted"); in log_err()
/freebsd-12.1/contrib/nvi/catalog/
H A DREADME12 msgq(sp, M_ERR, "001|This is an error message");
16 When the msgq() routine is called, if the user has specified a message
28 msgq(sp, M_ERR, "002|Error: %d %x", arg1, arg2);
32 Arguments to the msgq function are required to contain ONLY printable
33 characters. No further translation is done by the msgq routine before
34 displaying the message on the screen. For example, in the msgq call:
36 msgq(sp, M_ERR, "003|File: %s", file_name);
46 msgq(sp, M_ERR, "003|File: %s", p);
50 makes sure that "file_name" is printable before calling the msgq
/freebsd-12.1/contrib/nvi/cl/
H A Dcl_screen.c200 msgq(sp, M_ERR, in cl_vi_init()
247 msgq(sp, M_SYSERR, "%s", ttype); in cl_vi_init()
249 msgq(sp, M_ERR, "%s: unknown terminal type", ttype); in cl_vi_init()
333 msgq(sp, M_SYSERR, "tcgetattr"); in cl_vi_init()
372 msgq(sp, M_SYSERR, "tcsetattr"); in cl_vi_init()
493 msgq(sp, M_SYSERR, "tcsetattr"); in cl_ex_init()
H A Dcl_term.c320 msgq(sp, M_SYSERR, "stderr"); in cl_omesg()
325 msgq(sp, M_SYSERR, "%s", tty); in cl_omesg()
337 msgq(sp, M_SYSERR, in cl_omesg()
344 msgq(sp, M_SYSERR, in cl_omesg()
432 msgq(sp, M_SYSERR, "tigetnum: lines"); in cl_ssize()
437 msgq(sp, M_SYSERR, "tigetnum: cols"); in cl_ssize()

123