Home | History | Annotate | Download | only in init

Lines Matching refs:state

6 int next_token(struct parse_state *state)
8 char *x = state->ptr;
11 if (state->nexttoken) {
12 int t = state->nexttoken;
13 state->nexttoken = 0;
20 state->ptr = x;
24 state->ptr = x;
34 state->ptr = x+1;
37 state->ptr = x;
46 state->ptr = x;
50 state->text = s = x;
62 state->nexttoken = T_NEWLINE;
71 state->ptr = x;
106 state->line++;