Searched refs:is_input (Results 1 – 6 of 6) sorted by relevance
165 EXT bool is_input INIT(false);168 # define input_pending() (is_input || \169 (is_input=read(devtty,&pending_ch,1)))
665 if (is_input) {667 is_input = false;677 is_input = true;
59 bool is_input = false);
100 tree operand_type, bool is_input) in build_tree_operand() argument124 if (is_input && TREE_TYPE (element) != operand_type) in build_tree_operand()
593 check_format (bool is_input) in check_format() argument888 if (is_input) in check_format()1094 else if (is_input && t == FMT_ZERO) in check_format()1173 else if (is_input && t == FMT_ZERO) in check_format()1324 check_format_string (gfc_expr *e, bool is_input) in check_format_string() argument1338 rv = check_format (is_input); in check_format_string()