Symbol: dobeep_msg
usr.bin/mg/basic.c
100
(void)dobeep_msg("End of buffer");
usr.bin/mg/basic.c
190
(void)dobeep_msg("End of buffer");
usr.bin/mg/basic.c
205
(void)dobeep_msg("End of buffer");
usr.bin/mg/basic.c
237
(void)dobeep_msg("Beginning of buffer");
usr.bin/mg/basic.c
245
(void)dobeep_msg("Beginning of buffer");
usr.bin/mg/basic.c
317
(void)dobeep_msg("End of buffer");
usr.bin/mg/basic.c
363
(void)dobeep_msg("Beginning of buffer");
usr.bin/mg/basic.c
423
return(dobeep_msg("No other window"));
usr.bin/mg/basic.c
485
return(dobeep_msg("No mark in this window"));
usr.bin/mg/basic.c
56
(void)dobeep_msg("Beginning "
usr.bin/mg/buffer.c
1026
return(dobeep_msg("Cannot diff buffer not associated with "
usr.bin/mg/buffer.c
1036
return(dobeep_msg("Cannot allocate memory."));
usr.bin/mg/buffer.c
1079
(void)dobeep_msg("filename too long");
usr.bin/mg/buffer.c
436
return(dobeep_msg("buffer name truncated"));
usr.bin/mg/buffer.c
523
(void)dobeep_msg("Error: filename too long!");
usr.bin/mg/buffer.c
815
return(dobeep_msg("Cannot insert buffer into self"));
usr.bin/mg/buffer.c
953
return(dobeep_msg("Cannot revert buffer not associated "
usr.bin/mg/cscope.c
185
return(dobeep_msg("no such file or directory, cscope-indexer"));
usr.bin/mg/cscope.c
192
return(dobeep_msg("problem opening pipe"));
usr.bin/mg/cscope.c
232
return(dobeep_msg("The *cscope* buffer does "
usr.bin/mg/cscope.c
242
return(dobeep_msg("The end of *cscope* buffer "
usr.bin/mg/cscope.c
272
return(dobeep_msg("The beginning of *cscope* "
usr.bin/mg/cscope.c
294
return(dobeep_msg("The *cscope* buffer does not "
usr.bin/mg/cscope.c
298
return(dobeep_msg("The end of *cscope* buffer has "
usr.bin/mg/cscope.c
316
return(dobeep_msg("The *cscope* buffer does not"
usr.bin/mg/cscope.c
320
return(dobeep_msg("The beginning of *cscope* buffer "
usr.bin/mg/cscope.c
378
return(dobeep_msg("C-c s not defined"));
usr.bin/mg/cscope.c
389
return(dobeep_msg("no such file or directory, cscope"));
usr.bin/mg/cscope.c
398
return(dobeep_msg("problem opening pipe"));
usr.bin/mg/cscope.c
578
return(dobeep_msg("out of memory"));
usr.bin/mg/cscope.c
590
(void)dobeep_msg("path too long");
usr.bin/mg/def.h
736
int dobeep_msg(const char *);
usr.bin/mg/extend.c
114
return (dobeep_msg("Out of memory"));
usr.bin/mg/extend.c
127
return (dobeep_msg("Out of memory"));
usr.bin/mg/extend.c
144
return (dobeep_msg("Out of memory"));
usr.bin/mg/extend.c
166
(void)dobeep_msg("Out of memory");
usr.bin/mg/extend.c
195
(void)dobeep_msg("Out of memory");
usr.bin/mg/extend.c
222
return (dobeep_msg("Out of memory"));
usr.bin/mg/extend.c
243
(void)dobeep_msg("Out of memory");
usr.bin/mg/extend.c
271
(void)dobeep_msg("keymap too large");
usr.bin/mg/extend.c
276
(void)dobeep_msg("Out of memory");
usr.bin/mg/extend.c
333
return (dobeep_msg("Can't rebind key in macro"));
usr.bin/mg/extend.c
372
return (dobeep_msg("[No match]"));
usr.bin/mg/extend.c
547
return (dobeep_msg("[No match]"));
usr.bin/mg/extend.c
695
return (dobeep_msg("Not now!"));
usr.bin/mg/extend.c
867
(void)dobeep_msg("Bad args to set key");
usr.bin/mg/interpreter.c
421
return (dobeep_msg("malloc Error"));
usr.bin/mg/interpreter.c
426
return(dobeep_msg("strndup error"));
usr.bin/mg/interpreter.c
505
return (dobeep_msg("strlcpy error"));
usr.bin/mg/interpreter.c
508
return (dobeep_msg("strlcat error"));
usr.bin/mg/interpreter.c
511
return (dobeep_msg("strlcat error"));
usr.bin/mg/interpreter.c
607
return(dobeep_msg("strndup error"));
usr.bin/mg/interpreter.c
642
return (dobeep_msg("strlcpy error"));
usr.bin/mg/interpreter.c
712
return (dobeep_msg("strlcat error"));
usr.bin/mg/interpreter.c
715
return (dobeep_msg("strlcat error"));
usr.bin/mg/interpreter.c
805
return(dobeep_msg("Interpreter exited via exit command."));