Home
last modified time | relevance | path

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

123

/freebsd/contrib/nvi/vi/
H A Dv_util.c46 msgq(sp, M_BERR, "195|Movement past the end-of-file"); in v_eof()
69 msgq(sp, M_BERR, "196|Movement past the end-of-line"); in v_eol()
82 msgq(sp, M_BERR, "197|No cursor movement made"); in v_nomove()
95 msgq(sp, M_BERR, "198|Already at the beginning of the file"); in v_sof()
109 msgq(sp, M_BERR, "200|Already in the first column"); in v_sol()
138 msgq(sp, M_ERR, in v_emsg()
142 msgq(sp, M_BERR, "209|The file is empty"); in v_emsg()
145 msgq(sp, M_BERR, "202|Already at end-of-file"); in v_emsg()
148 msgq(sp, M_BERR, "203|Already at end-of-line"); in v_emsg()
152 msgq(sp, in v_emsg()
[all …]
H A Dv_screen.c39 msgq(sp, M_ERR, in v_screen()
51 msgq(sp, M_ERR, "187|No other screen to switch to"); in v_screen()
H A Dvi.c233 msgq(sp, M_ERR, in vi()
349 msgq(sp, M_BERR, in vi()
360 msgq(sp, M_ERR, in vi()
363 msgq(sp, M_ERR, "236|Interrupted"); in vi()
522 msgq(sp, M_ERR, "234|Only one buffer may be specified"); in v_cmd()
596 msgq(sp, M_ERR, "208|No command to repeat"); in v_cmd()
696 msgq(sp, M_BERR, "211|Already in command mode"); in v_cmd()
959 msgq(sp, M_INFO, in v_init()
1019 msgq(sp, M_INFO, in v_dtoh()
1059 msgq(sp, M_BERR, "212|Cursor not in a word"); in v_curword()
[all …]
/freebsd/contrib/nvi/ex/
H A Dex_util.c107 msgq(sp, M_ERR, in ex_ncheck()
168 msgq(sp, M_ERR, "168|Buffer %s is empty", p); in ex_emsg()
175 msgq(sp, M_ERR, in ex_emsg()
179 msgq(sp, M_ERR, in ex_emsg()
185 msgq(sp, M_ERR, in ex_emsg()
188 msgq(sp, M_ERR, in ex_emsg()
192 msgq(sp, M_ERR, "171|No previous buffer to execute"); in ex_emsg()
195 msgq(sp, M_ERR, "172|No previous regular expression"); in ex_emsg()
201 msgq(sp, M_ERR, in ex_emsg()
205 msgq(sp, M_ERR, in ex_emsg()
[all …]
H A Dex_script.c64 msgq(sp, M_ERR, in ex_script()
106 msgq(sp, M_SYSERR, "tcgetattr"); in sscr_init()
117 msgq(sp, M_SYSERR, "tcgetattr"); in sscr_init()
123 msgq(sp, M_SYSERR, "openpty"); in sscr_init()
134 msgq(sp, M_SYSERR, "fork"); in sscr_init()
218 msgq(sp, M_SYSERR, "select"); in sscr_getprompt()
234 msgq(sp, M_SYSERR, "shell"); in sscr_getprompt()
264 msgq(sp, M_SYSERR, "select"); in sscr_getprompt()
349 msgq(sp, M_SYSERR, "shell"); in sscr_exec()
397 msgq(sp, M_SYSERR, "select"); in sscr_input()
[all …]
H A Dex_init.c60 msgq(sp, M_SYSERR, NULL); in ex_screen_copy()
195 msgq(sp, M_SYSERR, NULL); in ex_exrc()
202 msgq(sp, M_SYSERR, NULL); in ex_exrc()
383 msgq(sp, M_SYSERR, NULL); in exrc_isok()
388 msgq(sp, M_ERR, in exrc_isok()
392 msgq(sp, M_ERR, in exrc_isok()
396 msgq(sp, M_ERR, in exrc_isok()
407 msgq(sp, M_ERR, in exrc_isok()
411 msgq(sp, M_ERR, in exrc_isok()
415 msgq(sp, M_ERR, in exrc_isok()
H A Dex_abbrev.c41 msgq(sp, M_INFO, "105|No abbreviations to display"); in ex_abbr()
63 msgq(sp, M_ERR, in ex_abbr()
69 msgq(sp, M_ERR, in ex_abbr()
77 msgq(sp, M_ERR, in ex_abbr()
H A Dex_filter.c80 msgq(sp, M_SYSERR, "pipe"); in ex_filter()
86 msgq(sp, M_SYSERR, "pipe"); in ex_filter()
90 msgq(sp, M_SYSERR, "fdopen"); in ex_filter()
97 msgq(sp, M_SYSERR, "vfork"); in ex_filter()
219 msgq(sp, M_SYSERR, "fork"); in ex_filter()
312 msgq(sp, M_SYSERR, "filter read"); in filter_ldisplay()
H A Dex_shell.c52 msgq(sp, M_SYSERR, NULL); in ex_shell()
116 msgq(sp, M_SYSERR, "vfork"); in ex_exec_proc()
160 msgq(sp, M_SYSERR, "waitpid"); in proc_wait()
174 msgq(sp, M_ERR, "%.*s%s: received signal: %s%s", in proc_wait()
196 msgq(sp, M_ERR, "%.*s%s: exited with status %d", in proc_wait()
H A Dex_cscope.c236 msgq(sp, M_SYSERR, "%s", np); in cscope_add()
241 msgq(sp, M_SYSERR, NULL); in cscope_add()
245 msgq(sp, M_SYSERR, "%s", path); in cscope_add()
321 msgq(sp, M_SYSERR, NULL); in get_paths()
359 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()
426 nomem: msgq(sp, M_SYSERR, NULL); in run_cscope()
532 msgq(sp, M_INFO, "278|No matches for query"); in cscope_find()
627 msgq(sp, M_ERR, in create_cs_cmd()
[all …]
H A Dex_cd.c50 msgq(sp, M_ERR, in ex_cd()
61 msgq(sp, M_ERR, in ex_cd()
106 msgq(sp, M_SYSERR, NULL); in ex_cd()
H A Dex_open.c34 msgq(sp, M_ERR, in ex_open()
39 msgq(sp, M_ERR, "141|The open command is not yet implemented"); in ex_open()
H A Dex_tag.c101 msgq(sp, M_SYSERR, NULL); in ex_tag_push()
112 msgq(sp, M_ERR, "158|No previous tag entered"); in ex_tag_push()
166 msgq(sp, M_INFO, "%s", np); in ex_tag_next()
206 msgq(sp, M_INFO, "%s", np); in ex_tag_prev()
340 msgq(sp, M_ERR, in ex_tag_pop()
490 msgq(sp, M_ERR, "292|Display too small."); in ex_tag_display()
573 msgq(sp, M_SYSERR, NULL); in ex_tag_copy()
777 msgq(sp, M_INFO, "%s", np); in tagq_push()
1150 msgq(sp, M_SYSERR, "munmap"); in ctag_sfile()
1152 msgq(sp, M_SYSERR, "close"); in ctag_sfile()
[all …]
H A Dex.c66 SLIST_REMOVE_HEAD(gp->msgq, q); in ex()
1212 msgq(sp, M_ERR, in ex_cmd()
1426 msgq(sp, M_ERR, in ex_cmd()
1436 msgq(sp, M_ERR, in ex_cmd()
1555 msgq(sp, M_ERR, in ex_cmd()
1563 msgq(sp, M_ERR, in ex_cmd()
1600 discard: msgq(sp, M_BERR, in ex_cmd()
1605 msgq(sp, M_BERR, in ex_cmd()
1803 msgq(sp, M_ERR, in ex_range()
2052 msgq(sp, M_ERR, in ex_line()
[all …]
/freebsd/contrib/nvi/common/
H A Drecover.c154 err: msgq(sp, M_ERR, in rcv_tmp()
217 err: msgq(sp, M_ERR, in rcv_init()
278 msgq(sp, M_SYSERR, NULL); in rcv_sync()
338 msgq(sp, M_ERR, in rcv_mailfile()
347 msgq(sp, M_SYSERR, NULL); in rcv_mailfile()
412 msgq(sp, M_SYSERR, NULL); in rcv_mailfile()
425 msgq(sp, M_SYSERR, NULL); in rcv_mailfile()
745 msgq(sp, M_INFO,
748 msgq(sp, M_INFO,
876 msgq(sp, M_SYSERR, NULL);
[all …]
H A Doptions_f.c46 msgq(sp, M_ERR, "040|Screen columns too small, less than %d", in f_columns()
61 msgq(sp, M_ERR, "041|Screen columns too large, greater than %d", in f_columns()
76 msgq(sp, M_ERR, "042|Screen lines too small, less than %d", in f_lines()
91 msgq(sp, M_ERR, "043|Screen lines too large, greater than %d", in f_lines()
127 msgq(sp, M_ERR, "044|The lisp option is not implemented"); in f_lisp()
H A Dsearch.c445 msgq(sp, M_ERR, "072|File empty; nothing to search"); in search_msg()
448 msgq(sp, M_ERR, in search_msg()
452 msgq(sp, M_ERR, "074|No previous search pattern"); in search_msg()
455 msgq(sp, M_ERR, "075|Pattern not found"); in search_msg()
458 msgq(sp, M_ERR, in search_msg()
462 msgq(sp, M_ERR, "077|Search wrapped"); in search_msg()
H A Dexf.c98 msgq(sp, M_SYSERR, NULL); in file_add()
178 msgq(sp, M_SYSERR, NULL); in file_init()
183 msgq(sp, M_SYSERR, in file_init()
193 msgq(sp, M_SYSERR, NULL); in file_init()
251 msgq(sp, M_SYSERR, NULL); in file_init()
490 msgq(sp, M_SYSERR, NULL); in file_spath()
1000 msgq(sp, M_INFO, "%s", s);
1360 msgq(sp, M_ERR,
1393 msgq(sp, M_ERR,
1426 msgq(sp, M_INFO,
[all …]
H A Dmem.h152 msgq(sp, M_SYSERR, NULL); \
160 msgq(sp, M_SYSERR, NULL); \
167 msgq(sp, M_SYSERR, NULL); \
175 msgq(sp, M_SYSERR, NULL); \
188 msgq(sp, M_SYSERR, NULL); \
H A Dkey.c130 msgq(sp, M_ERR, "079|No non-printable character found"); in v_key_init()
848 msgq(sp, M_ERR, "276|Unexpected character event"); in v_event_err()
851 msgq(sp, M_ERR, "277|Unexpected end-of-file event"); in v_event_err()
854 msgq(sp, M_ERR, "279|Unexpected interrupt event"); in v_event_err()
857 msgq(sp, M_ERR, "281|Unexpected repaint event"); in v_event_err()
860 msgq(sp, M_ERR, "285|Unexpected string event"); in v_event_err()
863 msgq(sp, M_ERR, "286|Unexpected timeout event"); in v_event_err()
866 msgq(sp, M_ERR, "316|Unexpected resize event"); in v_event_err()
H A Dmark.c115 msgq(sp, mtype, "017|Mark %s: not set", KEY_NAME(sp, key)); in mark_get()
119 msgq(sp, mtype, in mark_get()
130 msgq(sp, mtype, in mark_get()
H A Dline.c168 msgq(sp, M_ERR, "324|Conversion error on line %d", lno); in db_get()
226 msgq(sp, M_SYSERR, in db_delete()
278 msgq(sp, M_SYSERR, in db_append()
350 msgq(sp, M_SYSERR, in db_insert()
415 msgq(sp, M_SYSERR, in db_set()
508 msgq(sp, M_SYSERR, "007|unable to get last line"); in db_last()
596 msgq(sp, M_ERR, in db_err()
/freebsd/contrib/nvi/catalog/
H A DREADME10 msgq(sp, M_ERR, "001|This is an error message");
14 When the msgq() routine is called, if the user has specified a message
26 msgq(sp, M_ERR, "002|Error: %d %x", arg1, arg2);
30 Arguments to the msgq function are required to contain ONLY printable
31 characters. No further translation is done by the msgq routine before
32 displaying the message on the screen. For example, in the msgq call:
34 msgq(sp, M_ERR, "003|File: %s", file_name);
44 msgq(sp, M_ERR, "003|File: %s", p);
48 makes sure that "file_name" is printable before calling the msgq
/freebsd/contrib/nvi/cl/
H A Dcl_screen.c196 msgq(sp, M_ERR, in cl_vi_init()
243 msgq(sp, M_SYSERR, "%s", ttype); in cl_vi_init()
245 msgq(sp, M_ERR, "%s: unknown terminal type", ttype); in cl_vi_init()
329 msgq(sp, M_SYSERR, "tcgetattr"); in cl_vi_init()
368 msgq(sp, M_SYSERR, "tcsetattr"); in cl_vi_init()
486 msgq(sp, M_SYSERR, "tcsetattr"); in cl_ex_init()
H A Dcl_term.c317 msgq(sp, M_SYSERR, "stderr"); in cl_omesg()
322 msgq(sp, M_SYSERR, "%s", tty); in cl_omesg()
334 msgq(sp, M_SYSERR, in cl_omesg()
341 msgq(sp, M_SYSERR, in cl_omesg()
429 msgq(sp, M_SYSERR, "tigetnum: lines"); in cl_ssize()
435 msgq(sp, M_SYSERR, "tigetnum: cols"); in cl_ssize()

123