Searched refs:optbit (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/pcre-7/pcre/
H A Dpcre_compile.c1297 optbit the option bit whose changing is significant, or
1305 first_significant_code(const uschar *code, int *options, int optbit, argument
1313 if (optbit > 0 && ((int)code[1] & optbit) != (*options & optbit))
/macosx-10.10/emacs-93/emacs/src/
H A Dprocess.c2528 enum { OPIX_NONE=0, OPIX_MISC=1, OPIX_REUSEADDR=2 } optbit;
2560 Returns (1<<socket_options[OPT].optbit) if option is known, 0 otherwise.
2650 return (1 << sopt->optbit);
2517 enum { OPIX_NONE=0, OPIX_MISC=1, OPIX_REUSEADDR=2 } optbit; member in struct:socket_options

Completed in 192 milliseconds