/locale/programs/ |
A D | linereader.c | 190 struct token * 249 return &lr->token; in lr_token() 257 return &lr->token; in lr_token() 264 return &lr->token; in lr_token() 272 return &lr->token; in lr_token() 278 return &lr->token; in lr_token() 416 return &lr->token; in get_toplvl_escape() 519 lr->token.tok = kw->token; in get_symname() 533 return &lr->token; in get_symname() 572 lr->token.tok = kw->token; in get_ident() [all …]
|
A D | linereader.h | 35 struct token struct 74 struct token token; argument 90 extern struct token *lr_token (struct linereader *lr,
|
A D | charmap.c | 313 struct token *now = lr_token (cmfile, NULL, NULL, NULL, verbose); in parse_charmap() 315 struct token *arg; in parse_charmap() 521 cmfile->token.val.ucs4); in parse_charmap() 599 cmfile->token.val.str.startmb, in parse_charmap() 600 cmfile->token.val.str.lenmb); in parse_charmap() 604 cmfile->token.val.ucs4); in parse_charmap() 699 cmfile->token.val.ucs4); in parse_charmap() 754 cmfile->token.val.ucs4); in parse_charmap() 797 cmfile->token.val.ucs4); in parse_charmap() 834 cmfile->token.val.ucs4); in parse_charmap()
|
A D | repertoire.c | 149 struct token *now = lr_token (repfile, NULL, NULL, NULL, verbose); in repertoire_read() 151 struct token *arg; in repertoire_read() 303 repfile->token.val.str.startmb, in repertoire_read() 304 repfile->token.val.str.lenmb); in repertoire_read()
|
A D | ld-measurement.c | 138 struct token *now; in measurement_read() 139 struct token *arg; in measurement_read()
|
A D | ld-paper.c | 138 struct token *now; in paper_read() 139 struct token *arg; in paper_read()
|
A D | ld-identification.c | 249 struct token *now; in identification_read() 250 struct token *arg; in identification_read() 251 struct token *cattok; in identification_read()
|
A D | locfile.c | 110 struct token *now = lr_token (ldfile, charmap, NULL, NULL, verbose); in locfile_read() 112 struct token *arg; in locfile_read() 957 enum token_t token, int locale, const char *locale_name, in handle_copy() argument 960 struct token *now; in handle_copy() 1001 if (now->tok != token) in handle_copy() 1005 lr_ignore_rest (ldfile, now->tok == token); in handle_copy()
|
A D | ld-name.c | 178 struct token *now; in name_read() 179 struct token *arg; in name_read()
|
A D | ld-telephone.c | 194 struct token *now; in telephone_read() 195 struct token *arg; in telephone_read()
|
A D | ld-messages.c | 203 struct token *now; in messages_read() 235 struct token *arg; in messages_read()
|
A D | charmap-kw.gperf | 21 #include "locfile-token.h"
|
A D | locfile-token.h | 249 enum token_t token; member
|
A D | ld-address.c | 374 struct token *now; in address_read() 375 struct token *arg; in address_read()
|
A D | locfile.h | 53 struct localedef_t *result, enum token_t token,
|
A D | ld-numeric.c | 155 struct token *now; in numeric_read()
|
A D | locfile-kw.gperf | 21 #include "locfile-token.h"
|
A D | ld-ctype.c | 1256 get_character (struct token *now, const struct charmap_t *charmap, in get_character() 1342 struct token *now, in charclass_symbolic_ellipsis() 1455 struct token *now, uint32_t last_wch, in charclass_ucs4_ellipsis() 1580 struct token *now, char *last_charcode, in charclass_charcode_ellipsis() 1784 read_widestring (struct linereader *ldfile, struct token *now, in read_widestring() 1856 struct token *now, const struct charmap_t *charmap, in read_translit_entry() 1948 struct token *now = lr_token (ldfile, charmap, NULL, repertoire, in read_translit_ignore_entry() 2070 struct token *now; in ctype_read()
|
A D | ld-collate.c | 462 read_directions (struct linereader *ldfile, struct token *arg, in read_directions() 702 struct token *arg; in insert_weights() 2526 struct token *now = lr_token (ldfile, charmap, NULL, NULL, 0); in skip_to() 2567 struct token *now; in collate_read() 2568 struct token *arg = NULL; in collate_read() 3531 (int) ldfile->token.val.str.lenmb, in collate_read() 3532 ldfile->token.val.str.startmb); in collate_read()
|
A D | ld-monetary.c | 443 struct token *now; in monetary_read()
|
A D | ld-time.c | 676 struct token *now; in time_read()
|