Home
last modified time | relevance | path

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

/dports/games/editss/editss-2.2/
H A Dvars.h26 extern Pixel bb_b, bb_f, nl_b, nl_f; /* widget colors */
H A Dxstuff.c221 nl_b=w; nl_f=b; in x_initcolors()
236 if (XAllocNamedColor(d,DefaultColormap(d,scr_num), nl_fs,&cs,&c)) nl_f=cs.pixel; in x_initcolors()
H A Deditss.c86 Pixel bb_b, bb_f, nl_b, nl_f; /* widget colors */ variable