Searched refs:dpmax (Results 1 – 2 of 2) sorted by relevance
1293 genchar *dpmax = phys+MAXLINE;1312 if(dp>=dpmax)1342 if(dp>=dpmax)1386 char *dpmax = dp+sizeof(genchar)*MAXLINE-2;1399 while((wc = *src++) && dp<dpmax)
2112 register const char *dp,*cp=string, *dpmax; in curline_search() local2116 for(dp=(char*)vp->u_space,dpmax=dp+strlen(dp)-len; dp<=dpmax; dp++) in curline_search()