Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dcli_readline.c289 enum { ESC_REJECT, ESC_SAVE, ESC_CONVERTED } act = ESC_REJECT; in cread_line() enumerator
293 act = ESC_SAVE; in cread_line()
327 act = ESC_SAVE; in cread_line()
353 case ESC_SAVE: in cread_line()