Searched refs:_RUNETYPE_C (Results 1 – 5 of 5) sorted by relevance
/minix/lib/libc/locale/ |
H A D | runetable.c | 56 _RUNETYPE_C, 57 _RUNETYPE_C, 58 _RUNETYPE_C, 59 _RUNETYPE_C, 60 _RUNETYPE_C, 61 _RUNETYPE_C, 62 _RUNETYPE_C, 69 _RUNETYPE_C, 70 _RUNETYPE_C, 72 _RUNETYPE_C, [all …]
|
H A D | runetype_file.h | 61 #define _RUNETYPE_C UINT32_C(0x00000200) /* Control */ macro
|
H A D | rune.c | 165 if (bits & _RUNETYPE_C) in _runetype_to_bsdctype()
|
/minix/usr.bin/mklocale/ |
H A D | lex.l | 102 CONTROL { yylval.i = _RUNETYPE_C;
|
H A D | yacc.y | 827 fprintf(stderr, " %4s", (r & _RUNETYPE_C) ? "ctrl" : ""); in dump_tables() 851 fprintf(stderr, " %4s", (r & _RUNETYPE_C) ? "ctrl" : ""); in dump_tables() 869 fprintf(stderr, " %4s", (r & _RUNETYPE_C) ? "ctrl" : ""); in dump_tables() 892 fprintf(stderr, " %4s", (r & _RUNETYPE_C) ? "ctrl" : ""); in dump_tables()
|