Home
last modified time | relevance | path

Searched refs:continue_process (Results 1 – 5 of 5) sorted by relevance

/dports/x11/xnee/xnee-3.19/libxnee/src/
H A Dxnee_session.c462 static int continue_process = 0; in xnee_process_count() local
468 continue_process=0; in xnee_process_count()
470 continue_process++; in xnee_process_count()
472 continue_process--; in xnee_process_count()
475 return continue_process; in xnee_process_count()
/dports/archivers/lxqt-archiver/lxqt-archiver-0.5.0/src/core/
H A Dfr-process.c836 gboolean continue_process; in check_child() local
920 continue_process = TRUE; in check_child()
922 continue_process = (*info->continue_func) (info->continue_data); in check_child()
925 if (continue_process) { in check_child()
/dports/archivers/file-roller/file-roller-3.40.0/src/
H A Dfr-process.c788 gboolean continue_process; in check_child() local
872 continue_process = TRUE; in check_child()
874 continue_process = (*info->continue_func) (&exec_data->error, info->continue_data); in check_child()
877 if (continue_process) { in check_child()
/dports/archivers/engrampa/engrampa-1.26.0/src/
H A Dfr-process.c864 gboolean continue_process; in check_child() local
948 continue_process = TRUE; in check_child()
950 continue_process = (*info->continue_func) (info->continue_data); in check_child()
953 if (continue_process) { in check_child()
/dports/www/mybb/mybb-mybb_1829/inc/
H A Dfunctions.php650 $continue_process = true;
664 'continue_process' => &$continue_process,
675 if($continue_process)