Searched refs:SEARCHSIZE (Results 1 – 3 of 3) sorted by relevance
21 #ifndef SEARCHSIZE30 #define SEARCHSIZE 80 macro35 # define ed_winsize() (SEARCHSIZE)107 char e_search[SEARCHSIZE]; /* search string */
1015 if(cur>0 && eol==cur && (cur<(SEARCHSIZE-2) || ep->prevdirection == -2)) in escape()1239 strncpy(lstring,((char*)string)+2,SEARCHSIZE); in search()
1570 if(cur_virt>=0 && cur_virt<(SEARCHSIZE-2) && cur_virt == last_virt) in mvcursor()2191 strncpy(lsearch, ((char*)virtual)+1, SEARCHSIZE); in search()