Searched defs:dpmax (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dedit.c1293 genchar *dpmax = phys+MAXLINE; local
1312 if(dp>=dpmax)
1342 if(dp>=dpmax)
1386 char *dpmax = dp+sizeof(genchar)*MAXLINE-2; local
1399 while((wc = *src++) && dp<dpmax)
H A Dvi.c2112 register const char *dp,*cp=string, *dpmax; local
2116 for(dp=(char*)vp->u_space,dpmax=dp+strlen(dp)-len; dp<=dpmax; dp++)

Completed in 65 milliseconds