Searched defs:succeed (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/grep/
H A Dgrep.c118 static int succeed(const char *);
416 if ((step(lbuf, expbuf) ^ vflag) && succeed(file) == 1)
437 succeed(const char *f) function
/illumos-gate/usr/src/lib/libast/common/port/
H A Dastconf.c481 * synthesize(fp,path,succeed) called on success
486 initialize(register Feature_t* fp, const char* path, const char* command, const char* succeed, const char* fail) argument
492 error(-2, "astconf initialize name=%s path=%s command=%s succeed=%s fail=%s fp=%p%s", fp->name, path, command, succeed, fail, fp, state.synthesizing ? " SYNTHESIZING" : "");
592 error(-1, "AHA#%d state.std=%d %s [%s] std=%s ast=%s value=%s ok=%d", __LINE__, state.std, fp->name, ok ? succeed : fail, fp->std, fp->ast, fp->value, ok);
594 synthesize(fp, path, ok ? succeed : fail);

Completed in 62 milliseconds