Searched refs:xmlShell (Results 1 – 4 of 4) sorted by relevance
205 xmlShell (xmlDocPtr doc,
10408 #undef xmlShell10409 extern __typeof (xmlShell) xmlShell __attribute((alias("xmlShell__internal_alias")));10411 #ifndef xmlShell10412 extern __typeof (xmlShell) xmlShell__internal_alias __attribute((visibility("hidden")));10413 #define xmlShell xmlShell__internal_alias macro
2801 xmlShell(xmlDocPtr doc, char *filename, xmlShellReadlineFunc input, in xmlShell() function
2436 xmlShell(doc, filename, xmlShellReadline, stdout); in parseAndPrintFile()