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

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1ListP.h53 #define OUT_OF_RANGE -1 macro
H A DXaw3_1List.c349 ret_val = OUT_OF_RANGE;
359 ret_val = OUT_OF_RANGE;
363 ret_val = OUT_OF_RANGE;
367 if (*item >= lw->list.nitems) return(OUT_OF_RANGE);
745 == OUT_OF_RANGE) || (lw->list.highlight != item) ) {
804 == OUT_OF_RANGE)
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DListP.h53 #define OUT_OF_RANGE -1 macro
H A DList.c415 ret_val = OUT_OF_RANGE;
425 ret_val = OUT_OF_RANGE;
429 ret_val = OUT_OF_RANGE;
433 if (*item >= lw->list.nitems) return(OUT_OF_RANGE);
882 == OUT_OF_RANGE) || (lw->list.highlight != item) ) {
935 == OUT_OF_RANGE)

Completed in 16 milliseconds