Home
last modified time | relevance | path

Searched refs:tok (Results 1 – 18 of 18) sorted by relevance

/locale/programs/
A Dld-numeric.c169 nowtok = now->tok; in numeric_read()
195 nowtok = now->tok; in numeric_read()
253 if (now->tok != tok_minus1 && now->tok != tok_number) in numeric_read()
277 if (now->tok == tok_minus1) in numeric_read()
296 if (now->tok != tok_semicolon) in numeric_read()
301 while (now->tok == tok_minus1 || now->tok == tok_number); in numeric_read()
303 if (now->tok != tok_eol) in numeric_read()
319 if (now->tok == tok_eof) in numeric_read()
321 if (now->tok == tok_eol) in numeric_read()
323 else if (now->tok != tok_lc_numeric) in numeric_read()
[all …]
A Dld-measurement.c148 nowtok = now->tok; in measurement_read()
175 nowtok = now->tok; in measurement_read()
192 if (arg->tok != tok_number) \ in measurement_read()
206 if (arg->tok == tok_eof) in measurement_read()
208 if (arg->tok == tok_eol) in measurement_read()
211 else if (arg->tok != tok_lc_measurement) in measurement_read()
214 lr_ignore_rest (ldfile, arg->tok == tok_lc_measurement); in measurement_read()
224 nowtok = now->tok; in measurement_read()
A Dld-paper.c148 nowtok = now->tok; in paper_read()
174 nowtok = now->tok; in paper_read()
191 if (arg->tok != tok_number) \ in paper_read()
206 if (arg->tok == tok_eof) in paper_read()
208 if (arg->tok == tok_eol) in paper_read()
210 else if (arg->tok != tok_lc_paper) in paper_read()
213 lr_ignore_rest (ldfile, arg->tok == tok_lc_paper); in paper_read()
223 nowtok = now->tok; in paper_read()
A Dld-identification.c261 nowtok = now->tok; in identification_read()
288 nowtok = now->tok; in identification_read()
305 if (arg->tok != tok_string) \ in identification_read()
346 if (arg->tok != tok_string && arg->tok != tok_ident) in identification_read()
350 if (cattok->tok != tok_semicolon) in identification_read()
354 switch (cattok->tok) in identification_read()
390 if (arg->tok == tok_eof) in identification_read()
392 if (arg->tok == tok_eol) in identification_read()
395 else if (arg->tok != tok_lc_identification) in identification_read()
398 lr_ignore_rest (ldfile, arg->tok == tok_lc_identification); in identification_read()
[all …]
A Dld-ctype.c1844 if (now->tok != tok_eol && now->tok != tok_eof) in read_widestring()
1953 if (now->tok == tok_eol || now->tok == tok_eof) in read_translit_ignore_entry()
2004 if (now->tok == tok_eol || now->tok == tok_eof) in read_translit_ignore_entry()
2011 if (now->tok != tok_bsymbol && now->tok != tok_ucs4) in read_translit_ignore_entry()
2046 if (now->tok == tok_eol || now->tok == tok_eof) in read_translit_ignore_entry()
2109 while (now->tok != tok_eof && now->tok != tok_end); in ctype_read()
2219 if (now->tok == tok_ident || now->tok == tok_string) in ctype_read()
2283 while (now->tok != tok_eol && now->tok != tok_eof) in ctype_read()
2419 if (now->tok == tok_eol || now->tok == tok_eof) in ctype_read()
2522 if (now->tok == tok_ident || now->tok == tok_string) in ctype_read()
[all …]
A Dld-monetary.c456 nowtok = now->tok; in monetary_read()
482 nowtok = now->tok; in monetary_read()
575 if (now->tok != tok_minus1 && now->tok != tok_number) \ in monetary_read()
627 if (now->tok != tok_minus1 && now->tok != tok_number) in monetary_read()
652 if (now->tok == tok_minus1) in monetary_read()
680 while (now->tok == tok_minus1 || now->tok == tok_number); in monetary_read()
708 if (now->tok != tok_number) in monetary_read()
729 if (now->tok != tok_number) in monetary_read()
742 if (now->tok == tok_eof) in monetary_read()
744 if (now->tok == tok_eol) in monetary_read()
[all …]
A Dlinereader.c205 lr->token.tok = tok_eof; in lr_token()
211 lr->token.tok = tok_eol; in lr_token()
232 lr->token.tok = tok_eol; in lr_token()
256 lr->token.tok = tok_ellipsis4; in lr_token()
263 lr->token.tok = tok_ellipsis3; in lr_token()
307 lr->token.tok = tok_comma; in lr_token()
325 lr->token.tok = tok_minus1; in lr_token()
374 lr->token.tok = tok_error; in get_toplvl_escape()
413 lr->token.tok = tok_charcode; in get_toplvl_escape()
507 lr->token.tok = tok_ucs4; in get_symname()
[all …]
A Dld-name.c188 nowtok = now->tok; in name_read()
214 nowtok = now->tok; in name_read()
231 if (arg->tok != tok_string) \ in name_read()
256 if (arg->tok == tok_eof) in name_read()
258 if (arg->tok == tok_eol) in name_read()
260 else if (arg->tok != tok_lc_name) in name_read()
263 lr_ignore_rest (ldfile, arg->tok == tok_lc_name); in name_read()
273 nowtok = now->tok; in name_read()
A Dld-telephone.c204 nowtok = now->tok; in telephone_read()
230 nowtok = now->tok; in telephone_read()
247 if (arg->tok != tok_string) \ in telephone_read()
270 if (arg->tok == tok_eof) in telephone_read()
272 if (arg->tok == tok_eol) in telephone_read()
274 else if (arg->tok != tok_lc_telephone) in telephone_read()
277 lr_ignore_rest (ldfile, arg->tok == tok_lc_telephone); in telephone_read()
287 nowtok = now->tok; in telephone_read()
A Dld-messages.c217 nowtok = now->tok; in messages_read()
245 nowtok = now->tok; in messages_read()
269 if (now->tok != tok_string) \ in messages_read()
289 if (arg->tok == tok_eof) in messages_read()
291 if (arg->tok == tok_eol) in messages_read()
293 else if (arg->tok != tok_lc_messages) in messages_read()
296 lr_ignore_rest (ldfile, arg->tok == tok_lc_messages); in messages_read()
306 nowtok = now->tok; in messages_read()
A Dld-address.c385 nowtok = now->tok; in address_read()
411 nowtok = now->tok; in address_read()
428 if (arg->tok != tok_string) \ in address_read()
465 if (arg->tok != tok_string && arg->tok != tok_number) \ in address_read()
479 if (arg->tok == tok_string) \ in address_read()
503 if (arg->tok != tok_number) \ in address_read()
517 if (arg->tok == tok_eof) in address_read()
519 if (arg->tok == tok_eol) in address_read()
522 else if (arg->tok != tok_lc_address) in address_read()
525 lr_ignore_rest (ldfile, arg->tok == tok_lc_address); in address_read()
[all …]
A Dld-time.c691 nowtok = now->tok; in time_read()
717 nowtok = now->tok; in time_read()
768 if (now->tok != tok_semicolon && now->tok != tok_eol) \ in time_read()
843 if (now->tok != tok_eol && now->tok != tok_semicolon) in time_read()
925 if (now->tok != tok_number) in time_read()
930 if (now->tok != tok_semicolon) in time_read()
934 if (now->tok != tok_number) in time_read()
943 if (now->tok != tok_number) in time_read()
953 if (now->tok == tok_eof) in time_read()
955 if (now->tok == tok_eol) in time_read()
[all …]
A Dld-collate.c548 if (arg->tok == tok_eof || arg->tok == tok_eol || arg->tok == tok_comma in read_directions()
567 if (arg->tok == tok_eof || arg->tok == tok_eol) in read_directions()
739 if (arg->tok == tok_eof || arg->tok == tok_eol) in insert_weights()
751 else if (arg->tok == tok_bsymbol || arg->tok == tok_ucs4) in insert_weights()
911 else if (arg->tok != tok_eof && arg->tok != tok_eol) in insert_weights()
939 if (arg->tok == tok_ignore || arg->tok == tok_bsymbol) in insert_weights()
946 lr_ignore_rest (ldfile, arg->tok != tok_eol && arg->tok != tok_eof); in insert_weights()
2634 while (now->tok != tok_eof && now->tok != tok_end); in collate_read()
2875 if (arg->tok == tok_ellipsis2 || arg->tok == tok_ellipsis4) in collate_read()
3307 if (arg->tok == tok_bsymbol || arg->tok == tok_ucs4) in collate_read()
[all …]
A Dlocaledef.c321 char *tok = warnings; in set_warnings() local
330 while (isspace (*tok) != 0) in set_warnings()
331 tok++; in set_warnings()
333 while ((*save++ = *tok++) != '\0'); in set_warnings()
342 while ((tok = strtok_r (warnings, ",", &save)) != NULL) in set_warnings()
345 if (strcmp (tok, "ascii") == 0) in set_warnings()
347 else if (strcmp (tok, "intcurrsym") == 0) in set_warnings()
A Dlocfile.c111 enum token_t nowtok = now->tok; in locfile_read()
128 if (arg->tok != tok_ident) in locfile_read()
155 if (arg->tok != tok_ident) in locfile_read()
964 if (now->tok != tok_string) in handle_copy()
979 lr_ignore_rest (ldfile, now->tok == tok_string); in handle_copy()
983 while ((now = lr_token (ldfile, charmap, result, NULL, verbose))->tok in handle_copy()
984 != tok_end && now->tok != tok_eof) in handle_copy()
996 if (now->tok != tok_eof) in handle_copy()
1001 if (now->tok != token) in handle_copy()
1005 lr_ignore_rest (ldfile, now->tok == token); in handle_copy()
A Dcharmap.c314 enum token_t nowtok = now->tok; in parse_charmap()
376 if (arg->tok != tok_ident && arg->tok != tok_string) in parse_charmap()
400 if (arg->tok != tok_number) in parse_charmap()
444 if (arg->tok != tok_ident) in parse_charmap()
A Dlinereader.h37 enum token_t tok; member
A Drepertoire.c150 enum token_t nowtok = now->tok; in repertoire_read()
170 if (arg->tok != tok_ident) in repertoire_read()

Completed in 44 milliseconds