Home
last modified time | relevance | path

Searched defs:PARITY (Results 1 – 4 of 4) sorted by relevance

/original-bsd/usr.bin/locate/locate/
H A Dlocate.h14 #define PARITY 0200 /* parity bit */ macro
/original-bsd/sys/news3400/sio/
H A Dsccparam.h27 #define PARITY 0x00000100 macro
/original-bsd/usr.bin/tip/
H A Dtip.h208 #define PARITY 32 macro
/original-bsd/sys/kern/
H A Dtty.c55 #define PARITY(c) (char_type[c] & O) macro