Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dsh.c1060 #define WILD_SHORT 1 // else longest match macro
1078 if (ss==len || (flags&WILD_SHORT)) break; in wildcard_matchlen()
1705 if (0<(dd = wildcard_match(ifs, s, &wild, WILD_SHORT*!xx))) in expand_arg_nobrace()
1710 if (0<(dd = wildcard_match(ss, s, &wild, WILD_SHORT*xx))&&!ss[dd]) in expand_arg_nobrace()