Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c10307 smallint cmd_is_exec; in evalcommand() local
10329 cmd_is_exec = 0; in evalcommand()
10356 cmd_is_exec = cmdentry.u.cmd == EXECCMD; in evalcommand()
10376 if (cmd_is_exec && argc > 1) in evalcommand()
10574 popredir(/*drop:*/ cmd_is_exec); in evalcommand()