Searched refs:emit_upto (Results 1 - 2 of 2) sorted by relevance

/u-boot/common/
H A Dcli_getch.c148 if (cch->emit_upto < cch->esc_len)
149 return cch->esc_save[cch->emit_upto++];
150 cch->emit_upto = 0;
191 ichar = cch->esc_save[cch->emit_upto++];
/u-boot/include/
H A Dcli.h18 * @emit_upto: Next index to emit from esc_save
24 int emit_upto; member in struct:cli_ch_state

Completed in 45 milliseconds