Home
last modified time | relevance | path

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

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