Home
last modified time | relevance | path

Searched refs:MAX_LAST_STYLES (Results 1 – 6 of 6) sorted by relevance

/dports/www/lynx-current/lynx2.9.0dev.9/src/
H A DAttrList.h53 #define MAX_LAST_STYLES 128 macro
54 extern int last_styles[MAX_LAST_STYLES + 1];
H A DLYStyle.c53 int last_styles[MAX_LAST_STYLES + 1] =
H A DLYCurses.c500 if (last_colorattr_ptr >= MAX_LAST_STYLES) { in curses_w_style()
505 last_colorattr_ptr = MAX_LAST_STYLES - 1; in curses_w_style()
/dports/www/lynx/lynx2.8.9rel.1/src/
H A DAttrList.h53 #define MAX_LAST_STYLES 128 macro
54 extern int last_styles[MAX_LAST_STYLES + 1];
H A DLYStyle.c53 int last_styles[MAX_LAST_STYLES + 1] =
H A DLYCurses.c496 if (last_colorattr_ptr >= MAX_LAST_STYLES) { in curses_w_style()
501 last_colorattr_ptr = MAX_LAST_STYLES - 1; in curses_w_style()