Searched refs:Enum (Results 1 - 25 of 40) sorted by relevance

12

/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/bltins/
H A Denum.c89 struct Enum struct
100 struct Enum *ep;
104 ep = (struct Enum*)np->nvfun;
125 struct Enum *ep, *pp=(struct Enum*)fp;
126 ep = newof(0,struct Enum,1,pp->nelem*sizeof(char*));
127 memcpy((void*)ep,(void*)pp,sizeof(struct Enum)+pp->nelem*sizeof(char*));
133 struct Enum *ep = (struct Enum*)fp;
169 struct Enum *e
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/
H A Dseparator.tcl18 {-relief Enum groove 0 {ridge groove}}
19 {-orient Enum horizontal 1 {horizontal vertical}}
H A Ddragsite.tcl20 [list -dragevent Enum 1 0 [list 1 2 3]] \
51 [list -dragevent Enum $event 0 [list 1 2 3]] \
H A Dmessagedlg.tcl35 {-icon Enum info 0 {none error info question warning}}
36 {-type Enum user 0 {abortretryignore ok okcancel \
H A Ddialog.tcl35 {-modal Enum local 0 {none local global}}
41 {-side Enum bottom 1 {bottom left top right}}
42 {-anchor Enum c 1 {n e w s c}}
45 {-place Enum center 0 {none center left right above below}}
H A Dtitleframe.tcl27 {-side Enum left 0 {left center right}}
28 {-baseline Enum center 0 {top center bottom}}
H A Dscrollw.tcl24 {-scrollbar Enum both 0 {none both vertical horizontal}}
25 {-auto Enum both 0 {none both vertical horizontal}}
26 {-sides Enum se 0 {ne en nw wn se es sw ws}}
H A Dlabelframe.tcl29 {-side Enum left 1 {left right top bottom}}
H A Dpasswddlg.tcl50 {-type Enum ok 0 {ok okcancel}}
H A Dprogressbar.tcl20 {-type Enum normal 0
28 {-orient Enum horizontal 1 {horizontal vertical}}
H A Dpanedw.tcl35 {-side Enum top 1 {top left bottom right}}
40 {-activator Enum "" 1 {line button}}
41 {-weights Enum extra 1 {extra available}}
H A Dbuttonbox.tcl25 {-orient Enum horizontal 1 {horizontal vertical}}
26 {-state Enum "normal" 0 {normal disabled}}
H A Ddynhelp.tcl38 {-state Enum "normal" 0 {normal disabled}}\
102 [list -helptype Enum $type 0 [list balloon variable]] \
H A Dlabel.tcl31 {-state Enum normal 0 {normal disabled}}
H A Darrow.tcl37 [list -type Enum button 0 [list arrow button]] \
38 [list -dir Enum top 0 [list top bottom left right]] \
54 [list -arrowrelief Enum raised 0 [list raised sunken]] \
H A Dwizard.tcl61 {-action Enum "merge" 0 {merge terminate} }
79 {-type Enum "dialog" 1 {dialog frame} }
95 {-place Enum "center" 1
H A Dbutton.tcl47 {-relief Enum raised 0 {raised sunken flat ridge solid groove link}}
H A Dentry.tcl35 [list -state Enum normal 0 [list normal disabled]] \
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DEnumFormat.java42 names[i] = ((Enum) values[i]).name();
68 values[i] = Enum.valueOf(cls, names[i]);
130 ("Enum constant is not defined: " + name);
168 "Enum values may not be removed: " + oldNames);
/macosx-10.10.1/JavaScriptCore-7600.1.17/inspector/agents/
H A DInspectorDebuggerAgent.h94 void schedulePauseOnNextStatement(InspectorDebuggerFrontendDispatcher::Reason::Enum breakReason, PassRefPtr<InspectorObject> data);
96 void breakProgram(InspectorDebuggerFrontendDispatcher::Reason::Enum breakReason, PassRefPtr<InspectorObject> data);
162 InspectorDebuggerFrontendDispatcher::Reason::Enum m_breakReason;
H A DInspectorRuntimeAgent.h62 virtual void parse(ErrorString*, const String& expression, Inspector::TypeBuilder::Runtime::SyntaxErrorType::Enum* result, Inspector::TypeBuilder::OptOutput<String>* message, RefPtr<Inspector::TypeBuilder::Runtime::ErrorRange>&) override final;
H A DInspectorRuntimeAgent.cpp85 void InspectorRuntimeAgent::parse(ErrorString*, const String& expression, Inspector::TypeBuilder::Runtime::SyntaxErrorType::Enum* result, Inspector::TypeBuilder::OptOutput<String>* message, RefPtr<Inspector::TypeBuilder::Runtime::ErrorRange>& range)
/macosx-10.10.1/JavaScriptCore-7600.1.17/inspector/
H A DConsoleMessage.cpp134 static Inspector::TypeBuilder::Console::ConsoleMessage::Source::Enum messageSourceValue(MessageSource source)
151 static Inspector::TypeBuilder::Console::ConsoleMessage::Type::Enum messageTypeValue(MessageType type)
171 static Inspector::TypeBuilder::Console::ConsoleMessage::Level::Enum messageLevelValue(MessageLevel level)
/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DCodeGenRegisters.h45 CodeGenSubRegIndex(Record *R, unsigned Enum);
46 CodeGenSubRegIndex(StringRef N, StringRef Nspace, unsigned Enum);
105 CodeGenRegister(Record *R, unsigned Enum);
H A DCodeGenRegisters.cpp30 CodeGenSubRegIndex::CodeGenSubRegIndex(Record *R, unsigned Enum) argument
31 : TheDef(R), EnumValue(Enum), LaneMask(0) {
38 unsigned Enum)
39 : TheDef(0), Name(N), Namespace(Nspace), EnumValue(Enum), LaneMask(0) {
99 CodeGenRegister::CodeGenRegister(Record *R, unsigned Enum) argument
101 EnumValue(Enum),
37 CodeGenSubRegIndex(StringRef N, StringRef Nspace, unsigned Enum) argument

Completed in 143 milliseconds

12