Searched defs:closure (Results 1 - 7 of 7) sorted by relevance
| /bind-9.11.3/lib/isccfg/include/isccfg/ |
| H A D | grammar.h | 95 void (*f)(void *closure, const char *text, int textlen); 96 void *closure; member in struct:cfg_printer 531 void (*f)(void *closure, const char *text, int textlen), 532 void *closure);
|
| /bind-9.11.3/lib/isccfg/ |
| H A D | namedconf.c | 3925 void (*f)(void *closure, const char *text, int textlen), 3926 void *closure) 3937 pctx.closure = closure; 3924 cfg_print_zonegrammar(const unsigned int zonetype, void (*f)(void *closure, const char *text, int textlen), void *closure) argument
|
| H A D | parser.c | 147 pctx->f(pctx->closure, text, len); 199 void (*f)(void *closure, const char *text, int textlen), 200 void *closure) 205 cfg_printx(obj, 0, f, closure); 210 void (*f)(void *closure, const char *text, int textlen), 211 void *closure) 219 pctx.closure = closure; 3176 void (*f)(void *closure, const char *text, int textlen), 3177 void *closure) 198 cfg_print(const cfg_obj_t *obj, void (*f)(void *closure, const char *text, int textlen), void *closure) argument 209 cfg_printx(const cfg_obj_t *obj, unsigned int flags, void (*f)(void *closure, const char *text, int textlen), void *closure) argument 3175 cfg_print_grammar(const cfg_type_t *type, void (*f)(void *closure, const char *text, int textlen), void *closure) argument [all...] |
| /bind-9.11.3/bin/check/ |
| H A D | named-checkconf.c | 499 output(void *closure, const char *text, int textlen) { argument 500 UNUSED(closure);
|
| /bind-9.11.3/bin/tests/ |
| H A D | cfg_test.c | 43 output(void *closure, const char *text, int textlen) { argument 44 UNUSED(closure);
|
| /illumos-gate/usr/src/lib/libshell/common/tests/ |
| H A D | functions.sh | 367 function closure function 377 closure $tmp $* || r=1 381 closure 0 || err_exit -u2 'for loop function optimization bug2'
|
| /illumos-gate/usr/src/cmd/sgs/yacc/common/ |
| H A D | y1.c | 975 closure(i); 1014 /* generate the closure of state i */ 1015 static int cldebug = 0; /* debugging flag for closure */ 1018 closure(int i) function 1096 /* put these items into the closure */ 1127 /* have computed closure; flags are reset; return */
|
Completed in 103 milliseconds