Searched refs:last_u_d (Results 1 – 3 of 3) sorted by relevance
249 state->last_u_d = true; in lexi()255 state->last_u_d = (state->last_token == structure); in lexi()271 state->last_u_d = true; in lexi()276 state->last_u_d = true; in lexi()342 state->last_u_d = true; in lexi()347 state->last_u_d = true; /* will make "int a -1" work */ in lexi()362 unary_delim = state->last_u_d; in lexi()414 unary_delim = state->last_u_d; in lexi()450 unary_delim = state->last_u_d; in lexi()468 code = (state->last_u_d ? unary_op : binary_op); in lexi()[all …]
289 int last_u_d; /* set to true after scanning a token which member
621 ps.last_u_d = true; in main()640 ps.last_u_d = true; /* inform lexi that a following in main()1018 ps.last_u_d = true; in main()