Searched defs:vi (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/tests/aso/
H A Dtaso.c26 unsigned int vi, ri; local
68 vi = 1;
69 if ((ri = asocasint(&vi, 1, 2)) != 1)
71 else if (vi != 2)
72 terror("asocasint value failed -- expected %d, got %d", 2, vi);
73 else if ((ri = asocasint(&vi, 1, 3)) != 2)
75 else if (vi != 2)
76 terror("asocasint value failed -- expected %d, got %d", 2, vi);
77 if ((ri = asoincint(&vi)) != 2)
79 else if (vi !
[all...]

Completed in 10 milliseconds