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

/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/
H A Drecno.h36 enum SRCHOP { SDELETE, SINSERT, SEARCH}; /* Rec_search operation. */ enumerator in enum:SRCHOP
/osnet-11/usr/src/lib/libshell/common/edit/
H A Dvi.c183 #define SEARCH -45 /* search flag */ macro
1353 * = SEARCH, no escape allowed
1380 if( (c=ed_getchar(vp->ed,mode==SEARCH?1:-2)) == usreof )
1390 else if(mode==SEARCH && c==editb.e_intr)
1410 if( mode == SEARCH )
1470 if( mode==SEARCH && cur_virt==0 )
1515 if( mode == SEARCH )
1537 if( mode != SEARCH )
1544 if(mode!=SEARCH && last_virt>=0 && (vp->ed->e_tabcount|| !isblank(cur_virt)) && vp->ed->sh->nextprompt)
2180 /*{ SEARCH( mod
[all...]

Completed in 273 milliseconds