Searched refs:mxlen (Results 1 – 2 of 2) sorted by relevance
327 int mxlen = pgwd + offst + 1; in vertcol() local348 if ((buf = malloc((unsigned)lines*mxlen*sizeof(char))) == NULL) { in vertcol()403 lindy[j] = j * mxlen; in vertcol()
9512 static int re_maxnfa(int mxlen){ in re_maxnfa() argument9513 return 75+mxlen/2; in re_maxnfa()