Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dhush.c9672 smallint last_followup; in run_list() local
9729 last_followup = PIPE_SEQ; in run_list()
9766 if ((rcode == 0 && last_followup == PIPE_OR) in run_list()
9767 || (rcode != 0 && last_followup == PIPE_AND) in run_list()
9772 last_followup = pi->followup; in run_list()
9776 last_followup = pi->followup; in run_list()