Home
last modified time | relevance | path

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

/original-bsd/usr.bin/uucp/uucico/
H A Dpk0.c161 pk->p_is[x] = ~(B_COPY+B_MARK);
167 if (pk->p_is[seq] & (B_COPY | B_MARK)) {
179 pk->p_is[seq] = B_MARK;
183 pk->p_is[seq] = B_MARK+B_SHORT;
209 if (pk->p_is[x] & B_MARK)
330 pk->p_os[x] = B_MARK;
H A Dpk.h90 #define B_MARK 040 macro