Home
last modified time | relevance | path

Searched refs:mmax (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/lib/libtsnet/common/
H A Dtsol_sgetzcent.c108 int mmax; in parse_mlp_list() local
113 mmax = 0; in parse_mlp_list()
116 mmax++; in parse_mlp_list()
119 mmax++; in parse_mlp_list()
124 if (mc >= mmax) { in parse_mlp_list()
125 mmax += 8; in parse_mlp_list()
126 mlp = realloc(mlp, mmax * sizeof (*mlp)); in parse_mlp_list()
141 if (mc >= mmax) { in parse_mlp_list()
142 mlp = realloc(mlp, (mmax + 1) * sizeof (*mlp)); in parse_mlp_list()
/titanic_44/usr/src/cmd/valtools/
H A Dckitem.c131 size_t mmax; in main() local
339 mmax = mp->nchoices; in main()
341 mmax = max; in main()
350 item = (char **)calloc(mmax+1, sizeof (char *)); in main()
/titanic_44/usr/src/cmd/mandoc/
H A Dterm.c117 size_t mmax; /* used in calculating bp */ in term_flushln() local
134 mmax = (int)dv > p->overstep ? dv - (size_t)p->overstep : 0; in term_flushln()
136 bp = TERMP_NOBREAK & p->flags ? mmax : maxvis; in term_flushln()