Home
last modified time | relevance | path

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

/external/u-boot/common/
Dcli_hush.c341 #define b_getch(input) ((input)->get(input)) macro
2616 b_getch(input); /* get the & */
2619 b_getch(input);
2625 b_getch(input);
2724 while (b_getch(&pipe_str)!=EOF) { /* discard */ };
2853 b_getch(input);
2897 b_getch(input);
2899 while(ch=b_getch(input),ch!=EOF && ch!='}') {
2910 b_getch(input);
2936 if (advance) b_getch(input);
[all …]