Searched refs:SCREEN_LINE_SIZE (Results 1 – 1 of 1) sorted by relevance
502 #define SCREEN_LINE_SIZE 256 macro529 char buf[SCREEN_LINE_SIZE]; in DrawStatic()535 vsnprintf(buf, SCREEN_LINE_SIZE, msg, marker); // should check later for truncation in DrawStatic()562 char buf[SCREEN_LINE_SIZE]; in DrawDynamic()569 vsnprintf(buf, SCREEN_LINE_SIZE, msg, marker); // should check later for truncation in DrawDynamic()