Searched refs:FLAG_PARSE_SEMICOLON (Results 1 – 3 of 3) sorted by relevance
45 int hush_flags = FLAG_PARSE_SEMICOLON | FLAG_EXIT_FROM_LOOP; in run_command()70 FLAG_PARSE_SEMICOLON | FLAG_EXIT_FROM_LOOP)) in run_command_repeatable()101 rcode = parse_string_outer(buff, FLAG_PARSE_SEMICOLON); in run_command_list()
125 #define FLAG_PARSE_SEMICOLON (1 << 1) /* symbol ';' is special for parser */ macro551 FLAG_PARSE_SEMICOLON); in builtin_eval()2476 if (!child->argv && (ctx->type & FLAG_PARSE_SEMICOLON)) {3198 if (!(flag & FLAG_PARSE_SEMICOLON) || (flag & FLAG_REPARSING)) mapset((uchar *)";$&|", 0);3300 rcode = parse_stream_outer(&input, FLAG_PARSE_SEMICOLON);3444 opt = parse_string_outer(optarg, FLAG_PARSE_SEMICOLON);
12 #define FLAG_PARSE_SEMICOLON (1 << 1) /* symbol ';' is special for parser */ macro