Searched refs:PARITY (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/shell_cmds-175/locate/locate/
H A Dlocate.h42 #define PARITY 0200 /* parity bit */ macro
H A Dfastfind.c72 if (c < PARITY) {
242 * >= PARITY: bigram
245 * offset < SWITCH < UMLAUT < ascii < PARITY < bigram
247 if (c < PARITY) {
/macosx-10.9.5/shell_cmds-175/locate/code/
H A Dlocate.code.c215 if (putchar((code / 2) | PARITY) == EOF)
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dplm.vim91 syn keyword plm286BuiltIn OFFSETOF PARITY RESTOREGLOBALTABLE
H A Dmasm.vim79 syn match masmOperator "PARITY?"
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dtty.c160 #define PARITY(c) (char_type[c] & O) macro

Completed in 194 milliseconds