Lines Matching refs:post
11998 /* post defines POST/PRE add. c is the token ++ or -- */11999 void inc(int post, int c)12003 if (post) {12012 if (post)12013 vpop(); /* if post op, return saved value */12565 /* parse next post type */13031 /* post operations */