Home
last modified time | relevance | path

Searched refs:DSORG_PO (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/hercules/hercules-3.13/
H A Ddasdls.c272 switch (f1dscb->ds1dsorg[0] & (DSORG_PS | DSORG_DA | DSORG_PO)) in list_contents()
276 case DSORG_PO: tmpstr = "PO"; break; in list_contents()
H A Ddasdblks.h190 #define DSORG_PO 0x02 /* Partitioned organization */ macro
H A Ddasdseq.c145 if (dsorg & (DSORG_PO * 256)) strcpy(txtdsorg, "PO"); in showf1()
H A Ddasdload.c204 else if (dsorg[0] & DSORG_PO) in dsorg_name()
4190 if (dsorg & DSORG_PO) in empty_initialize()
4522 *dsorg = DSORG_PO; in parse_ctrl_stmt()