Searched refs:old1 (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/libexec/rtld-elf/riscv/
H A Drtld_machdep.h73 uint64_t old1; \
74 old1 = set_gp(obj); \
76 __asm __volatile("mv gp, %0" :: "r"(old1)); \
/freebsd-11-stable/gnu/usr.bin/rcs/rcs/
H A Drcs.c1019 int old1, old2, c, status; local
1043 old1 = '\n'; old2 = ' ';
1047 aprintf(mailmess, "%c\n", old1);
1050 else if ( c == '\n' && old1 == '.' && old2 == '\n')
1053 afputc(old1, mailmess);
1054 old2 = old1; old1 = c;
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dcmds.c1239 RETSIGTYPE (*old1)(int), (*old2)(int);
1243 old1 = signal (SIGINT, SIG_IGN);
1277 signal(SIGINT, old1);
/freebsd-11-stable/contrib/tcsh/
H A Dtw.parse.c1856 * expand "/$old1/$old2/old3/"
/freebsd-11-stable/contrib/gcc/
H A Dfold-const.c3086 eval_subst (tree arg, tree old0, tree new0, tree old1, tree new1)
3104 old0, new0, old1, new1));
3109 old0, new0, old1, new1),
3111 old0, new0, old1, new1));
3117 return eval_subst (TREE_OPERAND (arg, 0), old0, new0, old1, new1);
3120 return eval_subst (TREE_OPERAND (arg, 1), old0, new0, old1, new1);
3125 old0, new0, old1, new1),
3127 old0, new0, old1, new1),
3129 old0, new0, old1, new1));
3146 else if (arg0 == old1 || operand_equal_
3067 eval_subst(tree arg, tree old0, tree new0, tree old1, tree new1) argument
[all...]

Completed in 155 milliseconds