Searched refs:SEARCHSIZE (Results 1 – 3 of 3) sorted by relevance
21 #ifndef SEARCHSIZE30 #define SEARCHSIZE 80 macro35 # define ed_winsize() (SEARCHSIZE)122 char e_search[SEARCHSIZE]; /* search string */
1076 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()
1637 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()