Searched refs:ilist (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/vczip/tests/
H A Dtvcqsort.c23 int ilist[] = {3, 4, 4, 5, 1, 1, 2, 2, 7, 6}; variable
36 vcqsort(ilist, sizeof(ilist)/sizeof(int), sizeof(int), intcmp, 0);
37 for(i = 0; i < sizeof(ilist)/sizeof(int); ++i)
38 { if(ilist[i] != isort[i])
/ast/src/cmd/mam/
H A Dshmam.awk1821 function v2(ilist, ia, i, vval, vvar, jlist, vfdir)
1826 ia=split(ilist, arr, " ");

Completed in 13 milliseconds