Searched defs:highlight (Results 1 – 3 of 3) sorted by relevance
/inferno-os/libprefab/ |
H A D | element.c | 26 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 D | prefab.h | 48 Prefab_Compound*highlight; member
|
/inferno-os/libinterp/ |
H A D | prefab.c | 643 highlight(PCompound *pc, PElement *list, int index, int on) in highlight() function
|