Home
last modified time | relevance | path

Searched refs:_LastCategory (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/head/
H A Dlocale.h62 #define _LastCategory LC_MESSAGES /* This must be last category */ macro
65 (((int)(c) >= LC_CTYPE) && ((int)(c) <= _LastCategory) || \
/illumos-gate/usr/src/cmd/ptools/pargs/
H A Dpargs.c511 for (j = 0; j <= _LastCategory; j++) { in lookup_locale()
527 for (i = 0; i <= _LastCategory; i++) { in lookup_locale()
/illumos-gate/usr/src/cmd/locale/
H A Dlocale.c587 for (cat = 0; cat <= _LastCategory; cat++) { in check_loc()