Lines Matching refs:aparser
446 myparser aparser(documentId, fileName, title); in compile() local
447 aparser.traverse(docResolved); in compile()
449 documentId = aparser.documentId; in compile()
450 fileName = aparser.fileName; in compile()
451 title = aparser.title; in compile()
462 streamTable.default_hidlist = aparser.hidlist; in compile()
463 streamTable.default_helptexts = aparser.helptexts; in compile()
464 streamTable.default_keywords = aparser.keywords; in compile()
470 streamTable.appl_hidlist = aparser.hidlist; in compile()
471 streamTable.appl_helptexts = aparser.helptexts; in compile()
472 streamTable.appl_keywords = aparser.keywords; in compile()