Searched refs:PARSEFLAG_SEMICOLON (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dhush.c148 #define PARSEFLAG_SEMICOLON (1 << 1) /* symbol ';' is special for parser */ macro
739 PARSEFLAG_SEMICOLON);
2925 if (!child->argv && (ctx->parse_type & PARSEFLAG_SEMICOLON)) {
3520 if (!(parse_flag & PARSEFLAG_SEMICOLON) || (parse_flag & PARSEFLAG_REPARSING))
3565 rcode = parse_and_run_stream(&input, PARSEFLAG_SEMICOLON);
3678 opt = parse_and_run_string(optarg, PARSEFLAG_SEMICOLON);

Completed in 45 milliseconds