Home
last modified time | relevance | path

Searched defs:highlight (Results 1 – 3 of 3) sorted by relevance

/inferno-os/libprefab/
H A Delement.c26 void (*highlight)(Prefab_Element*, Image*, Prefab_Compound*, int); member
54 icondraw(Prefab_Element *elem, Image *i, Rectangle clipr, int clean, int highlight) in icondraw()
98 textdraw(Prefab_Element *elem, Image *i, Rectangle clipr, int clean, int highlight) in textdraw()
135 listdraw(Prefab_Element *elem, Image *i, Rectangle clipr, int clean, int highlight) in listdraw()
173 drawelement(Prefab_Element *elem, Image *i, Rectangle clipr, int clean, int highlight) in drawelement()
/inferno-os/include/
H A Dprefab.h48 Prefab_Compound*highlight; member
/inferno-os/libinterp/
H A Dprefab.c643 highlight(PCompound *pc, PElement *list, int index, int on) in highlight() function