Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dcli_hush.c205 int old_flag; /* for figuring out valid reserved words */ member
2366 ctx->old_flag=0;
2421 } else if ( ctx->w == RES_NONE || ! (ctx->old_flag & (1<<r->code))) {
2428 ctx->old_flag = r->flag;
2429 if (ctx->old_flag & FLAG_END) {
3204 if (rcode != 1 && ctx.old_flag != 0) {
3210 if (rcode != 1 && ctx.old_flag == 0) {
3231 if (ctx.old_flag != 0) {