Home
last modified time | relevance | path

Searched refs:_RUNETYPE_SW2 (Results 1 – 2 of 2) sorted by relevance

/openbsd/lib/libc/locale/
H A Drunetype.h75 #define _RUNETYPE_SW2 0x80000000U /* 2 width character */ macro
/openbsd/usr.bin/mklocale/
H A Dlex.l114 SWIDTH2 { yylval.i = _RUNETYPE_SW2; return(LIST); }