Home
last modified time | relevance | path

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

/dports/www/edbrowse/edbrowse-3.7.7/src/
H A Ddecorate.c1649 int a = cw->allocTags; in pushTag()
1656 cw->allocTags = a; in pushTag()
1883 w->numTags = w->allocTags = w->deadTags = 0; in freeTags()
1955 cw->allocTags = 512; in initTagArray()
1958 (Tag **)allocMem(cw->allocTags * in initTagArray()
H A Deb.h454 int numTags, allocTags, deadTags; member