Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dhush.c723 #define IS_NULL_PIPE(pi) \ macro
5678 if (!IS_NULL_PIPE(ctx.pipe)) /* cmd | } */ in parse_stream()
5711 if (ch != ';' && IS_NULL_PIPE(ctx.list_head)) { in parse_stream()