Home
last modified time | relevance | path

Searched refs:DSORG_PS (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()
274 case DSORG_PS: tmpstr = "PS"; break; in list_contents()
H A Ddasdblks.h188 #define DSORG_PS 0x40 /* Physically sequential */ macro
H A Ddasdseq.c143 if (dsorg & (DSORG_PS * 256)) strcpy(txtdsorg, "PS"); in showf1()
1136 if (dsorg & (DSORG_PS * 256)) { in main()
H A Ddasdload.c200 else if (dsorg[0] & DSORG_PS) in dsorg_name()
3475 if (!(dsorg & DSORG_PS) && !(dsorg & DSORG_DA)) in seq_initialize()
3979 if (dsorg != DSORG_PS) { in process_text_file()
4518 *dsorg = DSORG_PS; in parse_ctrl_stmt()