Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dhush.c1691 static ALWAYS_INLINE int hfgetc(HFILE *fp) in hfgetc() function
2701 r = hfgetc(i->file); in get_user_input()
2733 do ch = hfgetc(i->file); while (ch == '\0'); in fgetc_interactive()
2741 do ch = hfgetc(i->file); while (ch == '\0'); in fgetc_interactive()
2862 do ch = hfgetc(i->file); while (ch == '\0'); in i_peek2()