Searched defs:with_timer (Results 1 - 1 of 1) sorted by relevance

/systemd/src/run/
H A Drun.c120 static bool with_timer(void) { function
371 if ((optind >= argc) && (!arg_unit || !with_timer())) {
391 if (arg_pty && (with_timer() || arg_scope)) {
401 if (arg_scope && with_timer()) {
406 if (arg_timer_property && !with_timer()) {
1247 else if (with_timer())

Completed in 44 milliseconds