Home
last modified time | relevance | path

Searched defs:FLAG_PARSE_SEMICOLON (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Dcli_hush.h11 #define FLAG_PARSE_SEMICOLON (1 << 1) /* symbol ';' is special for parser */ macro
/openbmc/u-boot/common/
H A Dcli_hush.c124 #define FLAG_PARSE_SEMICOLON (1 << 1) /* symbol ';' is special for parser */ macro