Searched refs:BRIGHT (Results 1 - 6 of 6) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dcolor.h34 #define BRIGHT 8 macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dcolor.h34 #define BRIGHT 8 macro
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dtermcap.c183 hilites[i|BRIGHT] = (char *) alloc(sizeof("\033[1;3%dm"));
184 Sprintf(hilites[i|BRIGHT], "\033[1;3%dm", i);
187 if (i == CLR_BLUE) hilites[CLR_BLUE] = hilites[CLR_BLUE|BRIGHT];
452 hilites[c|BRIGHT] = (char *) alloc(sizeof("\033[1;3%dm"));
453 Sprintf(hilites[c|BRIGHT], "\033[1;3%dm", c);
892 hilites[c|BRIGHT] = (char*) alloc(strlen(scratch)+strlen(MD)+1);
893 Strcpy(hilites[c|BRIGHT], MD);
894 Strcat(hilites[c|BRIGHT], scratch);
933 *fg |= BRIGHT;
944 code = *fg & ~BRIGHT;
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dtermcap.c183 hilites[i|BRIGHT] = (char *) alloc(sizeof("\033[1;3%dm"));
184 Sprintf(hilites[i|BRIGHT], "\033[1;3%dm", i);
187 if (i == CLR_BLUE) hilites[CLR_BLUE] = hilites[CLR_BLUE|BRIGHT];
452 hilites[c|BRIGHT] = (char *) alloc(sizeof("\033[1;3%dm"));
453 Sprintf(hilites[c|BRIGHT], "\033[1;3%dm", c);
892 hilites[c|BRIGHT] = (char*) alloc(strlen(scratch)+strlen(MD)+1);
893 Strcpy(hilites[c|BRIGHT], MD);
894 Strcat(hilites[c|BRIGHT], scratch);
933 *fg |= BRIGHT;
944 code = *fg & ~BRIGHT;
[all...]
/seL4-refos-master/projects/refos/impl/apps/tetris/src/
H A Dio.h36 #define BRIGHT 1 macro
/seL4-refos-master/apps/tetris/src/
H A Dio.h36 #define BRIGHT 1 macro

Completed in 99 milliseconds