Searched defs:SEARCH (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/
H A Drecno.h51 enum SRCHOP { SDELETE, SINSERT, SEARCH}; /* Rec_search operation. */ enumerator in enum:SRCHOP
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dvi.c183 #define SEARCH -45 /* search flag */ macro
1303 * = SEARCH, no escape allowed
1331 if( (c=ed_getchar(vp->ed,mode==SEARCH?1:-2)) == usreof )
1359 if( mode == SEARCH )
1414 if( mode==SEARCH && cur_virt==0 )
1459 if( mode == SEARCH )
1481 if( mode != SEARCH )
1488 if(mode!=SEARCH && last_virt>=0 && (vp->ed->e_tabcount|| !isblank(cur_virt)) && vp->ed->sh->nextprompt)
2095 /*{ SEARCH( mode )
2143 getline(vp,SEARCH);
[all...]

Completed in 63 milliseconds