Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.bin/indent/
Dlexi.c257 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 …]
Dindent_globs.h290 int last_u_d; /* set to true after scanning a token which member
Dindent.c630 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()