Searched refs:end_tag (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/groff-38/groff/src/devices/grohtml/
H A Dhtml-text.h117 void end_tag (tag_definition *t);
H A Dhtml-text.cpp141 * end_tag - shuts down the tag.
144 void html_text::end_tag (tag_definition *t) function in class:html_text
283 end_tag(stackptr);
503 end_tag(stackptr);
526 end_tag(stackptr);
/macosx-10.10/Heimdal-398.1.2/lib/asn1/
H A Dasn1-fuzzer.c124 int end_tag = 0; local
169 end_tag = 1;
241 if (end_tag) {
H A Dasn1_print.c63 int end_tag = 0; local
103 end_tag = 1;
274 if (end_tag) {
/macosx-10.10/bash-94.1.2/bash-3.2/support/
H A Dtexi2html3013 $end_tag = '';
3015 $end_tag = $1;
3023 if ($end_tag eq 'html') {
3107 if ($end_tag) {
3108 $in_titlepage = 0 if $end_tag eq 'titlepage';
3109 next if $to_skip{"end $end_tag"};
3474 } elsif ($end_tag) {
3475 if ($format_map{$end_tag}) {
3476 $in_pre = 0 if $format_map{$end_tag} eq 'PRE';
3477 $in_list-- if $format_map{$end_tag} e
[all...]
/macosx-10.10/Libc-1044.1.2/regex/TRE/lib/
H A Dregexec.c179 DPRINT(("end tag = t%d = %d\n", tnfa->end_tag, match_eo));
183 if (submatch_data[i].so_tag == tnfa->end_tag)
188 if (submatch_data[i].eo_tag == tnfa->end_tag)
H A Dtre-internal.h316 int end_tag; member in struct:tnfa
H A Dtre-compile.c420 tnfa->end_tag = 0;
1633 tnfa->end_tag = num_tags;
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/
H A Druntests.pl378 ($string, $start_tag, $end_tag) = @_;
384 print JS_OUTPUT "$start_tag $string $end_tag";
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/bin/
H A Dtpage120 'template_end_tag|end_tag|endtag=s',
177 --end_tag=STRING STRING defined end of directive tag
/macosx-10.10/ruby-106/ruby/lib/rss/
H A Drss.rb1007 end_tag = "</#{full_name}>"
1012 end_tag = "/>"
1015 end_tag = "\n#{indent}</#{full_name}>"
1019 start_tag + content.join("\n") + end_tag
/macosx-10.10/vim-55/src/
H A Dsearch.c3730 * When "end_tag" is TRUE return TRUE if the cursor is on "</aaa>".
3733 in_html_tag(end_tag)
3734 int end_tag;
3781 if (end_tag)

Completed in 236 milliseconds