Searched refs:jclfind (Results 1 - 4 of 4) sorted by relevance
/ast/src/lib/libjcl/ |
H A D | jcl.h | 242 extern char* jclfind(Jcl_t*, const char*, unsigned long, int, Sfio_t**);
|
H A D | open.c | 106 else if (!(file = jclfind(jcl, file, flags, 2, &sp)))
|
H A D | find.c | 166 * append dir to jclfind() include list 253 jclfind(Jcl_t* jcl, const char* name, unsigned long flags, int level, Sfio_t** spp) function
|
H A D | run.c | 305 if (!(step->flags & JCL_PGM) && (s = jclfind(jcl, step->command, 0, 0, NiL)))
|
Completed in 20 milliseconds