Home
last modified time | relevance | path

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

/trueos/contrib/groff/src/preproc/refer/
HDref.h67 int nauthors; variable
HDlabel.y1185 if (nauthors < 0) { in get_nauthors()
1190 ((reference *)this)->nauthors = na; in get_nauthors()
1192 return nauthors; in get_nauthors()
HDref.cpp56 computed_authors(0), last_needed_author(-1), nauthors(-1) in reference()