Searched refs:current_state (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/lib/pcre/
H A Dpcre_dfa_exec.c640 stateblock *current_state = active_states + i; local
643 int state_offset = current_state->offset;
661 if (current_state->data > 0)
664 ADD_NEW_DATA(state_offset, current_state->count,
665 current_state->data - 1);
671 current_state->offset = state_offset = -state_offset;
682 active_states[j].count == current_state->count)
1166 count = current_state->count; /* Already matched */
1256 count = current_state->count; /* Number already matched */
1285 count = current_state
[all...]
/barrelfish-master/usr/skb/programs/
H A Ddecoding_net4_support.pl13 :- dynamic current_state/1.
78 assert(current_state(null)),
86 retractall(current_state(_)), assert(current_state(S)).
89 state_get(S) :- current_state(S).
H A Ddecoding_net4_tests.pl17 retractall(current_state(_)),
/barrelfish-master/lib/octopus/parser/
H A Dscan.c346 static yy_state_type yy_try_NUL_trans (yy_state_type current_state ,yyscan_t yyscanner);
1316 * next_state = yy_try_NUL_trans( current_state );

Completed in 75 milliseconds