Lines Matching defs:end
168 if ( *tag == 0 ) // Have we found the end of the tag, and everything equal?
545 // tag or an end tag.
569 // elements -- read the end tag, and return.
575 // We should find the end tag now
644 // Have we hit a new element or an end tag?
779 const char* end;
784 end = "\'";
785 p = ReadText( p, &value, false, end, false );
790 end = "\"";
791 p = ReadText( p, &value, false, end, false );
801 && *p != '/' && *p != '>' ) // tag end
834 const char* end = "<";
835 p = ReadText( p, &value, ignoreWhite, end, false );
860 // Find the beginning, find the end, and look for
871 // const char* end = strstr( start, "?>" );