Searched defs:FLAG_REPARSING (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/include/ | ||
H A D | cli_hush.h | 12 #define FLAG_REPARSING (1 << 2) /* >=2nd pass */ macro |
/openbmc/u-boot/common/ | ||
H A D | cli_hush.c | 125 #define FLAG_REPARSING (1 << 2) /* >= 2nd pass */ macro |