Searched refs:SEARCHSIZE (Results 1 - 6 of 6) sorted by relevance

/ast/src/cmd/ksh93/include/
H A Dedit.h21 #ifndef SEARCHSIZE
30 #define SEARCHSIZE 80 macro
35 # define ed_winsize() (SEARCHSIZE)
122 char e_search[SEARCHSIZE]; /* search string */
/ast/src/cmd/ie/
H A Dedit.h61 #define SEARCHSIZE 80 macro
97 char e_search[SEARCHSIZE]; /* search string */
H A Demacs.c1145 strncpy(lstring,((char*)string)+2,SEARCHSIZE);
H A Dvi.c2117 strncpy(lsearch, ((char*)virtual)+1, SEARCHSIZE);
/ast/src/cmd/ksh93/edit/
H A Demacs.c1071 if(!ep->ed->hlist && cur>0 && eol==cur && (cur<(SEARCHSIZE-2) || ep->prevdirection == -2))
1073 if(cur>0 && eol==cur && (cur<(SEARCHSIZE-2) || ep->prevdirection == -2))
1300 strncpy(lstring,((char*)string)+2,SEARCHSIZE);
1301 lstring[SEARCHSIZE-1] = 0;
H A Dvi.c1632 if(!vp->ed->hlist && cur_virt>=0 && cur_virt<(SEARCHSIZE-2) && cur_virt == last_virt)
1634 if(cur_virt>=0 && cur_virt<(SEARCHSIZE-2) && cur_virt == last_virt)
2280 strncpy(lsearch, ((char*)virtual)+1, SEARCHSIZE);
2281 lsearch[SEARCHSIZE-1] = 0;

Completed in 21 milliseconds