Searched refs:OUTSIDE (Results 1 - 16 of 16) sorted by relevance

/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkScrollbar.h142 #define OUTSIDE 0 macro
H A DtkScrollbar.c274 scrollPtr->activeField = OUTSIDE;
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkScrollbar.h145 #define OUTSIDE 0 macro
H A DtkScrollbar.c282 scrollPtr->activeField = OUTSIDE;
/macosx-10.9.5/patch_cmds-17/patch/
H A Dpatch.c815 #define OUTSIDE 0 macro
819 int def_state = OUTSIDE;
830 if (def_state == OUTSIDE) {
849 } else if (def_state == OUTSIDE) {
891 if (do_defines && def_state != OUTSIDE) {
893 def_state = OUTSIDE;
900 if (def_state == OUTSIDE) {
913 if (do_defines && def_state != OUTSIDE) {
/macosx-10.9.5/gpatch-3/patch/
H A Dpatch.c997 register enum {OUTSIDE, IN_IFNDEF, IN_IFDEF, IN_ELSE} def_state = OUTSIDE; enumerator in enum:__anon8967
1012 if (def_state == OUTSIDE) {
1040 else if (def_state == OUTSIDE) {
1103 if (R_do_defines && def_state != OUTSIDE) {
1108 def_state = OUTSIDE;
1116 if (def_state == OUTSIDE) {
1140 if (R_do_defines && def_state != OUTSIDE) {
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dcompactdecimalformat.cpp53 OUTSIDE, enumerator in enum:QuoteState
810 QuoteState state = OUTSIDE;
827 case OUTSIDE:
828 state = ch == u_apos ? INSIDE_EMPTY : OUTSIDE;
832 state = ch == u_apos ? OUTSIDE : INSIDE_FULL;
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DRenderStyleConstants.h386 enum EListStylePosition { OUTSIDE, INSIDE }; enumerator in enum:WebCore::EListStylePosition
H A DRenderStyle.h1599 static EListStylePosition initialListStylePosition() { return OUTSIDE; }
/macosx-10.9.5/tcl-102/tk/tk/unix/
H A DtkUnixScrlbr.c430 * scrollbar entirely, then OUTSIDE is returned.
459 return OUTSIDE;
/macosx-10.9.5/tcl-102/tk/tk/win/
H A DtkWinScrlbr.c712 * scrollbar entirely, then OUTSIDE is returned.
741 return OUTSIDE;
/macosx-10.9.5/tcl-102/tk84/tk/unix/
H A DtkUnixScrlbr.c431 * (x,y) is outside the scrollbar entirely, then OUTSIDE is
461 return OUTSIDE;
/macosx-10.9.5/tcl-102/tk84/tk/win/
H A DtkWinScrlbr.c728 * (x,y) is outside the scrollbar entirely, then OUTSIDE is
758 return OUTSIDE;
/macosx-10.9.5/tcl-102/tk84/tk/macosx/
H A DtkMacOSXScrlbr.c474 * (x,y) is outside the scrollbar entirely, then OUTSIDE is
500 return OUTSIDE;
540 return OUTSIDE;
/macosx-10.9.5/tcl-102/tk/tk/macosx/
H A DtkMacOSXScrlbr.c546 * scrollbar entirely, then OUTSIDE is returned.
580 return OUTSIDE;
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSPrimitiveValueMappings.h1596 case OUTSIDE:
1609 return OUTSIDE;
1615 return OUTSIDE;

Completed in 286 milliseconds