Home
last modified time | relevance | path

Searched refs:txtdsorg (Results 1 – 1 of 1) sorted by last modified time

/dports/emulators/hercules/hercules-3.13/
H A Ddasdseq.c110 char txtdsorg[5] = ""; // dsorg text in showf1() local
142 if (dsorg & (DSORG_IS * 256)) strcpy(txtdsorg, "IS"); in showf1()
143 if (dsorg & (DSORG_PS * 256)) strcpy(txtdsorg, "PS"); in showf1()
144 if (dsorg & (DSORG_DA * 256)) strcpy(txtdsorg, "DA"); in showf1()
145 if (dsorg & (DSORG_PO * 256)) strcpy(txtdsorg, "PO"); in showf1()
146 if (dsorg & DSORG_AM) strcpy(txtdsorg, "VS"); in showf1()
147 if (txtdsorg[0] == '\0') strcpy(txtdsorg, "??"); in showf1()
148 if (dsorg & (DSORG_U * 256)) strcat(txtdsorg, "U"); in showf1()
173 txtdsorg, txtrecfm, lrecl, blksize); in showf1()