Lines Matching refs:i_getch
2746 static int i_getch(struct in_str *i) in i_getch() function
2875 ch = i_getch(input); in i_getch_and_eat_bkslash_nl()
2882 i_getch(input); in i_getch_and_eat_bkslash_nl()
2901 i_getch(input); in i_peek_and_eat_bkslash_nl()
2902 i_getch(input); in i_peek_and_eat_bkslash_nl()
4309 ch = i_getch(input); /* get the & */ in parse_redir_right_fd()
4313 ch = i_getch(input); in parse_redir_right_fd()
4322 ch = i_getch(input); in parse_redir_right_fd()
4356 ch = i_getch(input); in parse_redirect()
4369 ch = i_getch(input); in parse_redirect()
4467 ch = i_getch(input); in fetch_till_str()
4489 ch = i_getch(input); in fetch_till_str()
4628 ch = i_getch(input); in parse_group()
4636 ch = i_getch(input); in parse_group()
4677 ch = i_getch(input); in parse_group()
4740 int ch = i_getch(input); in add_till_single_quote()
4753 int ch = i_getch(input); in add_till_single_quote_dquoted()
4768 int ch = i_getch(input); in add_till_double_quote()
4777 ch = i_getch(input); in add_till_double_quote()
4806 int ch = i_getch(input); in add_till_backquote()
4811 ch = i_getch(input); in add_till_backquote()
4860 ch = i_getch(input); in add_till_closing_bracket()
4874 i_getch(input); /* eat second ')' */ in add_till_closing_bracket()
4907 ch = i_getch(input); in add_till_closing_bracket()
4947 ch = i_getch(input); /* eat ' */ in parse_dollar_squote()
4950 ch = i_getch(input); in parse_dollar_squote()
4966 ch = i_getch(input); in parse_dollar_squote()
4979 *++p = ch = i_getch(input); in parse_dollar_squote()
4987 *++p = ch = i_getch(input); in parse_dollar_squote()
5039 ch = i_getch(input); in parse_dollar()
5052 ch = i_getch(input); in parse_dollar()
5058 ch = i_getch(input); in parse_dollar()
5078 ch = i_getch(input); /* eat '{' */ in parse_dollar()
5135 ch = i_getch(input); in parse_dollar()
5172 i_getch(input); in parse_dollar()
5186 o_addchr(dest, i_getch(input)); in parse_dollar()
5232 ch = i_getch(input); in parse_dollar()
5236 ch = i_getch(input); in parse_dollar()
5276 ch = i_getch(input); in parse_dollar()
5307 ch = i_getch(input); in encode_string()
5343 ch = i_getch(input); /* eat next */ in encode_string()
5427 ch = i_getch(input); in parse_stream()
5486 ch = i_getch(input); in parse_stream()
5514 next = i_getch(input); in parse_stream()
5533 ch = i_getch(input); in parse_stream()
5596 ch = i_getch(input); in parse_stream()
5742 ch = i_getch(input); in parse_stream()
5764 ch = i_getch(input); in parse_stream()
5768 ch = i_getch(input); in parse_stream()
5796 ch = i_getch(input); in parse_stream()
5841 i_getch(input); /* eat second " */ in parse_stream()
5887 ch = i_getch(input); in parse_stream()
5907 ch = i_getch(input); in parse_stream()
5923 ch = i_getch(input); in parse_stream()
6242 ch = i_getch(&input); in encode_then_expand_vararg()
6264 ch = i_getch(&input); in encode_then_expand_vararg()
6340 ch = i_getch(&input); in encode_then_append_var_plusminus()
6395 ch = i_getch(&input); in encode_then_append_var_plusminus()
7530 ch = i_getch(inp); in parse_and_run_stream()