Home
last modified time | relevance | path

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

/u-boot/include/
A Dcli_hush.h13 #define FLAG_CONT_ON_NEWLINE (1 << 3) /* continue when we see \n */ macro
/u-boot/common/
A Dcli.c48 hush_flags |= FLAG_CONT_ON_NEWLINE; in run_command()
A Dcli_hush.c3190 flag & FLAG_CONT_ON_NEWLINE ? -1 : '\n');

Completed in 9 milliseconds