Searched refs:EF_main (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dfunctions.c74 static bool EF_main(EF_FULLPROTO);
101 EF_main(EF_ARGS);
115 EF_main(EF_FULLPROTO) function in typeref:typename:bool
271 bool r = EF_main(mitem->func, mitem->action, w,
/xsrc/external/mit/ctwm/dist/doc/devman/
H A Dfunctions.adoc143 f.function execution (in `EF_main()`) to determine whether to defer
148 * And finally, it generates the `func_dispatch` table used in `EF_main()`
157 dispatching, which is just an external thunk into `EF_main()`. This
174 to do and recurses back into `EF_main()` for them. The second is the
177 `EF_main()` to tell the calling `f.function` invocation to stop where it
178 is instead of proceeding. _This is the only use of ``EF_main()``'s

Completed in 2 milliseconds