Searched refs:postop (Results 1 – 3 of 3) sorted by relevance
| /mirbsd/src/usr.bin/indent/ | ||
| D | indent_codes.h | 45 #define postop 6 macro |
| D | lexi.c | 471 code = (ps.last_u_d ? unary_op : postop); in lexi() |
| D | indent.c | 646 case postop: /* got a trailing ++ or -- */ in main() |