Home
last modified time | relevance | path

Searched refs:HETHDR_FLAGS1_BOR (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/hercules/hercules-3.13/
H A Dhetlib.c784 if( !( flags1 & HETHDR_FLAGS1_BOR ) ) in het_read()
789 if( !( hetb->chdr.flags1 & HETHDR_FLAGS1_BOR ) ) in het_read()
823 if( hetb->chdr.flags1 & HETHDR_FLAGS1_BOR ) in het_read()
1231 flags = HETHDR_FLAGS1_BOR; in het_write()
1344 flags &= (~HETHDR_FLAGS1_BOR); in het_write()
1784 while( hetb->chdr.flags1 & !( HETHDR_FLAGS1_BOR | HETHDR_FLAGS1_TAPEMARK ) ); in het_bsb()
H A Dhetlib.h59 #define HETHDR_FLAGS1_BOR 0x80 /* Start of new record */ macro