Searched refs:FLAG_PARSE_SEMICOLON (Results 1 – 3 of 3) sorted by relevance
40 int hush_flags = FLAG_PARSE_SEMICOLON | FLAG_EXIT_FROM_LOOP; in run_command()65 FLAG_PARSE_SEMICOLON | FLAG_EXIT_FROM_LOOP)) in run_command_repeatable()97 rcode = parse_string_outer(buff, FLAG_PARSE_SEMICOLON); in run_command_list()
124 #define FLAG_PARSE_SEMICOLON (1 << 1) /* symbol ';' is special for parser */ macro550 FLAG_PARSE_SEMICOLON); in builtin_eval()2475 if (!child->argv && (ctx->type & FLAG_PARSE_SEMICOLON)) {3197 if (!(flag & FLAG_PARSE_SEMICOLON) || (flag & FLAG_REPARSING)) mapset((uchar *)";$&|", 0);3299 rcode = parse_stream_outer(&input, FLAG_PARSE_SEMICOLON);3443 opt = parse_string_outer(optarg, FLAG_PARSE_SEMICOLON);
11 #define FLAG_PARSE_SEMICOLON (1 << 1) /* symbol ';' is special for parser */ macro