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

12345

/freebsd-9.3-release/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);
/freebsd-9.3-release/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...]
/freebsd-9.3-release/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-9.3-release/contrib/texinfo/makeinfo/
H A Dxref.c122 char *tem; local
269 tem = expansion (arg1, 0); /* expand @-commands in node */
271 add_anchor_name (tem, 1);
272 free (tem);
303 tem = expansion (arg1, 0);
305 add_anchor_name (tem, 1);
306 free (tem);
326 tem = expansion (arg1, 0);
328 add_anchor_name (tem, 1);
329 free (tem);
454 char *tem; local
[all...]
H A Dnode.c496 char *tem = expand_node_name (node);
497 char *otem = xstrdup (tem);
526 canon_white (tem);
528 add_anchor_name (tem, 0);
531 free (tem);
550 char *tem;
604 tem = expand_node_name (current_node);
605 fname_for_prev_node = nodename_to_filename (tem);
606 free (tem);
610 tem
493 char *tem = expand_node_name (node); local
546 char *tem; local
1192 char *fn, *tem; local
1562 char *tem; local
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dexpmed.c2966 rtx insn, accum, tem;
3011 tem = expand_shift (LSHIFT_EXPR, mode, op0,
3014 accum = force_operand (gen_rtx_PLUS (mode, accum, tem),
3020 tem = expand_shift (LSHIFT_EXPR, mode, op0,
3023 accum = force_operand (gen_rtx_MINUS (mode, accum, tem),
3048 tem = expand_shift (LSHIFT_EXPR, mode, accum,
3051 accum = force_operand (gen_rtx_PLUS (mode, accum, tem),
3057 tem = expand_shift (LSHIFT_EXPR, mode, accum,
3060 accum = force_operand (gen_rtx_MINUS (mode, tem, accum),
3062 ? add_target : (optimize ? 0 : tem)));
2955 rtx insn, accum, tem; local
3389 rtx tem; local
3438 rtx tem; local
3551 rtx tem; local
4451 rtx tem; local
4468 rtx tem; local
4581 rtx adjusted_op0, tem; local
4665 rtx tem; local
4683 rtx tem; local
4757 rtx tem; local
4764 rtx tem; local
4782 rtx abs_rem, abs_op1, tem, mask; local
4789 rtx tem; local
5080 rtx tem = 0; local
5117 rtx tem; local
5558 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
1393 rtx tem; local
1452 rtx tem; local
1486 rtx tem, reversed, opleft, opright; local
3216 rtx result, tem; local
3508 rtx tem, trueop0, trueop1; local
3695 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
2345 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
3334 tree tem; local
3594 tree tem = const_binop (RSHIFT_EXPR, fold_convert (signed_type, rhs), local
3868 tree tem; local
4393 tree tem; local
4610 tree tem; local
4887 tree tem; local
5472 tree tem = optimize_minmax_comparison (invert_tree_comparison (code, false), local
6506 tree tem; local
7424 tree tem; local
7984 tree arg0, arg1, tem; local
8441 tree rpart, ipart, tem; local
8478 tree arg0, arg1, tem; local
8639 tree tem = fold_plusminus_mult_expr (code, type, arg0, arg1); local
9017 tree tem = fold_build1 (BIT_NOT_EXPR, type, mask0); local
9112 tree tem = fold_plusminus_mult_expr (code, type, arg0, arg1); local
9199 tree tem = const_binop (MULT_EXPR, TREE_OPERAND (arg0, 0), local
9209 tree tem = fold_strip_sign_ops (arg0); local
9895 tree tem = const_binop (RDIV_EXPR, arg0, local
10297 tree tem = build_int_cst (NULL_TREE, local
10657 tree tem = fold_build2 (RSHIFT_EXPR, TREE_TYPE (arg00), local
10667 tree tem = fold_build2 (RSHIFT_EXPR, TREE_TYPE (arg01), local
11455 tree tem; local
11661 tree tem = TREE_OPERAND (arg0, 0); local
11787 tree tem; local
12045 tree tem; local
12083 tree tem; local
12137 tree tem; local
12908 tree tem = fold_binary (code, type, op0, op1); local
12923 tree tem = fold_unary (code, type, op0); local
13170 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-9.3-release/contrib/groff/src/libs/libbib/
H A Dsearch.cpp48 search_item *tem = list->next; local
50 list = tem;
/freebsd-9.3-release/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-9.3-release/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-9.3-release/contrib/cvs/lib/
H A Dgetopt.c235 char *tem;
253 tem = argv[bottom + i];
255 argv[top - (middle - bottom) + i] = tem;
269 tem = argv[bottom + i];
271 argv[middle + i] = tem;
232 char *tem; local
/freebsd-9.3-release/contrib/texinfo/util/
H A Dtexindex.c505 int tem = compare_field (&keyfields[i], start1, length1,
508 if (tem)
511 return -tem;
512 return tem;
529 int tem;
536 tem = 1;
538 tem = -1;
541 tem = line1->key.number - line2->key.number;
543 tem = compare_field (keyfields, line1->key.text, line1->keylen, 0,
545 if (tem)
501 int tem = compare_field (&keyfields[i], start1, length1, local
525 int tem; local
560 int tem = compare_field (&keyfields[i], start1, length1, local
593 int tem = compare_field (&keyfields[i], start1, length1, pos1, local
[all...]
/freebsd-9.3-release/contrib/groff/src/libs/libdriver/
H A Dprinter.cpp94 font_pointer_list *tem = font_list; local
96 delete tem->p;
97 delete tem;
/freebsd-9.3-release/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...]

Completed in 462 milliseconds

12345