Searched defs:sort_cmp (Results 1 - 1 of 1) sorted by relevance
/ast/src/cmd/nmake/ | ||
H A D | expand.c | 140 static Cmp_f sort_cmp[] = variable 163 if ((flags &= SORT_MASK) >= elementsof(sort_cmp)) 165 if (!(f = sort_cmp[flags & SORT_MASK])) |
Completed in 16 milliseconds