Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dhush.c590 typedef struct in_str { struct
595 } in_str; argument
2642 static int get_user_input(struct in_str *i) in get_user_input()
2722 static int fgetc_interactive(struct in_str *i) in fgetc_interactive()
2738 static ALWAYS_INLINE int fgetc_interactive(struct in_str *i) in fgetc_interactive()
2746 static int i_getch(struct in_str *i) in i_getch()
2800 static int i_peek(struct in_str *i) in i_peek()
2842 static int i_peek2(struct in_str *i) in i_peek2()
2870 static int i_getch_and_eat_bkslash_nl(struct in_str *input) in i_getch_and_eat_bkslash_nl()
2889 static int i_peek_and_eat_bkslash_nl(struct in_str *input) in i_peek_and_eat_bkslash_nl()
[all …]
/busybox-1.35.0/scripts/kconfig/
Dlex.zconf.c_shipped2112 * @param in_str A readable stream.
2116 void zconfset_in (FILE * in_str )
2118 zconfin = in_str ;