Home
last modified time | relevance | path

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

/minix3/external/bsd/top/dist/
H A Dcolor.c77 static color_entry **bytag = NULL; variable
199 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()