Home
last modified time | relevance | path

Searched refs:brev (Results 1 – 10 of 10) sorted by relevance

/openbsd/usr.bin/cvs/
H A Dimport.c313 RCSNUM *branch, *brev; in import_new() local
337 if ((brev = rcsnum_brtorev(branch)) == NULL) in import_new()
356 if (rcs_sym_add(cf->file_rcs, release_tags[i], brev) == -1) in import_new()
372 rcsnum_cpy(brev, brp->rb_num, 0); in import_new()
386 free(brev); in import_new()
395 RCSNUM *newrev, *rev, *brev; in import_update() local
406 if ((brev = rcsnum_parse(import_branch)) == NULL) in import_update()
416 import_tag(cf, brev, rev); in import_update()
417 free(brev); in import_update()
447 import_tag(cf, brev, newrev); in import_update()
[all …]
H A Dcommit.c304 RCSNUM *branch, *brev; in cvs_commit_check_files() local
306 branch = brev = NULL; in cvs_commit_check_files()
363 brev = rcs_sym_getrev(cf->file_rcs, tag); in cvs_commit_check_files()
364 if (brev != NULL) { in cvs_commit_check_files()
365 if (!RCSNUM_ISBRANCH(brev)) { in cvs_commit_check_files()
376 free(brev); in cvs_commit_check_files()
404 RCSNUM *nrev, *crev, *rrev, *brev; in cvs_commit_local() local
468 if (brev == NULL || crev == NULL) { in cvs_commit_local()
474 rcsnum_cpy(brev, rrev, brev->rn_len - 1); in cvs_commit_local()
482 nrev = rcsnum_brtorev(brev); in cvs_commit_local()
[all …]
H A Dstatus.c123 RCSNUM *head, *brev; in cvs_status_local() local
232 if ((brev = rcs_sym_getrev(cf->file_rcs, in cvs_status_local()
237 rcsnum_tostr(brev, revbuf, sizeof(revbuf)); in cvs_status_local()
238 if (RCSNUM_ISBRANCH(brev)) { in cvs_status_local()
245 free(brev); in cvs_status_local()
H A Drcs.c518 RCSNUM *brev; in rcs_branch_new() local
534 free(brev); in rcs_branch_new()
539 return (brev); in rcs_branch_new()
1635 RCSNUM *rev, *brev, *frev; in rcs_get_revision() local
1685 brev = rcsnum_alloc(); in rcs_get_revision()
1690 free(brev); in rcs_get_revision()
2549 brev = frev = NULL; in rcs_translate_tag()
2574 brev = rcsnum_alloc(); in rcs_translate_tag()
2583 free(brev); in rcs_translate_tag()
2584 brev = NULL; in rcs_translate_tag()
[all …]
H A Drcsnum.c403 rcsnum_branch_root(RCSNUM *brev) in rcsnum_branch_root() argument
407 if (!RCSNUM_ISBRANCHREV(brev)) in rcsnum_branch_root()
411 rcsnum_cpy(brev, root, 0); in rcsnum_branch_root()
/openbsd/gnu/usr.bin/cvs/contrib/
H A Drcs2sccs.sh97 brev=`echo $rev | sed -e 's/\.[0-9]*$//'`
99 echo sccs get -e -p -r$brev $file
100 sccs get -e -p -r$brev $file >/dev/null 2>>$logfile
/openbsd/usr.bin/rcs/
H A Drcs.c910 RCSNUM *crev, *rev, *brev; in rcs_getrev() local
958 brev = NULL; in rcs_getrev()
964 brev = rev; in rcs_getrev()
974 brev = rcsnum_revtobr(rev); in rcs_getrev()
1000 numlen = MINIMUM(brev->rn_len, in rcs_getrev()
1004 brev->rn_id[i]) in rcs_getrev()
1284 RCSNUM *brev, *frev; in rcs_findrev() local
1301 brev = rcsnum_brtorev(rev); in rcs_findrev()
1302 frev = brev; in rcs_findrev()
1314 rcsnum_free(brev); in rcs_findrev()
/openbsd/usr.bin/vi/docs/USD.doc/vi.ref/
H A Dspell.ok110 brev
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonDepInstrInfo.td9085 "$Rd32 = membh($Rx32++$Mu2:brev)",
9460 "$Rd32 = memb($Rx32++$Mu2:brev)",
9583 "$Rdd32 = memd($Rx32++$Mu2:brev)",
9694 "$Rd32 = memh($Rx32++$Mu2:brev)",
9819 "$Rd32 = memw($Rx32++$Mu2:brev)",
9944 "$Rd32 = memub($Rx32++$Mu2:brev)",
18972 "$Rd32 = brev($Rs32)",
18983 "$Rdd32 = brev($Rss32)",
20939 "memb($Rx32++$Mu2:brev) = $Rt32",
21441 "memh($Rx32++$Mu2:brev) = $Rt32",
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.td1436 "brev.b32 \t$dst, $a;",
1440 "brev.b64 \t$dst, $a;",