HomeSort by: relevance | last modified time | path
    Searched refs:list_index (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
List.h 144 int list_index; member in struct:_XawListReturnStruct
  /xsrc/external/mit/xsm/dist/
choose.c 371 if (current->list_index > 0)
372 SessionSelected (current->list_index - 1, True);
386 if (current->list_index < sessionNameCount - 1)
387 SessionSelected (current->list_index + 1, True);
404 SessionSelected (current->list_index, False /* already highlighted */);
601 name = sessionNamesShort[current->list_index];
607 sessionsLocked[current->list_index] = False;
608 XtFree ((char *) sessionNamesLong[current->list_index]);
609 sessionNamesLong[current->list_index] =
610 sessionNamesShort[current->list_index];
    [all...]
info.c 272 if (!current || current->list_index < 0)
275 client = clientListRecs[current->list_index];
277 current_client_selected = current->list_index;
294 if (!current || current->list_index < 0)
301 client = clientListRecs[current->list_index];
317 if (!current || current->list_index < 0)
324 client = clientListRecs[current->list_index];
343 if (!current || current->list_index < 0)
350 client = clientListRecs[current->list_index];
605 if (!current || current->list_index < 0
    [all...]
  /xsrc/external/mit/xdm/dist/chooser/
chooser.c 848 oldline = r->list_index;
863 if ( (XawListShowCurrent(list))->list_index == XAW_LIST_NONE && oldline != XAW_LIST_NONE)
909 if (r->list_index == XAW_LIST_NONE)
912 HostCycle(r->list_index,NameTableSize,keysym);
931 if (r->list_index == XAW_LIST_NONE)
934 HostCycle(r->list_index,NameTableSize,event->xbutton.button);
949 if (r->list_index == XAW_LIST_NONE)
975 if (r->list_index != XAW_LIST_NONE) {
  /xsrc/external/mit/editres/dist/
handler.c 383 if ((list_info->list_index == XAW_LIST_NONE) &&
388 if (list_info->list_index == XAW_LIST_NONE)
  /xsrc/external/mit/libXaw/dist/src/
List.c 1029 .list_index = item
1278 ret_val->list_index = lw->list.highlight;
1279 if (ret_val->list_index == XAW_LIST_NONE)
1282 ret_val->string = lw->list.list[ret_val->list_index];
  /xsrc/external/mit/xman/dist/
handler.c 224 ret_struct->list_index);
  /xsrc/external/mit/xedit/dist/lisp/modules/
xaw.c 305 CONS(INTEGER(retlist->list_index), NIL)))));

Completed in 15 milliseconds