Home
last modified time | relevance | path

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

/dports/misc/nnn/nnn-4.3/src/
H A Dnnn.c786 #define C_UND (C_SOC + 1) /* Unknown OR 0B regular/exe file: Red1 */ macro
794 static uint_t fcolors[C_UND + 1] = {0};
2046 for (uchar_t id = C_BLK; *f_colors && id <= C_UND; ++id) { in init_fcolors()
2181 init_pair(C_UND + 1 + icons_ext[i].color, icons_ext[i].color, -1); in initcurses()
4033 attron(COLOR_PAIR(C_UND + 1 + picon->color));
4038 attroff(COLOR_PAIR(C_UND + 1 + picon->color));
4076 return C_UND;
4119 return C_UND;