Lines Matching refs:el
892 start (ParsingContext * pc, const char *el, const char **attr) in start() argument
914 if (strcmp (el, "match") == 0) { in start()
935 } else if (strcmp (el, "merge") == 0) { in start()
952 } else if (strcmp (el, "append") == 0) { in start()
969 } else if (strcmp (el, "prepend") == 0) { in start()
986 } else if (strcmp (el, "remove") == 0) { in start()
1003 } else if (strcmp (el, "clear") == 0) { in start()
1020 } else if (strcmp (el, "device") == 0) { in start()
1030 } else if (strcmp (el, "deviceinfo") == 0) { in start()
1040 } else if (strcmp (el, "spawn") == 0) { in start()
1059 XML_GetCurrentColumnNumber (pc->parser), el)); in start()
1090 end (ParsingContext * pc, const char *el) in end() argument