Searched refs:curState (Results 1 – 4 of 4) sorted by relevance
172 var curState, curStream, setStyle;174 for (var i = arguments.length - 1; i >= 0; i--) curState.cc.push(arguments[i]);182 …var noIndent = Kludges.doNotIndent.hasOwnProperty(tagName) || (curState.context && curState.contex…183 curState.context = {184 prev: curState.context,186 indent: curState.indented,192 if (curState.context) curState.context = curState.context.prev;197 curState.tagName = tagName;198 curState.tagStart = curStream.column();199 return cont(attributes, endtag(curState.startOfLine));[all …]
63 state.curState = state.php;73 var style = htmlMode.token(stream, state.curState);
34 …deSingletonState curState = (deSingletonState)deAtomicCompareExchange32((volatile deUint32*)single… in deInitSingleton() local36 if (curState == DE_SINGLETON_STATE_NOT_INITIALIZED) in deInitSingleton()46 else if (curState == DE_SINGLETON_STATE_INITIALIZING) in deInitSingleton()
357 TestThreadState::State curState = m_state.getState();359 if (curState == TestThreadState::STATE_RUNNING)372 else if (curState == TestThreadState::STATE_STOP_REQUESTED)