]> git.ipfire.org Git - thirdparty/glibc.git/blame - locale/keyword.gperf
Wed Mar 27 14:52:11 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
[thirdparty/glibc.git] / locale / keyword.gperf
CommitLineData
2b83a2a4
RM
1%{
2/* `strncmp' is used for comparison. */
3#include <string.h>
4
5/* This file defines `enum token'. */
6#include "token.h"
7%}
8struct locale_keyword { char *name; enum token token_id; };
9%%
10END, TOK_END
11IGNORE, TOK_IGNORE
12LC_COLLATE, _NL_NUM_LC_COLLATE
13LC_CTYPE, _NL_NUM_LC_CTYPE
14LC_MESSAGES, _NL_NUM_LC_MESSAGES
15LC_MONETARY, _NL_NUM_LC_MONETARY
16LC_NUMERIC, _NL_NUM_LC_NUMERIC
17LC_TIME, _NL_NUM_LC_TIME
18UNDEFINED, TOK_UNDEFINED
19abday, ABDAY_1
20abmon, ABMON_1
21alpha, TOK_ALPHA
22alt_digits, ALT_DIGITS
23am_pm, AM_STR
24backward, TOK_BACKWARD
25blank, TOK_BLANK
26cntrl, TOK_CNTRL
27collating_element, TOK_COLLATING_ELEMENT
28collating_symbol, TOK_COLLATING_SYMBOL
29comment_char, TOK_COMMENT_CHAR
30copy, TOK_COPY
31currency_symbol, CURRENCY_SYMBOL
32d_fmt, D_FMT
33d_t_fmt, D_T_FMT
34day, DAY_1
35decimal_point, DECIMAL_POINT
36digit, TOK_DIGIT
37era, ERA
38era_d_fmt, ERA_D_FMT
39era_year, ERA_YEAR
40escape_char, TOK_ESCAPE_CHAR
41forward, TOK_FORWARD
42frac_digits, FRAC_DIGITS
43from, TOK_FROM
44graph, TOK_GRAPH
45grouping, GROUPING
46int_curr_symbol, INT_CURR_SYMBOL
47int_frac_digits, INT_FRAC_DIGITS
48lower, TOK_LOWER
49mon, MON_1
50mon_decimal_point, MON_DECIMAL_POINT
51mon_grouping, MON_GROUPING
52mon_thousands_sep, MON_THOUSANDS_SEP
53n_cs_precedes, N_CS_PRECEDES
54n_sep_by_space, N_SEP_BY_SPACE
55n_sign_posn, N_SIGN_POSN
56negative_sign, NEGATIVE_SIGN
57noexpr, NOEXPR
58nostr, NOSTR
59order_end, TOK_ORDER_END
60order_start, TOK_ORDER_START
61p_cs_precedes, P_CS_PRECEDES
62p_sep_by_space, P_SEP_BY_SPACE
63p_sign_posn, P_SIGN_POSN
64position, TOK_POSITION
65positive_sign, POSITIVE_SIGN
66print, TOK_PRINT
67punct, TOK_PUNCT
68space, TOK_SPACE
69t_fmt, T_FMT
70t_fmt_ampm, T_FMT_AMPM
71thousands_sep, THOUSANDS_SEP
72tolower, TOK_TOLOWER
73toupper, TOK_TOUPPER
74upper, TOK_UPPER
75xdigit, TOK_XDIGIT
76yesexpr, YESEXPR
77yesstr, YESSTR