| /plan9/sys/src/cmd/lex/ |
| H A D | header.c | 108 fprint(errorf,"%d/%d nodes(%%e), %d/%d positions(%%p), %d/%d (%%n), %ld transitions\n", in statistics() 110 fprint(errorf, ", %d/%d packed char classes(%%k)", (int)(pcptr-pchar), pchlen); in statistics() 111 fprint(errorf,", %d/%d packed transitions(%%a)",nptr, ntrans); in statistics() 112 fprint(errorf, ", %d/%d output slots(%%o)", yytop, outsize); in statistics() 113 fprint(errorf,"\n"); in statistics()
|
| H A D | lmain.c | 9 int errorf = 1; variable 105 errorf= 2; in main()
|
| H A D | sub1.c | 24 if(!eof)fprint(errorf,"%s:%d ", yyfile, yyline); in printerr() 25 fprint(errorf,"(%s) ", type); in printerr() 27 fprint(errorf, "%s\n", buf); in printerr()
|
| H A D | ldefs.h | 82 extern int errorf;
|
| /plan9/sys/src/ape/cmd/pdksh/ |
| H A D | io.c | 19 errorf(const char *fmt, ...) in errorf() function 21 errorf(fmt, va_alist) in errorf() 276 errorf("too many files open in shell"); 304 errorf("too many files open in shell"); 332 errorf("can't create pipe - try again");
|
| H A D | var.c | 145 errorf("%s: subscript out of range", n); in array_index_calc() 172 errorf("bad substitution"); 342 errorf("%s: bad number", str_val(vp)); 356 errorf(null); 630 errorf("%s: restricted", tvar); 645 errorf("%s: is read only", tvar); 709 errorf(null); 1212 errorf("%s: is read only", var);
|
| H A D | eval.c | 298 errorf("%s: bad substitution", str); 430 errorf("%s: %s", st->var->name, 735 errorf("%s: parameter not set", sp); 830 errorf("%s: parameter not set", sp); 861 errorf("funny $() command: %s", 866 errorf("%s: cannot open $() input", name);
|
| H A D | main.c | 280 errorf("-c requires an argument"); 300 errorf("%s: %s", s->file, strerror(errno)); 845 errorf(null); /* this is never executed - keeps gcc quiet */
|
| H A D | exec.c | 147 errorf(null); 221 errorf("coprocess already exists"); 423 errorf("%s: %s", s, strerror(errno)); 496 errorf("builtin: %s: not a builtin", cp); 854 errorf("%s: %s: %s", tp->str, shell, strerror(errno));
|
| H A D | c_sh.c | 787 errorf("time: -%s unknown option", opt.optarg); 789 errorf("time: -%s requires an argument",
|
| H A D | proto.h | 101 void errorf ARGS((const char *fmt, ...))
|
| H A D | expr.c | 188 errorf(null);
|
| H A D | history.c | 1188 errorf("history not enabled");
|
| H A D | lex.c | 859 errorf(null);
|
| H A D | jobs.c | 522 errorf("cannot fork - try again");
|
| /plan9/sys/src/games/mp3enc/ |
| H A D | util.c | 642 if ( gfc->report.errorf != NULL ) { in lame_errorf() 643 gfc->report.errorf( format, args ); in lame_errorf()
|
| H A D | util.h | 237 void (*errorf)(const char *format, va_list ap); member
|
| H A D | set_get.c | 385 gfp->report.errorf = func; in lame_set_errorf()
|
| H A D | lame.h | 174 void (*errorf)(const char *format, va_list ap); member
|
| H A D | lame.c | 578 gfc->report.errorf = gfp->report.errorf; in lame_init_params()
|