Searched refs:incrdecr (Results 1 – 3 of 3) sorted by relevance
173 incrdecr, /* POSTINCR */174 incrdecr, /* PREINCR */175 incrdecr, /* POSTDECR */176 incrdecr, /* PREDECR */
172 extern Cell *incrdecr(Node **, int);
1105 Cell *incrdecr(Node **a, int n) /* a[0]++, etc. */ in incrdecr() function