Lines Matching refs:GetListboxIndex
280 static int GetListboxIndex _ANSI_ARGS_((Tcl_Interp *interp,
473 if (GetListboxIndex(interp, listPtr, argv[2], 0, &index)
488 if (GetListboxIndex(interp, listPtr, argv[2], 0, &index) != TCL_OK) {
559 if (GetListboxIndex(interp, listPtr, argv[2], 0, &first) != TCL_OK) {
565 if (GetListboxIndex(interp, listPtr, argv[3], 0, &last) != TCL_OK) {
579 if (GetListboxIndex(interp, listPtr, argv[2], 0, &first) != TCL_OK) {
582 if ((argc == 4) && (GetListboxIndex(interp, listPtr, argv[3],
609 if (GetListboxIndex(interp, listPtr, argv[2], 1, &index)
624 if (GetListboxIndex(interp, listPtr, argv[2], 1, &index)
678 if (GetListboxIndex(interp, listPtr, argv[2], 0, &index) != TCL_OK) {
709 if (GetListboxIndex(interp, listPtr, argv[3], 0, &first) != TCL_OK) {
713 if (GetListboxIndex(interp, listPtr, argv[4], 0, &last) != TCL_OK) {
828 if (GetListboxIndex(interp, listPtr, argv[2], 0, &index)
1637 * GetListboxIndex --
1654 GetListboxIndex(interp, listPtr, string, numElsOK, indexPtr)