Searched refs:SEARCH (Results 1 - 6 of 6) sorted by relevance

/ast/src/cmd/tests/cdt/
H A Dtrehash.c34 #define SEARCH 4 /* #searches while inserting */ macro
146 if(k > SEARCH ) /* search a few elements known to be inserted */
147 { for(s = 0; s < SEARCH; ++s)
174 if(k > SEARCH)
175 { for(s = 0; s < SEARCH; ++s)
H A Dtsafehash.c34 #define SEARCH 4 /* #searches while inserting */ macro
146 if(k > SEARCH ) /* search a few elements known to be inserted */
147 { for(s = 0; s < SEARCH; ++s)
174 if(k > SEARCH)
175 { for(s = 0; s < SEARCH; ++s)
H A Dtsafetree.c34 #define SEARCH 4 /* #searches while inserting */ macro
148 if(k > SEARCH ) /* search a few elements known to be inserted */
149 { for(s = 0; s < SEARCH; ++s)
176 if(k > SEARCH)
177 { for(s = 0; s < SEARCH; ++s)
/ast/src/cmd/ksh93/edit/
H A Dvi.c178 #define SEARCH -45 /* search flag */ macro
1351 * = SEARCH, no escape allowed
1378 if( (c=ed_getchar(vp->ed,mode==SEARCH?1:-2)) == usreof )
1388 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)
2184 /*{ SEARCH( mod
[all...]
/ast/src/cmd/ie/
H A Dvi.c174 #define SEARCH -45 /* search flag */ macro
1350 * = SEARCH, no escape allowed
1399 if( mode == SEARCH )
1437 if( mode==SEARCH && cur_virt==0 )
1468 if( mode == SEARCH )
1490 if( mode != SEARCH )
2052 /*{ SEARCH( mode )
2079 getline(SEARCH);
/ast/src/lib/libvcodex/
H A Dvclzparse.c502 #define SEARCH 4 /* neighborhood to search for an improved match */ macro
503 if(savlz == 0 || (p-savp) < SEARCH)

Completed in 576 milliseconds