Home
last modified time | relevance | path

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

/NextBSD/contrib/groff/src/roff/troff/
HDdiv.cpp490 trap *first_free_slot = 0; in add_trap() local
494 if (first_free_slot == 0) in add_trap()
495 first_free_slot = *p; in add_trap()
502 if (first_free_slot) { in add_trap()
503 first_free_slot->nm = nam; in add_trap()
504 first_free_slot->position = pos; in add_trap()