Searched refs:replen (Results 1 – 2 of 2) sorted by relevance
1550 int repcnt, oldcnt, replen; in vmaxrep() local1580 replen = strlen(genbuf); in vmaxrep()1581 if (len + cnt * replen <= LBSIZE - 2) in vmaxrep()1583 cnt = (LBSIZE - 2 - len) / replen; in vmaxrep()
1034 int dolmax=0, vsize= -1, offset= -1, nulflg, replen=0, bysub=0; in varsub() local1664 replen = strlen(repstr); in varsub()1695 if(replen>0) in varsub()1707 if(nmatch && replen>0 && (match[1] || !nmatch_prev)) in varsub()1727 if(replen==0) in varsub()1821 if(c=='/' && replen>0 && pattern && strmatch("",pattern)) in varsub()