Home
last modified time | relevance | path

Searched refs:ip2 (Results 1 – 3 of 3) sorted by relevance

/original-bsd/usr.bin/mail/
H A Dcmd2.c32 register int *ip, *ip2; local
55 ip2 = ip;
57 mp = &message[*ip2 - 1];
62 if (*ip2 != NULL)
63 ip2++;
64 if (*ip2 == NULL)
65 ip2 = msgvec;
66 } while (ip2 != ip);
/original-bsd/sys/kern/
H A Dkern_resource.c433 register long *ip, *ip2; local
440 ip = &ru->ru_first; ip2 = &ru2->ru_first;
442 *ip++ += *ip2++;
/original-bsd/contrib/gcc-2.3.3/
H A Dcccp.c7175 register FILE_BUF *ip2; local
7177 ip2 = &instack[++indepth];
7179 ip2->fname = 0;
7180 ip2->nominal_fname = 0;
7181 ip2->lineno = 0;
7182 ip2->buf = xbuf;
7183 ip2->length = xbuf_len;
7184 ip2->bufp = xbuf;
7186 ip2->macro = hp;
7187 ip2->if_stack = if_stack;
[all …]