Home
last modified time | relevance | path

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

/dports/graphics/xfractint/xfractint-20.04p16/dos_help/
H A Dhc.c155 #define TF_IN_DOC (1) /* 1 if topic is part of the printed document */ macro
2499 if ( topic[lbl->topic_num].flags & TF_IN_DOC ) in make_hot_links()
2503 topic[lbl->topic_num].flags |= TF_IN_DOC; in make_hot_links()
2522 if ( topic[t].flags & TF_IN_DOC ) in make_hot_links()
2526 topic[t].flags |= TF_IN_DOC; in make_hot_links()
2554 l->doc_page = (topic[t].flags & TF_IN_DOC) ? 0 : -1; in make_hot_links()
2580 l->doc_page = (topic[lbl->topic_num].flags & TF_IN_DOC) ? 0 : -1; in make_hot_links()