Searched refs:nextrdp (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/usr.bin/rcs/
H A Drcs.c1180 struct rcs_delta *rdp, *prevrdp, *nextrdp; local
1183 nextrdp = prevrdp = NULL;
1199 * When the HEAD revision got specified, nextrdp will be NULL.
1203 nextrdp = (struct rcs_delta *)TAILQ_PREV(rdp, tqh, rd_list);
1212 if (prevrdp != NULL && nextrdp != NULL) {
1213 if ((nextbuf = rcs_getrev(rf, nextrdp->rd_num)) == NULL)
1232 } else if (nextrdp == NULL && prevrdp != NULL) {
1244 if (prevrdp != NULL && nextrdp != NULL) {
1245 rcsnum_cpy(prevrdp->rd_num, nextrdp->rd_next, 0);
1249 } else if (nextrdp !
[all...]
/openbsd-current/usr.bin/cvs/
H A Drcs.c1228 struct rcs_delta *rdp, *prevrdp, *nextrdp; local
1245 * When the HEAD revision got specified, nextrdp will be NULL.
1249 nextrdp = (struct rcs_delta *)TAILQ_PREV(rdp, tqh, rd_list);
1255 if (prevrdp != NULL && nextrdp != NULL) {
1260 fd1 = rcs_rev_write_stmp(rf, nextrdp->rd_num, path_tmp1, 0);
1274 } else if (nextrdp == NULL && prevrdp != NULL) {
1286 if (prevrdp != NULL && nextrdp != NULL) {
1287 rcsnum_cpy(prevrdp->rd_num, nextrdp->rd_next, 0);
1291 } else if (nextrdp != NULL) {
1292 free(nextrdp
[all...]

Completed in 110 milliseconds