Searched refs:func_dispatch (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dfunctions_dispatch_execution.h12 static ExFunc * const func_dispatch[] = { variable in typeref:typename:ExFunc * const[]
157 static const size_t num_f_dis = (sizeof(func_dispatch) / sizeof(func_dispatch[0]));
H A Dfunctions.c289 if(func >= 0 && func < num_f_dis && func_dispatch[func] != NULL) {
290 (*func_dispatch[func])(EF_ARGS);
/xsrc/external/mit/ctwm/dist/doc/devman/
H A Dfunctions.adoc148 * And finally, it generates the `func_dispatch` table used in `EF_main()`
166 individual C function that implements them, via the `func_dispatch` table
222 implementation is named correctly so the generated `func_dispatch` table

Completed in 4 milliseconds