Searched refs:last_u_d (Results 1 – 3 of 3) sorted by relevance
257 state->last_u_d = true; in lexi()263 state->last_u_d = (state->last_token == structure); in lexi()279 state->last_u_d = true; in lexi()284 state->last_u_d = true; in lexi()350 state->last_u_d = true; in lexi()355 state->last_u_d = true; /* will make "int a -1" work */ in lexi()370 unary_delim = state->last_u_d; in lexi()422 unary_delim = state->last_u_d; in lexi()458 unary_delim = state->last_u_d; in lexi()476 code = (state->last_u_d ? unary_op : binary_op); in lexi()[all …]
290 int last_u_d; /* set to true after scanning a token which member
630 ps.last_u_d = true; in main()649 ps.last_u_d = true; /* inform lexi that a following in main()1027 ps.last_u_d = true; in main()