Home
last modified time | relevance | path

Searched refs:MATCH_ALL (Results 1 – 2 of 2) sorted by relevance

/minix3/minix/tests/
H A Dtest88.c2339 MATCH_ALL, /* a combination of the last two */ enumerator
2428 case MATCH_ALL: in test88e_child1()
2472 case MATCH_ALL: in test88e_child2()
2507 case MATCH_ALL: in test88e_child3()
2584 if (match == MATCH_ALL) { in sub88e()
2640 case MATCH_ALL: in sub88e()
2708 case MATCH_ALL: in sub88e()
2736 case MATCH_ALL: in sub88e()
/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.c145094 static const int MATCH_ALL = (UChar32)'%';
145115 if( !prevEscape && uPattern==MATCH_ALL ){
145123 while( (c=zPattern[iPattern]) == MATCH_ALL || c == MATCH_ONE ){