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

/macosx-10.9.5/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.9.5/apache-786.1/httpd/srclib/pcre/
H A Dpcre.c1305 optbit the option bit whose changing is significant, or
1313 first_significant_code(const uschar *code, int *options, int optbit, argument
1321 if (optbit > 0 && ((int)code[1] & optbit) != (*options & optbit))
/macosx-10.9.5/emacs-92/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 374 milliseconds