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

/ast/src/lib/libjcl/
H A Djcl.h122 struct Jcl_s; typedef struct Jcl_s Jcl_t; typedef in typeref:struct:Jcl_s
124 typedef int (*Jcloptset_f)(Jcl_t*, int, Jcldisc_t*);
237 extern int jclmap(Jcl_t*, const char*, Jcldisc_t*);
240 extern int jclclose(Jcl_t*);
241 extern int jcleval(Jcl_t*, Jclcond_t*, int);
242 extern char* jclfind(Jcl_t*, const char*, unsigned long, int, Sfio_t**);
243 extern int jclinclude(Jcl_t*, const char*, unsigned long, Jcldisc_t*);
244 extern Jcl_t* jclopen(Jcl_t*, const char*, unsigned long, Jcldisc_t*);
246 extern char* jclpath(Jcl_t*, cons
[all...]

Completed in 12 milliseconds