Lines Matching defs:bump
1567 trace_textout(Sfio_t* sp, register char* p, int style, int level, int bump, Sfio_t* ip, int version, char* id, char* catalog, int line)
1571 message((-21, "opthelp: txt#%d +++ %2d \"%s\" style=%d level=%d bump=%d", line, ++depth, show(p), style, level, bump));
1572 p = textout(sp, p, style, level, bump, ip, version, id, catalog);
1580 textout(Sfio_t* sp, register char* p, int style, int level, int bump, Sfio_t* ip, int version, char* id, char* catalog)
1583 #define textout(sp,p,style,level,bump,ip,version,id,catalog) trace_textout(sp,p,style,level,bump,ip,version,id,catalog,__LINE__)
1663 if (c == '+' || c == '-' && (bump = 3) || c != ' ' && level > 1)
1727 p = textout(sp, p, style, level + bump + par + 1, 0, ip, version, id, catalog);
1748 for (n = 0; n < bump + 1; n++)
1859 p = textout(sp, p, style, level + bump + !level, 0, ip, version, id, catalog);