Home
last modified time | relevance | path

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

/freebsd/usr.bin/indent/
H A Dlexi.c249 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 …]
H A Dindent_globs.h289 int last_u_d; /* set to true after scanning a token which member
H A Dindent.c621 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()