Lines Matching defs:rbp
1098 static int expr(int rbp);
1811 int rbp = getrbp(optor);
1844 expr(rbp);
1857 expr(rbp);
1863 expr(rbp);
1869 expr(rbp);
1884 #define CALLED_BY_PRINT 99987 // Arbitrary, different from any real rbp value
1886 static int expr(int rbp)
1897 if (rbp == CALLED_BY_PRINT) {
1899 else rbp = 0;
1921 if (prim_st < 0 && (rbp <= getrbp(optor) || strchr(odd_assignment_rbp, rbp))) {
1932 while (rbp < getlbp(optor)) {