Searched refs:mmax (Results 1 – 3 of 3) sorted by relevance
108 int mmax; in parse_mlp_list() local113 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()
131 size_t mmax; in main() local339 mmax = mp->nchoices; in main()341 mmax = max; in main()350 item = (char **)calloc(mmax+1, sizeof (char *)); in main()
117 size_t mmax; /* used in calculating bp */ in term_flushln() local134 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()