Searched refs:serror (Results 1 – 7 of 7) sorted by relevance
/original-bsd/usr.bin/ex/ |
H A D | ex_cmds2.c | 91 serror(" [Warning - %s is incomplete]", file); 306 serror("Extra chars|Extra characters at end of \"%s\" command", Command); in newline() 327 serror("%s@to edit", plural((long) argc)); in nomore() 344 serror("No write@since last change (:%s! overrides)", Command); in quickly() 368 serror(str, cp) in serror() function 467 serror("What?|%s: No such command from open/visual", tcommand); 469 serror("What?|%s: Not an editor command", tcommand);
|
H A D | ex_set.c | 77 serror("%s: No such option@- 'set all' gives all option values", cp); in set() 93 serror("Option %s is not a toggle", op->oname); in set() 97 serror("Missing =@in assignment to option %s", op->oname); in set()
|
H A D | ex_cmdsub.c | 271 serror("%s where?|%s requires a trailing address", Command); in move() 603 serror("%s: Bad tags file entry", lasttag); 680 serror("%s: No such tag@in tags file", lasttag);
|
H A D | ex_v.c | 363 serror("Don't know enough about your terminal to use %s", Command);
|
H A D | ex_tty.c | 148 serror("%s: Unknown terminal type", type);
|
H A D | ex_cmds.c | 346 serror("Mark what?|%s requires following letter", Command);
|
H A D | ex_io.c | 702 serror(" File exists| File exists - use \"w! %s\" to overwrite", file);
|