Home
last modified time | relevance | path

Searched refs:SEARCHSIZE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/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 */
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Demacs.c1076 if(!ep->ed->hlist && cur>0 && eol==cur && (cur<(SEARCHSIZE-2) || ep->prevdirection == -2)) in escape()
1078 if(cur>0 && eol==cur && (cur<(SEARCHSIZE-2) || ep->prevdirection == -2)) in escape()
1306 strncpy(lstring,((char*)string)+2,SEARCHSIZE); in search()
1307 lstring[SEARCHSIZE-1] = 0; in search()
H A Dvi.c1637 if(!vp->ed->hlist && cur_virt>=0 && cur_virt<(SEARCHSIZE-2) && cur_virt == last_virt) in mvcursor()
1639 if(cur_virt>=0 && cur_virt<(SEARCHSIZE-2) && cur_virt == last_virt) in mvcursor()
2286 strncpy(lsearch, ((char*)virtual)+1, SEARCHSIZE); in search()
2287 lsearch[SEARCHSIZE-1] = 0; in search()