Symbol: dobeep_num
usr.bin/mg/def.h
734
int dobeep_num(const char *, int);
usr.bin/mg/interpreter.c
157
return(dobeep_num("Extra ')' found on line:",
usr.bin/mg/interpreter.c
159
return(dobeep_num("Error line:", lnm));
usr.bin/mg/interpreter.c
168
return(dobeep_num("Multiple consecutive "\
usr.bin/mg/interpreter.c
192
return(dobeep_num("Opening and closing quote "\
usr.bin/mg/interpreter.c
198
return(dobeep_num("Empty parenthesis "\
usr.bin/mg/interpreter.c
222
return(dobeep_num("Opening and closing quote "\
usr.bin/mg/interpreter.c
230
return(dobeep_num("First char of "\
usr.bin/mg/interpreter.c
236
return(dobeep_num("Parse error"\
usr.bin/mg/interpreter.c
244
return(dobeep_num("Parse error line:", lnm));
usr.bin/mg/interpreter.c
277
return(dobeep_num("Opening and closing parentheses error line:",
usr.bin/mg/interpreter.c
332
return(dobeep_num("'define' incorrectly used line:", lnm));
usr.bin/mg/interpreter.c
338
return(dobeep_num("Invalid use of define line:", lnm));
usr.bin/mg/interpreter.c
346
return(dobeep_num("Invalid use of define line:", lnm));
usr.bin/mg/interpreter.c
353
return(dobeep_num("Invalid use of 'define' line:", lnm));
usr.bin/mg/interpreter.c
360
return(dobeep_num("Invalid use of 'define' line:", lnm));
usr.bin/mg/interpreter.c
375
return(dobeep_num("Invalid use of list line:", lnm));
usr.bin/mg/interpreter.c
382
return(dobeep_num("list with no-where to go.", lnm));
usr.bin/mg/interpreter.c
387
return(dobeep_num("Invalid use of list line:", lnm));
usr.bin/mg/interpreter.c
785
return(dobeep_num("Regex compilation error line:", lnm));