HomeSort by: relevance | last modified time | path
    Searched defs:maxnodes (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/mdocml/dist/
tag.c 44 size_t maxnodes; member in struct:tag_entry
187 entry->maxnodes = entry->nnodes = 0;
220 if (entry->maxnodes == entry->nnodes) {
221 entry->maxnodes += 4;
223 entry->maxnodes, sizeof(*entry->nodes));
tag.c 44 size_t maxnodes; member in struct:tag_entry
187 entry->maxnodes = entry->nnodes = 0;
220 if (entry->maxnodes == entry->nnodes) {
221 entry->maxnodes += 4;
223 entry->maxnodes, sizeof(*entry->nodes));

Completed in 54 milliseconds