Searched refs:_RUNETYPE_SW2 (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/lib/libc/locale/ | ||
| D | runetype.h | 75 #define _RUNETYPE_SW2 0x80000000U /* 2 width character */ macro |
| /openbsd/src/usr.bin/mklocale/ | ||
| D | lex.l | 114 SWIDTH2 { yylval.i = _RUNETYPE_SW2; return(LIST); } |