Searched defs:CharAt (Results 1 – 2 of 2) sorted by relevance
34 #define CharAt( scr, y, x ) \ macro
71 #define CharAt(scr,y,x) scr->chars + (y) * scr->cols + x macro