Home | History | Annotate | Download | only in libxml2

Lines Matching refs:top

348 static void xmlFAParseRegExp(xmlRegParserCtxtPtr ctxt, int top);
5298 * @top: is this the top-level expression ?
5303 xmlFAParseRegExp(xmlRegParserCtxtPtr ctxt, int top) {
5306 /* if not top start should have been generated by an epsilon trans */
5310 if (top) {
5327 if (!top) {