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

/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/doc/
H A Dtk2html.perl220 $next_action = '';
224 if (!$standard_indent) { $next_action = 'check_indent'; }
231 $next_action = 'check_indent';
238 $next_action = 'create_links';
258 if ($next_action eq 'create_links') {
284 if ($next_action eq 'check_indent') {
287 $next_action = '';
/macosx-10.9.5/apache-786.1/httpd/server/
H A Dmpm_common.c221 int next_action = 1; /* index of first real action */ local
237 if (action_table[next_action].action_time <= apr_time_now() - starttime) {
238 cur_action = next_action;
239 ++next_action;
/macosx-10.9.5/autofs-234/autofs_kext/
H A Dauto_subr.c853 action_list *action, *next_action; local
855 for (action = alp; action != NULL; action = next_action) {
856 next_action = action->next;

Completed in 154 milliseconds