Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/
H A Dcli_hush.c342 #define b_getch(input) ((input)->get(input)) macro
2617 b_getch(input); /* get the & */
2620 b_getch(input);
2626 b_getch(input);
2725 while (b_getch(&pipe_str)!=EOF) { /* discard */ };
2854 b_getch(input);
2898 b_getch(input);
2900 while(ch=b_getch(input),ch!=EOF && ch!='}') {
2911 b_getch(input);
2937 if (advance) b_getch(input);
[all …]