Home
last modified time | relevance | path

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

/freebsd/usr.bin/indent/
H A Dindent_codes.h43 #define postop 6 macro
H A Dlexi.c476 code = (state->last_u_d ? unary_op : postop); in lexi()
H A Dindent.c693 case postop: /* got a trailing ++ or -- */ in main()