Home
last modified time | relevance | path

Searched refs:dpmax (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libshell/common/edit/
H A Dedit.c1293 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)
H A Dvi.c2112 register const char *dp,*cp=string, *dpmax; in curline_search() local
2116 for(dp=(char*)vp->u_space,dpmax=dp+strlen(dp)-len; dp<=dpmax; dp++) in curline_search()