Searched refs:lastnamed (Results 1 – 3 of 3) sorted by relevance
44 enum mdoc_sec lastnamed; member
1888 if (SEC_NAME != sec && SEC_NONE == mdoc->lastnamed) in post_sh_head()1933 if (sec == mdoc->lastnamed) in post_sh_head()1938 if (sec < mdoc->lastnamed) in post_sh_head()1945 mdoc->lastnamed = sec; in post_sh_head()
138 mdoc->lastnamed = mdoc->lastsec = SEC_NONE; in mdoc_alloc1()