Searched refs:last_u_d (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/usr.bin/indent/
H A Dlexi.c249 state->last_u_d = true;
255 state->last_u_d = (state->last_token == structure);
271 state->last_u_d = true;
276 state->last_u_d = true;
342 state->last_u_d = true;
347 state->last_u_d = true; /* will make "int a -1" work */
362 unary_delim = state->last_u_d;
414 unary_delim = state->last_u_d;
450 unary_delim = state->last_u_d;
468 code = (state->last_u_d
[all...]
H A Dindent_globs.h289 int last_u_d; /* set to true after scanning a token which member in struct:parser_state
H A Dindent.c621 ps.last_u_d = true;
640 ps.last_u_d = true; /* inform lexi that a following
1018 ps.last_u_d = true;

Completed in 68 milliseconds