Lines Matching refs:current

365     XawListReturnStruct *current;
370 current = XawListShowCurrent (chooseSessionListWidget);
371 if (current->list_index > 0)
372 SessionSelected (current->list_index - 1, True);
373 XtFree ((char *) current);
380 XawListReturnStruct *current;
385 current = XawListShowCurrent (chooseSessionListWidget);
386 if (current->list_index < sessionNameCount - 1)
387 SessionSelected (current->list_index + 1, True);
388 XtFree ((char *) current);
398 XawListReturnStruct *current;
403 current = XawListShowCurrent (chooseSessionListWidget);
404 SessionSelected (current->list_index, False /* already highlighted */);
405 XtFree ((char *) current);
414 XawListReturnStruct *current;
419 current = XawListShowCurrent (chooseSessionListWidget);
421 if (!current || !current->string || *(current->string) == '\0')
423 if (current)
424 XtFree ((char *) current);
442 session_name = XtNewString (current->string);
444 XtFree ((char *) current);
464 XawListReturnStruct *current;
470 current = XawListShowCurrent (chooseSessionListWidget);
472 if (!current || !(name = current->string) || *name == '\0')
474 if (current)
475 XtFree ((char *) current);
550 XtFree ((char *) current);
560 XawListReturnStruct *current;
565 current = XawListShowCurrent (chooseSessionListWidget);
567 if (!current || !(name = current->string) || *name == '\0')
569 if (current)
570 XtFree ((char *) current);
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];
619 SessionSelected (current->list_index, True);
624 XtFree ((char *) current);