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

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1List.h142 int list_index; member in struct:_XawListReturnStruct
H A DXaw3_1List.c760 ret_value.list_index = item;
967 ret_val->list_index = lw->list.highlight;
968 if (ret_val->list_index == XAW_LIST_NONE)
971 ret_val->string = lw->list.list[ ret_val->list_index ];
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DList.h157 int list_index; member in struct:_XawListReturnStruct
H A DList.c897 ret_value.list_index = item;
1197 ret_val->list_index = lw->list.highlight;
1198 if (ret_val->list_index == XAW_LIST_NONE)
1201 ret_val->string = lw->list.list[ ret_val->list_index ];

Completed in 23 milliseconds