| /NextBSD/contrib/groff/src/roff/troff/ |
| HD | env.cpp | 133 pending_output_line *tem = pending_lines; in output() local 135 delete tem; in output() 172 pending_output_line *tem = pending_lines; in output_pending_lines() local 174 delete tem; in output_pending_lines() 486 int tem = fontno; in set_font() local 488 prev_fontno = tem; in set_font() 529 font_family *tem = family; in set_family() local 531 prev_family = tem; in set_family() 924 vunits tem(post_vertical_spacing); in total_post_vertical_spacing() local 926 tem += (line_spacing - 1)*vertical_spacing; in total_post_vertical_spacing() [all …]
|
| HD | node.cpp | 360 conditional_bold *tem = *p; in conditional_unbold() local 362 delete tem; in conditional_unbold() 2362 node *tem = n; in delete_node_list() local 2364 delete tem; in delete_node_list() 3044 for (node *tem = list; tem; tem = tem->next) in copy() local 3045 on->overstrike(tem->copy()); in copy() 3087 node *tem; in copy() local 3090 for (tem = list; tem; tem = tem->next) { in copy() 3091 if (tem->next) in copy() 3092 tem->next->last = tem; in copy() [all …]
|
| HD | input.cpp | 496 input_iterator *tem = top; in finish_get() local 497 check_end_diversion(tem); in finish_get() 500 if (tem->is_diversion) in finish_get() 506 delete tem; in finish_get() 535 input_iterator *tem = top; in finish_peek() local 536 check_end_diversion(tem); in finish_peek() 539 delete tem; in finish_peek() 690 input_iterator *tem = *pp; in end_file() local 691 check_end_diversion(tem); in end_file() 693 delete tem; in end_file() [all …]
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | expprint.c | 64 unsigned tem; in print_subexp_standard() local 158 for (tem = 0; tem < nargs; tem++) in print_subexp_standard() 160 if (tem != 0) in print_subexp_standard() 216 for (tem = 0; tem < nargs; tem++) in print_subexp_standard() 240 tem = 0; in print_subexp_standard() 254 while (tem < nargs) in print_subexp_standard() 260 tem = 0; in print_subexp_standard() 265 tempstr[tem++] = in print_subexp_standard() 271 if (tem > 0) in print_subexp_standard() 279 for (tem = 0; tem < nargs; tem++) in print_subexp_standard() [all …]
|
| HD | eval.c | 187 int tem = longest_to_int (exp->elts[pc + 1].longconst); in get_label() local 188 (*pos) += 3 + BYTES_TO_EXP_ELEM (tem + 1); in get_label() 388 int tem, tem2, tem3; in evaluate_subexp_standard() local 409 tem = longest_to_int (exp->elts[pc + 2].longconst); in evaluate_subexp_standard() 410 (*pos) += 4 + BYTES_TO_EXP_ELEM (tem + 1); in evaluate_subexp_standard() 471 tem = longest_to_int (exp->elts[pc + 1].longconst); in evaluate_subexp_standard() 472 (*pos) += 3 + BYTES_TO_EXP_ELEM (tem + 1); in evaluate_subexp_standard() 475 return value_string (&exp->elts[pc + 2].string, tem); in evaluate_subexp_standard() 478 tem = longest_to_int (exp->elts[pc + 1].longconst); in evaluate_subexp_standard() 479 (*pos) += 3 + BYTES_TO_EXP_ELEM (tem + 1); in evaluate_subexp_standard() [all …]
|
| /NextBSD/contrib/gcc/ |
| HD | fold-const.c | 1137 tree tem = strip_float_extensions (t); in negate_expr_p() local 1138 if (tem != t) in negate_expr_p() 1139 return negate_expr_p (tem); in negate_expr_p() 1176 tree tem; in fold_negate_expr() local 1188 tem = fold_negate_const (t, type); in fold_negate_expr() 1189 if (!TREE_OVERFLOW (tem) in fold_negate_expr() 1191 return tem; in fold_negate_expr() 1195 tem = fold_negate_const (t, type); in fold_negate_expr() 1197 if (! TREE_OVERFLOW (tem) || ! flag_trapping_math) in fold_negate_expr() 1198 return tem; in fold_negate_expr() [all …]
|
| HD | expmed.c | 2951 rtx insn, accum, tem; in expand_mult_const() local 2996 tem = expand_shift (LSHIFT_EXPR, mode, op0, in expand_mult_const() 2999 accum = force_operand (gen_rtx_PLUS (mode, accum, tem), in expand_mult_const() 3005 tem = expand_shift (LSHIFT_EXPR, mode, op0, in expand_mult_const() 3008 accum = force_operand (gen_rtx_MINUS (mode, accum, tem), in expand_mult_const() 3033 tem = expand_shift (LSHIFT_EXPR, mode, accum, in expand_mult_const() 3036 accum = force_operand (gen_rtx_PLUS (mode, accum, tem), in expand_mult_const() 3042 tem = expand_shift (LSHIFT_EXPR, mode, accum, in expand_mult_const() 3045 accum = force_operand (gen_rtx_MINUS (mode, tem, accum), in expand_mult_const() 3047 ? add_target : (optimize ? 0 : tem))); in expand_mult_const() [all …]
|
| HD | simplify-rtx.c | 116 rtx tem; in simplify_gen_binary() local 119 tem = simplify_binary_operation (code, mode, op0, op1); in simplify_gen_binary() 120 if (tem) in simplify_gen_binary() 121 return tem; in simplify_gen_binary() 126 tem = op0, op0 = op1, op1 = tem; in simplify_gen_binary() 192 rtx tem = simplify_subreg (GET_MODE (x), c, cmode, offset); in avoid_constant_pool_reference() local 193 if (tem && CONSTANT_P (tem)) in avoid_constant_pool_reference() 194 return tem; in avoid_constant_pool_reference() 218 rtx tem; in simplify_gen_unary() local 221 if ((tem = simplify_unary_operation (code, mode, op, op_mode)) != 0) in simplify_gen_unary() [all …]
|
| HD | reload.c | 3777 rtx tem; in find_reloads() local 3779 tem = substed_operand[commutative]; in find_reloads() 3781 substed_operand[commutative + 1] = tem; in find_reloads() 3782 tem = recog_data.operand[commutative]; in find_reloads() 3784 recog_data.operand[commutative + 1] = tem; in find_reloads() 3785 tem = *recog_data.operand_loc[commutative]; in find_reloads() 3788 *recog_data.operand_loc[commutative + 1] = tem; in find_reloads() 3858 rtx tem = force_const_mem (operand_mode[i], in find_reloads() local 3860 tem = gen_rtx_PLUS (operand_mode[i], in find_reloads() 3861 XEXP (recog_data.operand[i], 0), tem); in find_reloads() [all …]
|
| HD | dbxout.c | 1394 tree tem; in dbxout_type_fields() local 1398 for (tem = TYPE_FIELDS (type); tem; tem = TREE_CHAIN (tem)) in dbxout_type_fields() 1402 if (tem == error_mark_node || TREE_TYPE (tem) == error_mark_node) in dbxout_type_fields() 1406 if (TREE_CODE (tem) == TYPE_DECL in dbxout_type_fields() 1408 || DECL_IGNORED_P (tem) in dbxout_type_fields() 1411 || (TREE_CODE (tem) == FIELD_DECL in dbxout_type_fields() 1412 && (! host_integerp (bit_position (tem), 0) in dbxout_type_fields() 1413 || ! DECL_SIZE (tem) in dbxout_type_fields() 1414 || ! host_integerp (DECL_SIZE (tem), 1)))) in dbxout_type_fields() 1417 else if (TREE_CODE (tem) != CONST_DECL) in dbxout_type_fields() [all …]
|
| HD | sdbout.c | 1103 tree tem; in sdbout_one_type() local 1180 for (tem = TYPE_VALUES (type); tem; tem = TREE_CHAIN (tem)) in sdbout_one_type() 1181 if (host_integerp (TREE_VALUE (tem), 0)) in sdbout_one_type() 1183 PUT_SDB_DEF (IDENTIFIER_POINTER (TREE_PURPOSE (tem))); in sdbout_one_type() 1184 PUT_SDB_INT_VAL (tree_low_cst (TREE_VALUE (tem), 0)); in sdbout_one_type() 1191 for (tem = TYPE_FIELDS (type); tem; tem = TREE_CHAIN (tem)) in sdbout_one_type() 1198 if (TREE_CODE (tem) == FIELD_DECL in sdbout_one_type() 1199 && DECL_NAME (tem) in sdbout_one_type() 1200 && DECL_SIZE (tem) in sdbout_one_type() 1201 && host_integerp (DECL_SIZE (tem), 1) in sdbout_one_type() [all …]
|
| HD | dojump.c | 800 rtx tem; in compare_from_rtx() local 807 tem = op0; in compare_from_rtx() 809 op1 = tem; in compare_from_rtx() 816 tem = simplify_relational_operation (code, VOIDmode, mode, op0, op1); in compare_from_rtx() 817 if (tem) in compare_from_rtx() 819 if (CONSTANT_P (tem)) in compare_from_rtx() 820 return tem; in compare_from_rtx() 822 if (COMPARISON_P (tem)) in compare_from_rtx() 824 code = GET_CODE (tem); in compare_from_rtx() 825 op0 = XEXP (tem, 0); in compare_from_rtx() [all …]
|
| HD | combine.c | 3825 rtx tem = XEXP (x, 0); in find_split_point() local 3827 SUBST (XEXP (x, 1), tem); in find_split_point() 4349 rtx tem = inner_op0; in combine_simplify_rtx() local 4351 inner_op1 = tem; in combine_simplify_rtx() 4612 rtx tem = simplify_binary_operation (MULT, mode, in combine_simplify_rtx() local 4615 if (tem) in combine_simplify_rtx() 4616 return simplify_gen_binary (DIV, mode, tem, XEXP (XEXP (x, 0), 1)); in combine_simplify_rtx() 5608 rtx tem; in expand_compound_operation() local 5779 tem = gen_lowpart (mode, XEXP (x, 0)); in expand_compound_operation() 5780 if (!tem || GET_CODE (tem) == CLOBBER) in expand_compound_operation() [all …]
|
| HD | explow.c | 84 rtx tem; in plus_constant() local 122 tem in plus_constant() 126 if (memory_address_p (GET_MODE (tem), XEXP (tem, 0))) in plus_constant() 127 return tem; in plus_constant() 208 rtx tem; in eliminate_constant_term() local 215 && 0 != (tem = simplify_binary_operation (PLUS, GET_MODE (x), *constptr, in eliminate_constant_term() 217 && GET_CODE (tem) == CONST_INT) in eliminate_constant_term() 219 *constptr = tem; in eliminate_constant_term() 223 tem = const0_rtx; in eliminate_constant_term() 224 x0 = eliminate_constant_term (XEXP (x, 0), &tem); in eliminate_constant_term() [all …]
|
| /NextBSD/contrib/groff/src/libs/libgroff/ |
| HD | tmpfile.cpp | 66 const char *tem; in temp_init() local 69 (tem = getenv(GROFF_TMPDIR_ENVVAR)) == NULL in temp_init() 70 && (tem = getenv(TMPDIR_ENVVAR)) == NULL in temp_init() 76 && (tem = getenv(WIN32_TMPDIR_ENVVAR)) == NULL in temp_init() 77 && (tem = getenv(MSDOS_TMPDIR_ENVVAR)) == NULL in temp_init() 81 tem = DEFAULT_TMPDIR; in temp_init() 82 size_t tem_len = strlen(tem); in temp_init() 83 const char *tem_end = tem + tem_len - 1; in temp_init() 86 strcpy(tem2, tem); in temp_init()
|
| HD | device.cpp | 33 char *tem = getenv("GROFF_TYPESETTER"); in device_init() local 34 if (tem) in device_init() 35 device = tem; in device_init()
|
| HD | lf.cpp | 54 string tem(p, q - p); in interpret_lf_args() local 59 tem += '\0'; in interpret_lf_args() 60 change_filename(tem.contents()); in interpret_lf_args()
|
| HD | font.cpp | 174 font_kern_list *tem = kerns; in ~font() local 176 delete tem; in ~font() 184 font_widths_cache *tem = widths_cache; in ~font() local 186 delete tem; in ~font() 288 font_widths_cache *tem = *p; in get_width() local 290 tem->next = widths_cache; in get_width() 291 widths_cache = tem; in get_width() 864 char *tem = new char[strlen(p)+1]; in load_desc() local 865 strcpy(tem, p); in load_desc() 866 family = tem; in load_desc() [all …]
|
| /NextBSD/contrib/groff/src/preproc/tbl/ |
| HD | main.cpp | 717 input_entry_format *tem = list; in free_input_entry_format_list() local 719 delete tem; in free_input_entry_format_list() 1096 input_entry_format *tem = list->next; in process_format() local 1099 list = tem; in process_format() 1102 input_entry_format *tem; in process_format() local 1105 for (tem = list; tem; tem = tem->next) in process_format() 1106 tem->debug_print(); in process_format() 1113 for (tem = list; tem; tem = tem->next) { in process_format() 1114 if (tem->last_column) { in process_format() 1140 for (tem = list; tem; tem = tem->next) { in process_format() [all …]
|
| /NextBSD/contrib/libreadline/ |
| HD | input.c | 177 register int tem, result; in rl_gather_tyi() local 211 tem = fcntl (tty, F_GETFL, 0); in rl_gather_tyi() 213 fcntl (tty, F_SETFL, (tem | O_NDELAY)); in rl_gather_tyi() 216 fcntl (tty, F_SETFL, tem); in rl_gather_tyi() 239 tem = ibuffer_space (); in rl_gather_tyi() 241 if (chars_avail > tem) in rl_gather_tyi() 242 chars_avail = tem; in rl_gather_tyi() 248 if (tem < ibuffer_len) in rl_gather_tyi()
|
| /NextBSD/contrib/groff/src/preproc/pic/ |
| HD | common.cpp | 595 position tem = cent - dim/2.0; in solid_rounded_box() local 596 arc(tem + position(0.0, rad), in solid_rounded_box() 597 tem + position(rad, rad), in solid_rounded_box() 598 tem + position(rad, 0.0), in solid_rounded_box() 600 tem = cent + position(-dim.x/2.0, dim.y/2.0); in solid_rounded_box() 601 arc(tem + position(rad, 0.0), in solid_rounded_box() 602 tem + position(rad, -rad), in solid_rounded_box() 603 tem + position(0.0, -rad), in solid_rounded_box() 605 tem = cent + dim/2.0; in solid_rounded_box() 606 arc(tem + position(0.0, -rad), in solid_rounded_box() [all …]
|
| /NextBSD/contrib/binutils/ld/emultempl/ |
| HD | armelf.em | 107 bfd *tem; 113 for (tem = link_info.input_bfds; tem != NULL; tem = tem->link_next) 114 tem->output_has_begun = FALSE; 117 for (tem = link_info.input_bfds; tem != NULL; tem = tem->link_next) 118 tem->output_has_begun = FALSE;
|
| /NextBSD/contrib/gdb/gdb/cli/ |
| HD | cli-script.c | 1075 char *tem = comname; in define_command() local 1089 c = lookup_cmd (&tem, cmdlist, "", -1, 1); in define_command() 1122 tem = comname + hook_name_size; in define_command() 1123 hookc = lookup_cmd (&tem, cmdlist, "", -1, 0); in define_command() 1139 for (tem = comname; *tem; tem++) in define_command() 1140 if (isupper (*tem)) in define_command() 1141 *tem = tolower (*tem); in define_command() 1180 char *tem = comname; in document_command() local 1185 c = lookup_cmd (&tem, cmdlist, "", 0, 1); in document_command()
|
| /NextBSD/contrib/gcclibs/libiberty/ |
| HD | cplus-dem.c | 641 const char *tem; in cplus_demangle_opname() local 654 tem = opname + 4; in cplus_demangle_opname() 655 if (do_type (work, &tem, &type)) in cplus_demangle_opname() 748 tem = opname + 5; in cplus_demangle_opname() 749 if (do_type (work, &tem, &type)) in cplus_demangle_opname() 4084 char *tem; in remember_type() local 4103 tem = XNEWVEC (char, len + 1); in remember_type() 4104 memcpy (tem, start, len); in remember_type() 4105 tem[len] = '\0'; in remember_type() 4106 work -> typevec[work -> ntypes++] = tem; in remember_type() [all …]
|
| /NextBSD/contrib/binutils/libiberty/ |
| HD | cplus-dem.c | 641 const char *tem; in cplus_demangle_opname() local 654 tem = opname + 4; in cplus_demangle_opname() 655 if (do_type (work, &tem, &type)) in cplus_demangle_opname() 748 tem = opname + 5; in cplus_demangle_opname() 749 if (do_type (work, &tem, &type)) in cplus_demangle_opname() 4084 char *tem; in remember_type() local 4103 tem = XNEWVEC (char, len + 1); in remember_type() 4104 memcpy (tem, start, len); in remember_type() 4105 tem[len] = '\0'; in remember_type() 4106 work -> typevec[work -> ntypes++] = tem; in remember_type() [all …]
|