Home
last modified time | relevance | path

Searched refs:parser_text (Results 1 – 25 of 41) sorted by relevance

12

/dports/games/chroma/chroma-1.20/
H A Dcolours.c214 strcpy(pcolours->title, parser_text(pparser, 0)); in colours_load()
261 text = parser_text(pparser, 0); in colours_load()
268 if(strcmp(parser_text(pparser, 0), "yes") == 0) in colours_load()
274 if(strcmp(parser_text(pparser, 0), "yes") == 0) in colours_load()
280 if(strcmp(parser_text(pparser, 0), "black") == 0) in colours_load()
282 if(strcmp(parser_text(pparser, 0), "red") == 0) in colours_load()
284 if(strcmp(parser_text(pparser, 0), "green") == 0) in colours_load()
286 if(strcmp(parser_text(pparser, 0), "yellow") == 0) in colours_load()
288 if(strcmp(parser_text(pparser, 0), "blue") == 0) in colours_load()
292 if(strcmp(parser_text(pparser, 0), "cyan") == 0) in colours_load()
[all …]
H A Dgraphics.c1145 strcpy(pgraphics->title, parser_text(pparser, 0)); in graphics_load()
1212 strcpy(path, parser_text(pparser, 0)); in graphics_load()
1216 pgraphics->levels = atoi(parser_text(pparser, 0)); in graphics_load()
1248 if(strcmp(parser_text(pparser, 0), "piece") == 0) in graphics_load()
1295 z = atoi(parser_text(pparser, 0)); in graphics_load()
1415 x = atoi(parser_text(pparser, 0)); in graphics_load()
1417 y = atoi(parser_text(pparser, 0)); in graphics_load()
1422 if(strcasecmp(parser_text(pparser, 0), "no") == 0) in graphics_load()
1429 if(strcasecmp(parser_text(pparser, 0), "no") == 0) in graphics_load()
1436 x = atoi(parser_text(pparser, 0)); in graphics_load()
[all …]
H A Dxmlparser.h50 #define parser_text(x, y) (x->depth > y) ? x->stack[x->depth - 1 - y] : "" macro
H A Dmenu.c714 text_title = malloc(strlen(parser_text(pparser, 0)) + 1); in menu_levelentries()
717 strcpy(text_title, parser_text(pparser, 0)); in menu_levelentries()
721 text_subtitle = malloc(strlen(parser_text(pparser, 0)) + 1); in menu_levelentries()
724 strcpy(text_subtitle, parser_text(pparser, 0)); in menu_levelentries()
H A Dsdldisplay.c3802 options_sdl_width = atoi(parser_text(pparser, 0)); in display_options_load()
3806 options_sdl_height = atoi(parser_text(pparser, 0)); in display_options_load()
3817 strncpy(options_colours, parser_text(pparser, 0), FILENAME_MAX); in display_options_load()
3825 options_sdl_size_x = atoi(parser_text(pparser, 0)); in display_options_load()
3829 options_sdl_size_y = atoi(parser_text(pparser, 0)); in display_options_load()
3833 options_graphic_level = atoi(parser_text(pparser, 0)); in display_options_load()
3837 options_sdl_delay = atoi(parser_text(pparser, 0)); in display_options_load()
3841 options_sdl_player_delay = atoi(parser_text(pparser, 0)); in display_options_load()
3845 options_sdl_replay_delay = atoi(parser_text(pparser, 0)); in display_options_load()
3849 options_sdl_undo_delay = atoi(parser_text(pparser, 0)); in display_options_load()
[all …]
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/include/dnscore/
H A Dparser.h210 parser_text(const parser_s *parser) in parser_text() function
361 const char *text = parser_text(p); in parser_copy_next_u16()
378 const char *text = parser_text(p); in parser_copy_next_u8()
541 const char *text = parser_text(p); in parser_copy_next_fqdn()
557 const char *text = parser_text(p); in parser_copy_next_fqdn_with_origin()
573 const char *text = parser_text(p); in parser_copy_next_fqdn_locase_with_origin()
589 const char *text = parser_text(p); in parser_copy_next_yyyymmddhhmmss()
616 const char *text = parser_text(p); in parser_copy_next_s16()
650 const char *text = parser_text(p); in parser_copy_next_s32()
666 const char *text = parser_text(p); in parser_copy_next_u32()
[all …]
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/src/
H A Dzone_reader_text.c615 if(! ((parser_text_length(p) == 1) && (parser_text(p)[0] == '-')) ) in zone_reader_text_copy_rdata_inline()
681 if(! ((parser_text_length(p) == 1) && (parser_text(p)[0] == '-')) ) in zone_reader_text_copy_rdata_inline()
845 text = parser_text(p); in zone_reader_text_copy_rdata_inline()
1021 text = parser_text(p); in zone_reader_text_copy_rdata_inline()
1047 text = parser_text(p); in zone_reader_text_copy_rdata_inline()
1073 text = parser_text(p); in zone_reader_text_copy_rdata_inline()
1148 text = parser_text(p); in zone_reader_text_copy_rdata_inline()
1188 memcpy(text_buffer, parser_text(p), parser_text_length(p)); in zone_reader_text_copy_rdata_inline()
1230 memcpy(text_buffer, parser_text(p), parser_text_length(p)); in zone_reader_text_copy_rdata_inline()
1559 const char *text = parser_text(p); in zone_reader_text_read_record()
[all …]
H A Dparser.c855 const char *text = parser_text(parser); in parser_next_characters()
897 const char *text = parser_text(parser); in parser_next_characters_nospace()
948 const char *text = parser_text(parser); in parser_concat_next_tokens()
1003 const char *text = parser_text(parser); in parser_concat_current_and_next_tokens_nospace()
1045 const char *text = parser_text(parser); in parser_concat_next_tokens_nospace()
1122 const char *text = parser_text(p); in parser_copy_next_ttl()
1212 const char *text = parser_text(p); in parser_type_bit_maps_initialise()
H A Dconfig_file_reader.c211 const char *text = parser_text(p); in config_file_reader_read()
462 text = parser_text(p); in config_file_reader_read()
H A Ddnskey.c357 const char *label = parser_text(p); in dnskey_field_access_parse()
379 const char *word = parser_text(p); in dnskey_field_access_parse()
418 const char *word = parser_text(p); in dnskey_field_access_parse()
1506 const char *text = parser_text(&parser); in dnskey_new_public_key_from_stream()
1576 if(FAIL(ret = base64_decode(parser_text(&parser), parser_text_length(&parser), &rdata[4]))) in dnskey_new_public_key_from_stream()
1685 const char *label = parser_text(&parser); in dnskey_add_private_key_from_stream()
1707 const char *word = parser_text(&parser); in dnskey_add_private_key_from_stream()
/dports/devel/p5-Parse-RecDescent/Parse-RecDescent-1.967015/t/
H A Dreproducible.t400 my $parser_text;
403 $parser_text = <$fh>;
406 ok((defined($parser_text) and length($parser_text)),
412 return $parser_text;
/dports/editors/gnome-latex/gnome-latex-3.38.0/src/liblatexila/
H A Dlatexila-templates-default.c155 parser_text (GMarkupParseContext *context, in parser_text() function
216 GMarkupParser parser = { NULL, NULL, parser_text, NULL, NULL }; in latexila_templates_default_get_contents()
H A Dlatexila-build-tools.c294 parser_text (GMarkupParseContext *context, in parser_text() function
336 parser.text = parser_text; in parse_contents()
/dports/devel/libvterm/libvterm-0.1.1/bin/
H A Dvterm-dump.c19 static int parser_text(const char bytes[], size_t len, void *user) in parser_text() function
172 .text = &parser_text,
/dports/devel/liteide/liteide-x37.4/liteidex/src/3rdparty/libvterm/bin/
H A Dvterm-dump.c19 static int parser_text(const char bytes[], size_t len, void *user) in parser_text() function
172 .text = &parser_text,
/dports/mail/aerc/aerc-0.4.0/vendor/github.com/ddevault/go-libvterm/libvterm/bin/
H A Dvterm-dump.c19 static int parser_text(const char bytes[], size_t len, void *user) in parser_text() function
172 .text = &parser_text,
/dports/dns/yadifa/yadifa-2.5.3-10333/test/dsfromkey-test/
H A Dmain.c132 const char *text = parser_text(&parser); in CONFIG_END()
202 … if(FAIL(ret = base64_decode(parser_text(&parser), parser_text_length(&parser), &rdata[4]))) in CONFIG_END()
/dports/deskutils/zim/zim-0.74.3/zim/
H A Dparser.py282 self.parser_text = ''
290 'snippet': self.parser_text.strip(),
471 error.parser_text = text[start:end]
/dports/dns/yadifa/yadifa-2.5.3-10333/test/parser-test/
H A Dmain.c95 formatln("error %r parsing <%s>", ret, parser_text(&parser)); in main()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_argparse.py2823 def _test(self, tester, parser_text): argument
2826 if expected_text != parser_text:
2828 print(repr(parser_text))
2829 for char1, char2 in zip(expected_text, parser_text):
2833 tester.assertEqual(expected_text, parser_text)
2847 parser_text = getattr(sys, self.std_name).getvalue()
2850 self._test(tester, parser_text)
2857 parser_text = sfile.getvalue()
2858 self._test(tester, parser_text)
/dports/devel/py-argparse/argparse-1.4.0/test/
H A Dtest_argparse.py2869 def _test(self, tester, parser_text): argument
2872 if expected_text != parser_text:
2874 print(repr(parser_text))
2875 for char1, char2 in zip(expected_text, parser_text):
2879 tester.assertEqual(expected_text, parser_text)
2893 parser_text = getattr(sys, self.std_name).getvalue()
2896 self._test(tester, parser_text)
2903 parser_text = sfile.getvalue()
2904 self._test(tester, parser_text)
/dports/dns/yadifa/yadifa-2.5.3-10333/sbin/yakeyrolld/
H A Dkeyroll.c537 char *rdata_text = (char*)parser_text(parser); in keyroll_parse_record()
830 …if(FAIL(ret = input_stream_create_from_base64_text(&bais, parser_text(&parser), &parser_text(&pars… in keyroll_plan_step_load()
856 …input_stream_create_from_base64_text(is, parser_text(&parser), &parser_text(&parser)[parser_text_l… in keyroll_plan_step_load()
924 …input_stream_create_from_base64_text(is, parser_text(&parser), &parser_text(&parser)[parser_text_l… in keyroll_plan_step_load()
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_argparse.py2867 def _test(self, tester, parser_text): argument
2870 if expected_text != parser_text:
2872 print(repr(parser_text))
2873 for char1, char2 in zip(expected_text, parser_text):
2877 tester.assertEqual(expected_text, parser_text)
2891 parser_text = getattr(sys, self.std_name).getvalue()
2894 self._test(tester, parser_text)
2901 parser_text = sfile.getvalue()
2902 self._test(tester, parser_text)
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_argparse.py2867 def _test(self, tester, parser_text): argument
2870 if expected_text != parser_text:
2872 print(repr(parser_text))
2873 for char1, char2 in zip(expected_text, parser_text):
2877 tester.assertEqual(expected_text, parser_text)
2891 parser_text = getattr(sys, self.std_name).getvalue()
2894 self._test(tester, parser_text)
2901 parser_text = sfile.getvalue()
2902 self._test(tester, parser_text)
/dports/devel/liteide/liteide-x37.4/liteidex/src/3rdparty/libvterm/t/
H A Dharness.c95 static int parser_text(const char bytes[], size_t len, void *user) in parser_text() function
187 .text = parser_text,

12