Home
last modified time | relevance | path

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

/dports/devel/ftnchek/ftnchek-3.3.1/
H A Dmake_html.sh148 prevsect='index'
162 do_href_prev "$prevsect" "$prevtext" ;
181 prevsect="$sect"
196 prevsect="$optsect"
202 do_href_prev "$prevsect" "$prevtext" ;
208 prevsect="$opt"
/dports/print/texinfo/texinfo-6.8/contrib/
H A Dgen-dir-node167 prevsect=
176 if [ "${prevsect}" != "${section}" ] ; then
177 if [ ! -z "${prevsect}" ] ; then
181 prevsect="${section}"
196 if [ ! -z "${prevsect}" ] ; then
199 prevsect=""
/dports/textproc/rman/rman-3.2/contrib/
H A Drman_html_split270 prevtext=`sed -n 's,^<H[23]><A NAME="'$prevsect'" HREF="#toc[0-9][0-9]*">\([^<]*\).*$,\1,p' $filena…
/dports/sysutils/py-pytsk/pytsk3-20210419/sleuthkit/tsk/fs/
H A Dtsk_fatxxfs.h94 uint8_t prevsect[4]; /* number of sectors before FS partition */ member
H A Dfatxxfs.c236 tsk_getu32(fs->endian, sb->prevsect)); in fatxxfs_fsstat()
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/tsk/fs/
H A Dtsk_fatxxfs.h94 uint8_t prevsect[4]; /* number of sectors before FS partition */ member
H A Dfatxxfs.c236 tsk_getu32(fs->endian, sb->prevsect)); in fatxxfs_fsstat()
/dports/games/NBlood/NBlood-a1689a4/source/tekwar/src/
H A Dtekstat.cpp2459 short prevsect=0; in statuslistcode() local
2609 prevsect=sprptr[i]->sectnum; in statuslistcode()
2660 prevsect=sprptr[i]->sectnum; in statuslistcode()
3054 prevsect=sprptr[i]->sectnum; in statuslistcode()
3126 if( sprptr[i]->sectnum != prevsect ) { in statuslistcode()
3177 prevsect=sprptr[i]->sectnum; in statuslistcode()
3262 if( sprptr[i]->sectnum != prevsect ) { in statuslistcode()
3313 prevsect=sprptr[i]->sectnum; in statuslistcode()
3417 prevsect=sprptr[i]->sectnum; in statuslistcode()
3503 prevsect=sprptr[i]->sectnum; in statuslistcode()
[all …]
/dports/multimedia/dvdauthor/dvdauthor-d5bb0b/src/
H A Ddvdvob.c723 …roup *va, unsigned char *buf, struct vobuinfo *thisvi, int cursect, int prevsect, struct vscani *v… in scanvideoframe() argument
733 scanvideoptr(va, videoslidebuf + i, thisvi, prevsect, vsi); in scanvideoframe()
745 scanvideoptr(va, videoslidebuf + i, thisvi, prevsect, vsi); in scanvideoframe()
768 static void finishvideoscan(struct vobgroup *va, int vob, int prevsect, struct vscani *vsi) in finishvideoscan() argument
774 scanvideoptr(va, videoslidebuf + i, lastvi, prevsect, vsi); in finishvideoscan()
776 closelastref(lastvi, vsi, prevsect); in finishvideoscan()
/dports/sysutils/bulk_extractor/bulk_extractor-2.0.0-beta2/src/tsk3/fs/
H A Dtsk_fatfs.h125 uint8_t prevsect[4]; /* number of sectors before FS partition */ member