Searched defs:states (Results 26 - 43 of 43) sorted by relevance

12

/external/mksh/src/
H A Dlex.c28 * states while lexing word
197 Lex_state states[STATE_BSIZE], *statep, *s2, *base; local
206 states[0].type = SINVALID;
207 states[0].ls_base = NULL;
208 statep = &states[1];
209 state_info.base = states;
495 /* XXX which other states are valid? */
502 /* XXX which other states are valid? */
821 * the existing states ($ and \`...` should be
909 if (statep != &states[
[all...]
/external/libxml2/
H A Dpattern.c108 int nbState; /* number of states in the automata */
109 int maxState; /* allocated number of states */
111 int *states; /* the array of step indexes */ member in struct:_xmlStreamCtxt
147 xmlStepStatePtr states; member in struct:_xmlStepStates
460 xmlPatPushState(xmlStepStates *states, int step, xmlNodePtr node) { argument
461 if ((states->states == NULL) || (states->maxstates <= 0)) {
462 states->maxstates = 4;
463 states
497 xmlStepStates states = {0, 0, NULL}; /* // may require backtrack */ local
[all...]
H A Drelaxng.c320 int nbState; /* the number of states */
373 xmlRelaxNGStatesPtr states; /* the accumulated state list */ member in struct:_xmlRelaxNGValidCtxt
375 xmlRelaxNGStatesPtr freeState; /* the pool of free valid states */
1025 xmlRngVErrMemory(ctxt, "allocating states\n");
1034 xmlRngVErrMemory(ctxt, "allocating states\n");
1044 * @states: the states container
1054 xmlRelaxNGStatesPtr states,
1060 if (states->nbState >= states
1053 xmlRelaxNGAddStatesUniq(xmlRelaxNGValidCtxtPtr ctxt, xmlRelaxNGStatesPtr states, xmlRelaxNGValidStatePtr state) argument
1091 xmlRelaxNGAddStates(xmlRelaxNGValidCtxtPtr ctxt, xmlRelaxNGStatesPtr states, xmlRelaxNGValidStatePtr state) argument
1134 xmlRelaxNGFreeStates(xmlRelaxNGValidCtxtPtr ctxt, xmlRelaxNGStatesPtr states) argument
10146 xmlRelaxNGStatesPtr states = NULL, res = NULL; local
10290 xmlRelaxNGStatesPtr states = NULL; local
10580 xmlRelaxNGStatesPtr states, res; local
[all...]
H A Dxmlregexp.c227 /* knowing states ponting to us can speed things up */
257 xmlRegStatePtr *states; member in struct:_xmlAutomata
271 xmlRegStatePtr *states; member in struct:_xmlRegexp
318 * A stack of rollback states
437 ret->states = ctxt->states;
464 * 1/ counting the effective number of states left
477 if (ret->states[i] != NULL) {
485 printf("Final: %d states\n", nbstates);
564 state = ret->states[
[all...]
/external/webkit/Source/WebCore/platform/efl/
H A DRenderThemeEfl.cpp249 void RenderThemeEfl::applyEdjeStateFromForm(Evas_Object* object, ControlStates states) argument
266 if (states & (1 << i))
/external/iproute2/misc/
H A Dss.c101 int states; member in struct:filter
108 .states = SS_ALL & ~((1<<SS_LISTEN)|(1<<SS_CLOSE)|(1<<SS_TIME_WAIT)|(1<<SS_SYN_RECV)),
1185 if (!(f->states & (1<<state)))
1496 req.r.idiag_states = f->states;
1689 if (f->states&(1<<SS_TIME_WAIT))
1766 if (!(f->states & (1<<state)))
1935 if (!(f->states & (1<<s->state)))
2081 if (!(f->states & (1<<SS_CLOSE)))
2154 if (!(f->states & (1<<SS_CLOSE)))
2510 current_filter.states
[all...]
/external/valgrind/main/callgrind/
H A Dglobal.h577 * This is the number of execution states storable in a thread.
601 exec_stack states; /* execution states interrupted by signals */ member in struct:_thread_info
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.commands_3.6.0.I20100512-1500.jar ... .commands.IStateListener { private java.util.Map states public void " href="/4.2.2_r1/s? ...
H A Dorg.eclipse.core.jobs_3.5.1.R36x_v20100824.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources.compatibility_3.4.0.v20090505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 464 milliseconds

12