Lines Matching defs:bump
1770 trace_textout(Sfio_t* sp, register char* p, char* conform, int conformlen, int style, int level, int bump, Sfio_t* ip, int version, char* id, char* catalog, int line)
1774 message((-21, "opthelp: txt#%d +++ %2d \"%s\" style=%d level=%d bump=%d", line, ++depth, show(p), style, level, bump));
1775 p = textout(sp, p, conform, conformlen, style, level, bump, ip, version, id, catalog);
1783 textout(Sfio_t* sp, register char* s, char* conform, int conformlen, int style, int level, int bump, Sfio_t* ip, int version, char* id, char* catalog)
1786 #define textout(sp,s,conform,conformlen,style,level,bump,ip,version,id,catalog) trace_textout(sp,s,conform,conformlen,style,level,bump,ip,version,id,catalog,__LINE__)
1867 if (c == '+' || c == '-' && (bump = 3) || c != ' ' && level > 1)
1931 s = textout(sp, s, conform, conformlen, style, level + bump + par + 1, 0, ip, version, id, catalog);
1952 for (n = 0; n < bump + 1; n++)
2068 s = textout(sp, s, 0, 0, style, level + bump + !level, 0, ip, version, id, catalog);