Home
last modified time | relevance | path

Searched refs:RECFM_BLOCKED (Results 1 – 4 of 4) sorted by path

/dports/emulators/hercules/hercules-3.13/
H A Ddasdblks.h202 #define RECFM_BLOCKED 0x10 /* Bit 3=Blocked */ macro
H A Ddasdload.c232 if (recfm[0] & RECFM_BLOCKED) strcat (name, "B"); in recfm_name()
3480 if (recfm != RECFM_FORMAT_F && recfm != (RECFM_FORMAT_F|RECFM_BLOCKED)) in seq_initialize()
3645 if (*blklen > 0 && (!(recfm & RECFM_BLOCKED) in add_logical_record()
4542 *recfm = RECFM_FORMAT_F | RECFM_BLOCKED; in parse_ctrl_stmt()
4544 *recfm = RECFM_FORMAT_F | RECFM_BLOCKED | RECFM_CTLCHAR_A; in parse_ctrl_stmt()
4546 *recfm = RECFM_FORMAT_F | RECFM_BLOCKED | RECFM_CTLCHAR_M; in parse_ctrl_stmt()
4548 *recfm = RECFM_FORMAT_F | RECFM_BLOCKED | RECFM_SPANNED; in parse_ctrl_stmt()
4556 *recfm = RECFM_FORMAT_V | RECFM_BLOCKED; in parse_ctrl_stmt()
4558 *recfm = RECFM_FORMAT_V | RECFM_BLOCKED | RECFM_CTLCHAR_A; in parse_ctrl_stmt()
4560 *recfm = RECFM_FORMAT_V | RECFM_BLOCKED | RECFM_CTLCHAR_M; in parse_ctrl_stmt()
[all …]
H A Ddasdls.c293 if (f1dscb->ds1recfm & RECFM_BLOCKED) strcat(txtrecfm, "B"); in list_contents()
H A Ddasdseq.c154 if (f1dscb->ds1recfm & RECFM_BLOCKED) strcat(txtrecfm, "B"); in showf1()
558 RECFM_FORMAT_F | RECFM_BLOCKED; // recfm FB for fbcopy in parsecmd()