Home
last modified time | relevance | path

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

/external/u-boot/common/
Dcli.c40 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()
Dcli_hush.c124 #define FLAG_PARSE_SEMICOLON (1 << 1) /* symbol ';' is special for parser */ macro
550 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);
/external/u-boot/include/
Dcli_hush.h11 #define FLAG_PARSE_SEMICOLON (1 << 1) /* symbol ';' is special for parser */ macro