Searched refs:SCREEN_LINE_SIZE (Results 1 – 1 of 1) sorted by relevance
493 #define SCREEN_LINE_SIZE 256 macro520 char buf[SCREEN_LINE_SIZE]; in DrawStatic()526 vsnprintf(buf, SCREEN_LINE_SIZE, msg, marker); // should check later for truncation in DrawStatic()553 char buf[SCREEN_LINE_SIZE]; in DrawDynamic()560 vsnprintf(buf, SCREEN_LINE_SIZE, msg, marker); // should check later for truncation in DrawDynamic()