Searched refs:MAX_COLS (Results 1 – 5 of 5) sorted by relevance
32 #define MAX_COLS 96 macro77 static char text[MAX_ROWS][MAX_COLS];82 static char menu[MAX_ROWS][MAX_COLS];339 if (text_cols > MAX_COLS - 1) text_cols = MAX_COLS - 1; in ui_init()
32 #define MAX_COLS 96 macro80 static char text[MAX_ROWS][MAX_COLS];85 static char menu[MAX_ROWS][MAX_COLS];568 if (text_cols > MAX_COLS - 1) text_cols = MAX_COLS - 1; in ui_init()774 if (text_cols > MAX_COLS - 1) in ui_print_init()775 text_cols = MAX_COLS - 1; in ui_print_init()
109 #define MAX_COLS 96 macro
29 #define MAX_COLS 8 macro243 kp->imr0_val |= kp->imr0_val << MAX_COLS; in bcm_kp_matrix_key_parse_dt()250 kp->imr1_val |= kp->imr1_val << MAX_COLS; in bcm_kp_matrix_key_parse_dt()
1# ncurses 6.1 - patch 20190824 - Thomas E. Dickey 2# 3# --- ...