Lines Matching defs:el
888 * @param el Element name
892 start (ParsingContext * pc, const char *el, const char **attr)
905 printf("%s", el);
914 if (strcmp (el, "match") == 0) {
935 } else if (strcmp (el, "merge") == 0) {
952 } else if (strcmp (el, "append") == 0) {
969 } else if (strcmp (el, "prepend") == 0) {
986 } else if (strcmp (el, "remove") == 0) {
1003 } else if (strcmp (el, "clear") == 0) {
1020 } else if (strcmp (el, "device") == 0) {
1030 } else if (strcmp (el, "deviceinfo") == 0) {
1040 } else if (strcmp (el, "spawn") == 0) {
1059 XML_GetCurrentColumnNumber (pc->parser), el));
1087 * @param el Element name
1090 end (ParsingContext * pc, const char *el)