Searched refs:dpmax (Results 1 – 2 of 2) sorted by relevance
1314 genchar *dpmax = phys+MAXLINE;1333 if(dp>=dpmax)1363 if(dp>=dpmax)1407 char *dpmax = dp+sizeof(genchar)*MAXLINE-2;1420 while((wc = *src++) && dp<dpmax)
2207 register const char *dp,*cp=string, *dpmax; in curline_search() local2211 for(dp=(char*)vp->u_space,dpmax=dp+strlen(dp)-len; dp<=dpmax; dp++) in curline_search()