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

/illumos-gate/usr/src/lib/libshell/common/include/
H A Dedit.h21 #ifndef SEARCHSIZE
30 #define SEARCHSIZE 80 macro
35 # define ed_winsize() (SEARCHSIZE)
107 char e_search[SEARCHSIZE]; /* search string */
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Demacs.c1015 if(cur>0 && eol==cur && (cur<(SEARCHSIZE-2) || ep->prevdirection == -2))
1239 strncpy(lstring,((char*)string)+2,SEARCHSIZE);
H A Dvi.c1570 if(cur_virt>=0 && cur_virt<(SEARCHSIZE-2) && cur_virt == last_virt)
2191 strncpy(lsearch, ((char*)virtual)+1, SEARCHSIZE);

Completed in 263 milliseconds