Searched refs:bytag (Results 1 – 1 of 1) sorted by relevance
77 static color_entry **bytag = NULL; variable199 if (bytag == NULL) in color_tag()202 bytag = emalloc(totaltags * sizeof(color_entry *)); in color_tag()210 bytag = erealloc(bytag, totaltags * sizeof(color_entry *)); in color_tag()230 bytag[tagcnt] = tp; in color_tag()258 ce = bytag[tagidx]; in color_test()320 ep = bytag[i]; in color_dump()