Home
last modified time | relevance | path

Searched refs:headno (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/bmeps/dktools-4.31.1/src/htmlbook/
H A Dhbtool.c160 nptr->headno = 0UL; nptr->nextsubheadno = 0UL; in hbtool_enumerate()
171 nptr->headno = cptr->nextsubheadno; in hbtool_enumerate()
182 nptr->headno = cptr->nextsubheadno; in hbtool_enumerate()
229 dk3sf_sprintf3(bu, dkT("%lu"), (1UL + nptr->headno)); in hbtool_write_header_number()
232 if (dk3ma_um_to_string(bu, DK3_SIZEOF(bu,dkChar), (dk3_um_t)(1UL + nptr->headno))) { in hbtool_write_header_number()
H A Dhbtool.ctr256 nptr->headno = 0UL; nptr->nextsubheadno = 0UL;
267 nptr->headno = cptr->nextsubheadno;
278 nptr->headno = cptr->nextsubheadno;
325 dk3sf_sprintf3(bu, dkT("%lu"), (1UL + nptr->headno));
328 if (dk3ma_um_to_string(bu, DK3_SIZEOF(bu,dkChar), (dk3_um_t)(1UL + nptr->headno))) {
H A Dhtmlbook.h128 unsigned long headno; /**< Head number. */ member
H A Dhbnode.c352 back->headno = 0UL; in hb_node_new()
H A Dhbnode.ctr420 back->headno = 0UL;
H A Dhtmlbook.ctr117 unsigned long headno; /**< Head number. */
/dports/sysutils/fluxengine/fluxengine-61ff48c/src/
H A Dfe-scptoflux.cc34 static int headno(int strack) in headno() function
77 std::cout << fmt::format("{}.{}: ", trackno(strack), headno(strack)) in read_track()
115 sqlWriteFlux(outputDb, trackno(strack), headno(strack), fluxmap); in read_track()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/isa/
H A Dfdreg.h127 u_char headno; /* 0, or 1 */ member
143 # define fd_formb_headno(i) format_info.structured.idfields[i].headno
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/vme/
H A Dxdreg.h179 volatile u_char headno; /* head number */ member
H A Dxd.c1468 iopb->sectno = iopb->headno = iopb->cylno = 0; in xdc_rqtopb()
1472 iopb->headno = block % iorq->xd->nhead; in xdc_rqtopb()
2067 iopb->headno = in xdc_remove_iorq()
2139 iopb->cylno, iopb->headno, iopb->sectno); in xdc_perror()
2195 iopb->headno = i / iorq->xd->nhead; in xdc_error()
/dports/editors/emacs/emacs-27.2/lisp/vc/
H A Dvc-git.el1314 (let ((headno (string-to-number (match-string 1)))
1318 (cl-assert (equal (- curno headno) last-offset))
1324 (- (+ curno curcnt) (+ headno headcnt)))))
/dports/editors/emacs-devel/emacs-4d1968b/lisp/vc/
H A Dvc-git.el1358 (let ((headno (string-to-number (match-string 1)))
1362 (cl-assert (equal (- curno headno) last-offset))
1368 (- (+ curno curcnt) (+ headno headcnt)))))