Home
last modified time | relevance | path

Searched refs:notation_list (Results 1 – 10 of 10) sorted by relevance

/dports/textproc/fox-xml/fox-4.1.2-91-g9c6716e/common/
H A Dm_common_notations.F9016 type notation_list type
18 end type notation_list
21 public :: notation_list
33 type(notation_list), intent(inout) :: nlist
44 type(notation_list), intent(inout) :: nlist
58 type(notation_list), intent(inout) :: nlist
104 type(notation_list), intent(in) :: nlist
H A Dm_common_struct.F9012 use m_common_notations, only: notation_list, init_notation_list, destroy_notation_list
24 type(notation_list) :: nList
/dports/textproc/sgmlformat/sgmlformat-1.7/instant/
H A Dsgmls.c38 struct notation_list { struct
40 struct notation_list *next; argument
49 struct notation_list *notations; argument
174 struct notation_list *np;
202 struct notation_list *tem = np->next;
848 struct notation_list *p
849 = (struct notation_list *)list_find((struct list *)sp->notations, name,
922 struct notation_list *p;
927 p = (struct notation_list *)xmalloc(sizeof(struct notation_list));
/dports/textproc/sgmls/sgmls/
H A Dsgmls.c38 struct notation_list { struct
40 struct notation_list *next; argument
49 struct notation_list *notations; argument
174 struct notation_list *np;
202 struct notation_list *tem = np->next;
848 struct notation_list *p
849 = (struct notation_list *)list_find((struct list *)sp->notations, name,
922 struct notation_list *p;
927 p = (struct notation_list *)xmalloc(sizeof(struct notation_list));
/dports/textproc/linuxdoc-tools/linuxdoc-tools-0.9.82/sgmls-1.1/
H A Dsgmls.c48 struct notation_list { struct
50 struct notation_list *next; argument
59 struct notation_list *notations; argument
184 struct notation_list *np;
212 struct notation_list *tem = np->next;
854 struct notation_list *p
855 = (struct notation_list *)list_find((struct list *)sp->notations, name,
928 struct notation_list *p;
933 p = (struct notation_list *)xmalloc(sizeof(struct notation_list));
/dports/textproc/fox-xml/fox-4.1.2-91-g9c6716e/sax/
H A Dm_sax_types.F909 use m_common_notations, only: notation_list
142 type(notation_list) :: nlist
/dports/textproc/p5-XML-Twig/XML-Twig-3.52/
H A DTwig.pm2855 my $notation_list = $t->notation_list();
2856 if( $notation_list ) { $notation_list->add( $notation ); }
2951 …$t->notation_list->_add_list( $t_dtd->notation_list) if( $t_dtd->notation_list); # grab the notati…
3204 sub notation_list subroutine
3268 $internal .= $t->notation_list->text ||'' if( $t->notation_list);
4943 return $notation_list;
4952 return $notation_list;
4959 return $notation_list;
4981 return $notation_list;
4994 return $notation_list;
[all …]
H A DTwig_pm.slow2855 my $notation_list = $t->notation_list();
2856 if( $notation_list ) { $notation_list->add( $notation ); }
2951 …$t->notation_list->_add_list( $t_dtd->notation_list) if( $t_dtd->notation_list); # grab the notati…
3204 sub notation_list
3268 $internal .= $t->notation_list->text ||'' if( $t->notation_list);
4943 return $notation_list;
4952 return $notation_list;
4959 return $notation_list;
4981 return $notation_list;
4994 return $notation_list;
[all …]
/dports/textproc/p5-XML-Twig/XML-Twig-3.52/t/
H A Dtest_3_50.t52 my $n= $t->notation_list;
/dports/audio/gsequencer/gsequencer-3.10.4/ags/X/file/
H A Dags_simple_file.c7464 GList *notation_list; in ags_simple_file_read_notation_fixup_1_0_to_1_2() local
7599 notation_list = ags_notation_find_near_timestamp(notation[0], audio_channel, in ags_simple_file_read_notation_fixup_1_0_to_1_2()
7602 if(notation_list != NULL){ in ags_simple_file_read_notation_fixup_1_0_to_1_2()
7603 gobject = notation_list->data; in ags_simple_file_read_notation_fixup_1_0_to_1_2()