Home
last modified time | relevance | path

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

/netbsd-src/games/warp/
H A Dterm.h165 EXT bool is_input INIT(false);
168 # define input_pending() (is_input || \
169 (is_input=read(devtty,&pending_ch,1)))
H A Dterm.c665 if (is_input) {
667 is_input = false;
677 is_input = true;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-code-entry-handler.h59 bool is_input = false);
H A Dbrig-code-entry-handler.cc100 tree operand_type, bool is_input) in build_tree_operand() argument
124 if (is_input && TREE_TYPE (element) != operand_type) in build_tree_operand()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dio.c593 check_format (bool is_input) in check_format() argument
888 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() argument
1338 rv = check_format (is_input); in check_format_string()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dio.cc593 check_format (bool is_input) in check_format() argument
888 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() argument
1338 rv = check_format (is_input); in check_format_string()