Searched refs:lastsec (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/mandoc/
H A Droff_int.h59 enum roff_sec lastsec; /* Last section seen. */ member in struct:roff_man
H A Dmdoc_state.c237 if ((mdoc->lastsec = n->sec) == SEC_SYNOPSIS) {
H A Dmdoc_validate.c1409 (mdoc->lastsec == SEC_NAME && n->child == NULL))
2318 switch (mdoc->lastsec) {
2389 const char *lastname, *lastsec, *lastpunct; local
2393 lastname = lastsec = lastpunct = NULL;
2404 if (lastsec != NULL) {
2409 cmp = strcmp(lastsec, sec);
2413 name, sec, lastname, lastsec);
2420 lastsec = sec;
2440 lastpunct, lastname, lastsec);
2547 mdoc->lastsec
[all...]
H A Droff.c838 man->lastsec = man->lastnamed = SEC_NONE;
894 n->sec = man->lastsec;
/freebsd-current/stand/i386/pmbr/
H A Dpmbr.S120 movsw # $lastsec--, copy it to $lba

Completed in 74 milliseconds