Lines Matching defs:active
107 * call data gathering function for each (active) module
117 if (ops->active == 1) {
200 * Start/Stop timer, show status of timer (0 = not active, 1 = active)
272 int active;
274 .data = &active,
299 active = ops->active;
307 if (active && (ops->active == 0)) {
324 ops->active = 1;
325 } else if (!active && (ops->active == 1)) {
326 ops->active = 0;