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

/ast/src/lib/libast/features/
H A Dsignal.c283 static int mapindex[1024]; variable
303 if ((j = map[i].value) > 0 && j < elementsof(mapindex) && !mapindex[j])
307 mapindex[j] = i;
316 if (j >= elementsof(mapindex))
317 j = elementsof(mapindex) - 1;
318 if (i <= j && i > 0 && i < elementsof(mapindex) && j > 0 && j < elementsof(mapindex))
322 mapindex[i] = RANGE_MIN | RANGE_RT;
325 mapindex[
[all...]

Completed in 8 milliseconds