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