Searched defs:bump (Results 1 - 1 of 1) sorted by relevance
/ast/src/lib/libast/misc/ |
H A D | optget.c | 1803 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* hflags, int line) argument 1807 message((-21, "opthelp: txt#%d +++ %2d \"%s\" style=%d level=%d bump=%d", line, ++depth, show(p), style, level, bump)); 1808 p = textout(sp, p, conform, conformlen, style, level, bump, ip, version, id, catalog, hflags); 1816 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, int* hflags) argument 1819 #define textout(sp,s,conform,conformlen,style,level,bump,ip,version,id,catalog,hflags) trace_textout(sp,s,conform,conformlen,style,level,bump,ip,version,id,catalog,hflags,__LINE__) 1900 if (c == '+' || c == '-' && (bump = 3) || c != ' ' && level > 1) 1964 s = textout(sp, s, conform, conformlen, style, level + bump + par + 1, 0, ip, version, id, catalog, hflags); 1985 for (n = 0; n < bump [all...] |
Completed in 259 milliseconds