Home
last modified time | relevance | path

Searched refs:headlevels (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/bmeps/dktools-4.31.1/src/htmlbook/
H A Dhtmlbook.h223 int headlevels; /**< Maximum depth to print header. */ member
H A Dhbtool.c211 if(nptr->depth <= job->headlevels) { in hbtool_write_header_number()
H A Dhtmlbook.c1148 job->headlevels = 9223372036854775807; in hb_job_init()
1150 job->headlevels = 2147483647; in hb_job_init()
1153 job->headlevels = 32767; in hb_job_init()
H A Dhbtool.ctr307 if(nptr->depth <= job->headlevels) { $? ". within limit"
H A Dhtmlbook.ctr212 int headlevels; /**< Maximum depth to print header. */
1541 job->headlevels = 9223372036854775807;
1543 job->headlevels = 2147483647;
1546 job->headlevels = 32767;
H A Dhbcont.c806 if((job->currentnode)->depth < job->headlevels) { in hbcont_write_title()
H A Dhbcont.ctr795 if((job->currentnode)->depth < job->headlevels) {
H A Dhbhtml.c5834 if((job->currentnode)->depth < job->headlevels) { in hbhtml_write_header()
H A Dhbhtml.ctr5412 if((job->currentnode)->depth < job->headlevels) {