Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/lynx/src/
DLYStyle.h71 extern unsigned GetCachedStyle(int y, int x);
DLYStyle.c774 unsigned GetCachedStyle(int y, int x) in GetCachedStyle() function
DLYUtils.c1057 s = (int) GetCachedStyle(LYP, LXP); in find_cached_style()
1060 s = (int) GetCachedStyle(LYP, x); in find_cached_style()