Searched refs:_RUNETYPE_R (Results 1 – 7 of 7) sorted by relevance
/openbsd/lib/libc/locale/ |
H A D | runetable.c | 83 _RUNETYPE_P|_RUNETYPE_R|_RUNETYPE_G|_RUNETYPE_SW1, 84 _RUNETYPE_P|_RUNETYPE_R|_RUNETYPE_G|_RUNETYPE_SW1, 85 _RUNETYPE_P|_RUNETYPE_R|_RUNETYPE_G|_RUNETYPE_SW1, 86 _RUNETYPE_P|_RUNETYPE_R|_RUNETYPE_G|_RUNETYPE_SW1, 87 _RUNETYPE_P|_RUNETYPE_R|_RUNETYPE_G|_RUNETYPE_SW1, 88 _RUNETYPE_P|_RUNETYPE_R|_RUNETYPE_G|_RUNETYPE_SW1, 89 _RUNETYPE_P|_RUNETYPE_R|_RUNETYPE_G|_RUNETYPE_SW1, 91 _RUNETYPE_P|_RUNETYPE_R|_RUNETYPE_G|_RUNETYPE_SW1, 92 _RUNETYPE_P|_RUNETYPE_R|_RUNETYPE_G|_RUNETYPE_SW1, 93 _RUNETYPE_P|_RUNETYPE_R|_RUNETYPE_G|_RUNETYPE_SW1, [all …]
|
H A D | iswctype.c | 125 return (__isctype_w((c), _RUNETYPE_R)); in iswprint() 170 if (__isctype_w((c), _RUNETYPE_R)) in wcwidth()
|
H A D | wctype.c | 52 { "print", _RUNETYPE_R },
|
H A D | runetype.h | 67 #define _RUNETYPE_R 0x00040000U /* Print */ macro
|
H A D | iswctype_l.c | 127 return __isctype_wl(c, _RUNETYPE_R, locale); in iswprint_l()
|
/openbsd/usr.bin/mklocale/ |
H A D | lex.l | 84 ALPHA { yylval.i = _RUNETYPE_A|_RUNETYPE_R|_RUNETYPE_G; 88 DIGIT { yylval.i = _RUNETYPE_D|_RUNETYPE_R|_RUNETYPE_G; 90 GRAPH { yylval.i = _RUNETYPE_G|_RUNETYPE_R; 92 LOWER { yylval.i = _RUNETYPE_L|_RUNETYPE_R|_RUNETYPE_G; 94 PUNCT { yylval.i = _RUNETYPE_P|_RUNETYPE_R|_RUNETYPE_G; 98 UPPER { yylval.i = _RUNETYPE_U|_RUNETYPE_R|_RUNETYPE_G; 100 XDIGIT { yylval.i = _RUNETYPE_X|_RUNETYPE_R|_RUNETYPE_G; 104 PRINT { yylval.i = _RUNETYPE_R; 106 IDEOGRAM { yylval.i = _RUNETYPE_I|_RUNETYPE_R|_RUNETYPE_G; 108 SPECIAL { yylval.i = _RUNETYPE_T|_RUNETYPE_R|_RUNETYPE_G; [all …]
|
H A D | yacc.y | 778 fprintf(stderr, " %4s", (r & _RUNETYPE_R) ? "prnt" : ""); in dump_tables() 802 fprintf(stderr, " %4s", (r & _RUNETYPE_R) ? "prnt" : ""); in dump_tables() 820 fprintf(stderr, " %4s", (r & _RUNETYPE_R) ? "prnt" : ""); in dump_tables() 843 fprintf(stderr, " %4s", (r & _RUNETYPE_R) ? "prnt" : ""); in dump_tables()
|