Lines Matching +full:- +full:- +full:catalog
9 CMD PROMPT('XML/SGML catalog tool')
11 /* Catalog file path. */
16 PROMPT('XML/SGML catalog file')
18 /* Catalog kind: XML/SGML. */
22 SPCVAL((*XML '') (*SGML '--sgml')) +
23 PROMPT('Catalog kind')
33 /* Convert SGML to XML catalog. */
36 RSTD(*YES) SPCVAL((*YES '--convert') (*NO '')) +
38 PROMPT('Convert SGML to XML catalog')
40 /* SGML super catalog update. */
43 SPCVAL((*YES '') (*NO '--no-super-update')) +
45 PROMPT('Update the SGML super catalog')
50 RSTD(*YES) SPCVAL((*YES '-v') (*NO '')) +
88 CASE(*MIXED) PROMPT('SGML catalog file name')
98 /* Additional catalog files. */
100 PARM KWD(CATALOG) TYPE(*PNAME) LEN(5000) VARY(*YES *INT2) +
102 CHOICE('Catalog stream file path') +
103 PROMPT('Additional catalog file') SPCVAL( +
104 (*DEFAULT '/etc/xml/catalog') +