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