HomeSort by relevance Sort by last modified time
    Searched refs:errorf (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/ply/
lex.py 661 self.errorf = { } # Error functions by state
680 self.errorf[s] = t
797 efunc = self.errorf.get(state,None)
    [all...]
yacc.py 240 def __init__(self,lrtab,errorf):
244 self.errorfunc = errorf
    [all...]
  /external/mksh/src/
main.c 232 /* Do this first so output routines (eg, errorf, shellf) can work */
473 errorf("integer wraparound test failed");
487 errorf("%s %s", "-c", "requires an argument");
1247 errorf(const char *fmt, ...) function
1262 /* like errorf(), but no unwind is done */
1401 errorf("cannot get home directory");
1406 errorf("cannot open debug output file %s", lfp);
1413 errorf("cannot dup debug output file");
1429 errorf("too many files open in shell");
    [all...]
misc.c 67 errorf("%s failed with EAGAIN, probably due to a" \
459 errorf("no TIOCSCTTY ioctl");
    [all...]
eval.c 381 errorf("%s: %s", str, "bad substitution");
765 errorf("%s: %s", st->var->name,
1145 errorf("%s: %s", sp, "parameter not set");
1302 errorf("%s: %s", sp, "parameter not set");
1339 errorf("%s: %s", "funny $() command",
1356 errorf("can't %s temporary file %s: %s",
    [all...]
exec.c 241 errorf("coprocess already exists");
458 errorf("%s: %s", s, cstrerror(rv));
546 errorf("%s: %s: %s", Tbuiltin, cp, "not a builtin");
937 errorf("%s: not executable: magic %04X", tp->str, fd);
947 errorf("%s: %s: %s", tp->str, sh, cstrerror(errno));
    [all...]
var.c 234 errorf("bad substitution");
714 errorf("%s: %s", var,
774 errorf("%s: %s", qval,
786 errorf("%s: %s", tvar, "restricted");
1239 errorf("%s: %s: %s", vp->name, "bad number", s);
    [all...]
sh.h 730 #define LERROR 3 /* errorf() called */
932 #define GF_ERROR BIT(0) /* call errorf() if there is an error */
    [all...]
funcs.c     [all...]
jobs.c 471 errorf("can't fork - try again");
    [all...]

Completed in 282 milliseconds