Searched refs:RECORD_INITIAL_POS (Results 1 – 2 of 2) sorted by relevance
/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/ |
D | cr-parser.c | 237 #define RECORD_INITIAL_POS(a_this, a_pos) \ macro 542 RECORD_INITIAL_POS (a_this, &pos); in cr_parser_push_error() 695 RECORD_INITIAL_POS (a_this, &init_pos); in cr_parser_parse_stylesheet_core() 777 RECORD_INITIAL_POS (a_this, &init_pos); in cr_parser_parse_atrule_core() 851 RECORD_INITIAL_POS (a_this, &init_pos); in cr_parser_parse_ruleset_core() 941 RECORD_INITIAL_POS (a_this, &init_pos); in cr_parser_parse_selector_core() 980 RECORD_INITIAL_POS (a_this, &init_pos); in cr_parser_parse_block_core() 1050 RECORD_INITIAL_POS (a_this, &init_pos); in cr_parser_parse_declaration_core() 1105 RECORD_INITIAL_POS (a_this, &init_pos); in cr_parser_parse_value_core() 1187 RECORD_INITIAL_POS (a_this, &init_pos); in cr_parser_parse_any_core() [all …]
|
D | cr-tknzr.c | 138 #define RECORD_INITIAL_POS(a_tknzr, a_pos) \ macro 286 RECORD_INITIAL_POS (a_this, &init_pos); in cr_tknzr_parse_w() 358 RECORD_INITIAL_POS (a_this, &init_pos); in cr_tknzr_parse_nl() 453 RECORD_INITIAL_POS (a_this, &init_pos); in cr_tknzr_parse_comment() 556 RECORD_INITIAL_POS (a_this, &init_pos); in cr_tknzr_parse_unicode_escape() 624 RECORD_INITIAL_POS (a_this, &init_pos); in cr_tknzr_parse_escape() 692 RECORD_INITIAL_POS (a_this, &init_pos); in cr_tknzr_parse_string() 819 RECORD_INITIAL_POS (a_this, &init_pos); in cr_tknzr_parse_nmstart() 884 RECORD_INITIAL_POS (a_this, &init_pos); in cr_tknzr_parse_nmchar() 952 RECORD_INITIAL_POS (a_this, &init_pos); in cr_tknzr_parse_ident() [all …]
|