Searched refs:tem (Results 1 - 25 of 96) sorted by relevance

1234

/freebsd-11-stable/contrib/groff/src/libs/libgroff/
H A Ddevice.cpp33 char *tem = getenv("GROFF_TYPESETTER"); local
34 if (tem)
35 device = tem;
H A Dlf.cpp54 string tem(p, q - p);
59 tem += '\0';
60 change_filename(tem.contents());
H A Dtmpfile.cpp66 const char *tem; local
69 (tem = getenv(GROFF_TMPDIR_ENVVAR)) == NULL
70 && (tem = getenv(TMPDIR_ENVVAR)) == NULL
76 && (tem = getenv(WIN32_TMPDIR_ENVVAR)) == NULL
77 && (tem = getenv(MSDOS_TMPDIR_ENVVAR)) == NULL
81 tem = DEFAULT_TMPDIR;
82 size_t tem_len = strlen(tem);
83 const char *tem_end = tem + tem_len - 1;
86 strcpy(tem2, tem);
H A Dfont.cpp174 font_kern_list *tem = kerns; local
176 delete tem;
184 font_widths_cache *tem = widths_cache; local
186 delete tem;
288 font_widths_cache *tem = *p; local
290 tem->next = widths_cache;
291 widths_cache = tem;
864 char *tem = new char[strlen(p)+1]; local
865 strcpy(tem, p);
866 family = tem;
987 char *tem = new char[strlen(p) + 1]; local
[all...]
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Denv.cpp133 pending_output_line *tem = pending_lines; local
135 delete tem;
172 pending_output_line *tem = pending_lines; local
174 delete tem;
486 int tem = fontno; local
488 prev_fontno = tem;
529 font_family *tem = family;
531 prev_family = tem;
924 vunits tem(post_vertical_spacing);
926 tem
1140 env_list *tem = env_stack; local
1583 node *tem = make_node(charset_table[i], curenv); local
1706 node *tem = line; local
1776 node *tem; local
1789 node *tem = n->next; local
1895 breakpoint *tem = bp->next; local
1936 breakpoint *tem = bp->next; local
1954 breakpoint *tem = bp; local
2041 node *tem = n; local
2121 node *tem; local
2343 node *tem = line; local
2361 node *tem = line; local
2430 node *tem = p; local
2441 node *tem = p; local
2449 node *tem = p; local
2603 tab *tem; local
2718 tab *tem = initial_list; local
2723 tab *tem = repeated_list; local
2875 node *tem; local
2989 node *tem; local
3434 unsigned char *tem = new unsigned char[npos + 1]; local
3439 a_delete tem; local
3555 unsigned char *tem = new unsigned char[npos + 1]; local
3559 a_delete tem; local
3592 operation *tem = op; local
3812 hyphen_list *tem; local
[all...]
H A Dnode.cpp360 conditional_bold *tem = *p; local
362 delete tem;
2362 node *tem = n; local
2364 delete tem;
3044 for (node *tem = list; tem; tem = tem->next)
3045 on->overstrike(tem->copy());
3087 node *tem; local
3745 node *tem; local
4068 char *tem = (char *)last_image_filename; local
4071 a_delete tem; local
4292 node *tem = n; local
4685 node *tem = n; local
4710 node *tem; local
4941 charinfo *tem = ci->get_translation(); local
4990 charinfo *tem = ci->get_translation(); local
6157 special_font_list *tem = s; local
6165 special_font_list *tem = new special_font_list; local
[all...]
H A Dnumber.cpp423 int tem; local
424 tem = (scale_indicator == 'v'
427 if (tem >= 0) {
428 if (*v < INT_MIN + tem) {
434 if (*v > INT_MAX + tem) {
439 *v -= tem;
/freebsd-11-stable/contrib/gdb/gdb/
H A Dexpprint.c64 unsigned tem; local
158 for (tem = 0; tem < nargs; tem++)
160 if (tem != 0)
216 for (tem = 0; tem < nargs; tem++)
240 tem = 0;
254 while (tem < narg
541 int tem; local
[all...]
H A Deval.c189 int tem = longest_to_int (exp->elts[pc + 1].longconst);
190 (*pos) += 3 + BYTES_TO_EXP_ELEM (tem + 1);
390 int tem, tem2, tem3;
411 tem = longest_to_int (exp->elts[pc + 2].longconst);
412 (*pos) += 4 + BYTES_TO_EXP_ELEM (tem + 1);
473 tem = longest_to_int (exp->elts[pc + 1].longconst);
474 (*pos) += 3 + BYTES_TO_EXP_ELEM (tem + 1);
477 return value_string (&exp->elts[pc + 2].string, tem);
480 tem = longest_to_int (exp->elts[pc + 1].longconst);
481 (*pos) += 3 + BYTES_TO_EXP_ELEM (tem
187 int tem = longest_to_int (exp->elts[pc + 1].longconst); local
388 int tem, tem2, tem3; local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dexpmed.c2962 rtx insn, accum, tem;
3007 tem = expand_shift (LSHIFT_EXPR, mode, op0,
3010 accum = force_operand (gen_rtx_PLUS (mode, accum, tem),
3016 tem = expand_shift (LSHIFT_EXPR, mode, op0,
3019 accum = force_operand (gen_rtx_MINUS (mode, accum, tem),
3044 tem = expand_shift (LSHIFT_EXPR, mode, accum,
3047 accum = force_operand (gen_rtx_PLUS (mode, accum, tem),
3053 tem = expand_shift (LSHIFT_EXPR, mode, accum,
3056 accum = force_operand (gen_rtx_MINUS (mode, tem, accum),
3058 ? add_target : (optimize ? 0 : tem)));
2951 rtx insn, accum, tem; local
3385 rtx tem; local
3434 rtx tem; local
3547 rtx tem; local
4447 rtx tem; local
4464 rtx tem; local
4577 rtx adjusted_op0, tem; local
4661 rtx tem; local
4679 rtx tem; local
4753 rtx tem; local
4760 rtx tem; local
4778 rtx abs_rem, abs_op1, tem, mask; local
4785 rtx tem; local
5076 rtx tem = 0; local
5113 rtx tem; local
5554 rtx tem, label; local
[all...]
H A Dsimplify-rtx.c118 rtx tem;
121 tem = simplify_binary_operation (code, mode, op0, op1);
122 if (tem)
123 return tem;
128 tem = op0, op0 = op1, op1 = tem;
195 rtx tem = simplify_subreg (GET_MODE (x), c, cmode, offset);
196 if (tem && CONSTANT_P (tem))
197 return tem;
116 rtx tem; local
192 rtx tem = simplify_subreg (GET_MODE (x), c, cmode, offset); local
218 rtx tem; local
233 rtx tem; local
250 rtx tem; local
374 rtx trueop, tem; local
497 rtx tem = in2; local
1396 rtx tem; local
1455 rtx tem; local
1489 rtx tem, reversed, opleft, opright; local
3219 rtx result, tem; local
3511 rtx tem, trueop0, trueop1; local
3698 rtx tem; local
[all...]
H A Ddbxout.c1398 tree tem;
1402 for (tem = TYPE_FIELDS (type); tem; tem = TREE_CHAIN (tem))
1406 if (tem == error_mark_node || TREE_TYPE (tem) == error_mark_node)
1410 if (TREE_CODE (tem) == TYPE_DECL
1412 || DECL_IGNORED_P (tem)
1415 || (TREE_CODE (tem)
1394 tree tem; local
1650 tree tem; local
2347 tree offset, tem; local
[all...]
H A Dfold-const.c1146 tree tem = strip_float_extensions (t);
1147 if (tem != t)
1148 return negate_expr_p (tem);
1185 tree tem;
1197 tem = fold_negate_const (t, type);
1198 if (!TREE_OVERFLOW (tem)
1200 return tem;
1204 tem = fold_negate_const (t, type);
1206 if (! TREE_OVERFLOW (tem) || ! flag_trapping_math)
1207 return tem;
1137 tree tem = strip_float_extensions (t); local
1176 tree tem; local
1362 tree type, tem; local
2134 tree tem; local
3336 tree tem; local
3596 tree tem = const_binop (RSHIFT_EXPR, fold_convert (signed_type, rhs), local
3870 tree tem; local
4395 tree tem; local
4612 tree tem; local
4889 tree tem; local
5474 tree tem = optimize_minmax_comparison (invert_tree_comparison (code, false), local
6508 tree tem; local
7426 tree tem; local
7986 tree arg0, arg1, tem; local
8443 tree rpart, ipart, tem; local
8480 tree arg0, arg1, tem; local
8641 tree tem = fold_plusminus_mult_expr (code, type, arg0, arg1); local
9019 tree tem = fold_build1 (BIT_NOT_EXPR, type, mask0); local
9114 tree tem = fold_plusminus_mult_expr (code, type, arg0, arg1); local
9201 tree tem = const_binop (MULT_EXPR, TREE_OPERAND (arg0, 0), local
9211 tree tem = fold_strip_sign_ops (arg0); local
9897 tree tem = const_binop (RDIV_EXPR, arg0, local
10299 tree tem = build_int_cst (NULL_TREE, local
10659 tree tem = fold_build2 (RSHIFT_EXPR, TREE_TYPE (arg00), local
10669 tree tem = fold_build2 (RSHIFT_EXPR, TREE_TYPE (arg01), local
11457 tree tem; local
11663 tree tem = TREE_OPERAND (arg0, 0); local
11789 tree tem; local
12047 tree tem; local
12085 tree tem; local
12139 tree tem; local
12912 tree tem = fold_binary (code, type, op0, op1); local
12927 tree tem = fold_unary (code, type, op0); local
13174 tree tem = op0; local
[all...]
H A Dsdbout.c1103 tree tem; local
1180 for (tem = TYPE_VALUES (type); tem; tem = TREE_CHAIN (tem))
1181 if (host_integerp (TREE_VALUE (tem), 0))
1183 PUT_SDB_DEF (IDENTIFIER_POINTER (TREE_PURPOSE (tem)));
1184 PUT_SDB_INT_VAL (tree_low_cst (TREE_VALUE (tem), 0));
1191 for (tem = TYPE_FIELDS (type); tem; te
[all...]
H A Dreload.c3790 rtx tem;
3792 tem = substed_operand[commutative];
3794 substed_operand[commutative + 1] = tem;
3795 tem = recog_data.operand[commutative];
3797 recog_data.operand[commutative + 1] = tem;
3798 tem = *recog_data.operand_loc[commutative];
3801 *recog_data.operand_loc[commutative + 1] = tem;
3871 rtx tem = force_const_mem (operand_mode[i],
3873 tem = gen_rtx_PLUS (operand_mode[i],
3874 XEXP (recog_data.operand[i], 0), tem);
3777 rtx tem; local
3858 rtx tem = force_const_mem (operand_mode[i], local
4588 rtx tem = x; local
4610 rtx tem; local
4690 rtx tem local
4716 rtx tem = *part; local
4759 rtx tem; local
4790 find_reloads_address (GET_MODE (tem), &tem, XEXP (tem, 0), local
4912 find_reloads_address (GET_MODE (ad), &tem, XEXP (ad, 0), &XEXP (ad, 0), local
5213 rtx tem; local
5268 rtx tem; local
5577 rtx tem = make_memloc (XEXP (x, 0), regno); local
5588 find_reloads_address (GET_MODE (tem), &tem, XEXP (tem, 0), local
5647 rtx tem = make_memloc (XEXP (x, 0), regno); local
5657 find_reloads_address (GET_MODE (tem), &tem, XEXP (tem, 0), local
5844 rtx tem = make_memloc (x, regno); local
5968 rtx tem; local
5980 rtx tem; local
6031 rtx tem = make_memloc (SUBREG_REG (x), regno); local
6692 rtx tem; local
7091 int tem = find_inc_amount (XEXP (x, i), inced); local
7100 int tem = find_inc_amount (XVECEXP (x, i, j), inced); local
[all...]
H A Ddojump.c804 rtx tem;
811 tem = op0;
813 op1 = tem;
820 tem = simplify_relational_operation (code, VOIDmode, mode, op0, op1);
821 if (tem)
823 if (CONSTANT_P (tem))
824 return tem;
826 if (COMPARISON_P (tem))
828 code = GET_CODE (tem);
829 op0 = XEXP (tem,
800 rtx tem; local
853 rtx tem; local
[all...]
H A Dexplow.c84 rtx tem; local
122 tem
126 if (memory_address_p (GET_MODE (tem), XEXP (tem, 0)))
127 return tem;
209 rtx tem;
216 && 0 != (tem = simplify_binary_operation (PLUS, GET_MODE (x), *constptr,
218 && GET_CODE (tem) == CONST_INT)
220 *constptr = tem;
224 tem
208 rtx tem; local
[all...]
H A Dcombine.c3840 rtx tem = XEXP (x, 0);
3842 SUBST (XEXP (x, 1), tem);
4366 rtx tem = inner_op0;
4368 inner_op1 = tem;
4629 rtx tem = simplify_binary_operation (MULT, mode,
4632 if (tem)
4633 return simplify_gen_binary (DIV, mode, tem, XEXP (XEXP (x, 0), 1));
5629 rtx tem;
5800 tem = gen_lowpart (mode, XEXP (x, 0));
5801 if (!tem || GET_COD
3825 rtx tem = XEXP (x, 0); local
4349 rtx tem = inner_op0; local
4612 rtx tem = simplify_binary_operation (MULT, mode, local
5608 rtx tem; local
6360 rtx tem; local
6426 rtx tem; local
7935 rtx tem; local
8247 rtx tem = simplify_and_const_int_1 (mode, varop, constop); local
8272 rtx tem; local
8347 rtx tem; local
9280 rtx tem = simplify_shift_const_1 (code, result_mode, varop, count); local
9537 rtx tem, tem1; local
10873 rtx tem; local
11886 rtx tem; local
[all...]
/freebsd-11-stable/contrib/libreadline/
H A Dinput.c177 register int tem, result; local
211 tem = fcntl (tty, F_GETFL, 0);
213 fcntl (tty, F_SETFL, (tem | O_NDELAY));
216 fcntl (tty, F_SETFL, tem);
239 tem = ibuffer_space ();
241 if (chars_avail > tem)
242 chars_avail = tem;
248 if (tem < ibuffer_len)
/freebsd-11-stable/contrib/groff/src/libs/libbib/
H A Dsearch.cpp48 search_item *tem = list->next; local
50 list = tem;
/freebsd-11-stable/contrib/groff/src/preproc/tbl/
H A Dmain.cpp717 input_entry_format *tem = list; local
719 delete tem;
1096 input_entry_format *tem = list->next; local
1099 list = tem;
1102 input_entry_format *tem; local
1105 for (tem = list; tem; tem = tem->next)
1106 tem
[all...]
/freebsd-11-stable/contrib/groff/src/libs/libdriver/
H A Dprinter.cpp94 font_pointer_list *tem = font_list; local
96 delete tem->p;
97 delete tem;
/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Dcommon.cpp595 position tem = cent - dim/2.0; local
596 arc(tem + position(0.0, rad),
597 tem + position(rad, rad),
598 tem + position(rad, 0.0),
600 tem = cent + position(-dim.x/2.0, dim.y/2.0);
601 arc(tem + position(rad, 0.0),
602 tem + position(rad, -rad),
603 tem + position(0.0, -rad),
605 tem = cent + dim/2.0;
606 arc(tem
[all...]
H A Dobject.cpp85 double tem = dim.y/desired_height; local
86 if (tem > sc)
87 sc = tem;
115 object *tem = pl.obj; local
116 *this = tem->origin();
424 segment *tem = segment_list; local
426 delete tem;
430 object *tem = p; local
432 delete tem;
435 text_item *tem local
899 object *tem = p; local
1163 segment *tem = old->next; local
1450 segment *tem = old->next; local
1937 string_list *tem = label_list; local
1988 place tem; local
[all...]
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dcplus-dem.c641 const char *tem; local
654 tem = opname + 4;
655 if (do_type (work, &tem, &type))
748 tem = opname + 5;
749 if (do_type (work, &tem, &type))
4084 char *tem; local
4103 tem = XNEWVEC (char, len + 1);
4104 memcpy (tem, start, len);
4105 tem[len] = '\0';
4106 work -> typevec[work -> ntypes++] = tem;
4114 char *tem; local
4170 char *tem; local
4272 const char *tem; local
4430 const char *tem; local
4585 int tem; local
[all...]

Completed in 277 milliseconds

1234