Home | History | Annotate | Download | only in src

Lines Matching defs:cs

113   int cs;
118 cs = sea_syllable_machine_start;
142 switch ( _sea_syllable_machine_from_state_actions[cs] ) {
150 _keys = _sea_syllable_machine_trans_keys + (cs<<1);
151 _inds = _sea_syllable_machine_indicies + _sea_syllable_machine_index_offsets[cs];
153 _slen = _sea_syllable_machine_key_spans[cs];
159 cs = _sea_syllable_machine_trans_targs[_trans];
197 switch ( _sea_syllable_machine_to_state_actions[cs] ) {
210 if ( _sea_syllable_machine_eof_trans[cs] > 0 ) {
211 _trans = _sea_syllable_machine_eof_trans[cs] - 1;