Home | History | Annotate | Download | only in awk

Lines Matching refs:XML_RPATH

112     XML_RPATH = tag "/" XML_RPATH;
116 _xml_p = index(XML_RPATH, "/");
117 _xml_expected = substr(XML_RPATH, 1, _xml_p-1);
120 XML_RPATH = substr(XML_RPATH, _xml_p+1);
151 # XML_RPATH: the _reversed_ element path, using "/" as a separator.
161 printf "XML_TYPE=%s XML_TAG=%s XML_RPATH=%s", XML_TYPE, XML_TAG, XML_RPATH;
254 # 4. Maintaining XML_RPATH:
257 # XML_RPATH variable when entering and exiting specific tags. _xml_exit()
326 # Note the call to _xml_exit() to update XML_RPATH here.