Searched defs:bump (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_module.c | 162 topo_mod_lookup(topo_hdl_t *thp, const char *name, int bump) argument 169 if (mod != NULL && bump != 0)
|
/osnet-11/usr/src/lib/libast/common/misc/ |
H A D | optget.c | 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) argument 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) argument 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 [all...] |
Completed in 25 milliseconds