Home
last modified time | relevance | path

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

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