OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_RUNETYPE_SWS
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libc/locale/
runetype_file.h
75
#define
_RUNETYPE_SWS
30 /* Bits to shift to get width */
iswctype_mb.c
200
return ((unsigned)x & _RUNETYPE_SWM) >>
_RUNETYPE_SWS
;
225
width += ((unsigned)x & _RUNETYPE_SWM) >>
_RUNETYPE_SWS
;
/src/usr.bin/mklocale/
yacc.y
873
fprintf(stderr, " %1u", (unsigned)((r & _RUNETYPE_SWM)>>
_RUNETYPE_SWS
));
896
fprintf(stderr, " %1u", (unsigned)((r & _RUNETYPE_SWM)>>
_RUNETYPE_SWS
));
Completed in 437 milliseconds
Indexes created Fri Oct 17 03:10:13 GMT 2025