• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/tcl-105/tk/tk/generic/

Lines Matching refs:objs

687     Tcl_Obj **objs;
713 for (count = objc-2, objs = ((Tcl_Obj **)objv)+2; count > 0;
714 count-=2, objs+=2) {
715 string = Tcl_GetString(objs[0]);
725 if (Tcl_GetIndexFromObj(interp, objs[0], clearOptionStrings,
731 path = Tcl_GetString(objs[1]);
734 selName = Tcl_GetString(objs[1]);
740 path = Tcl_GetString(objs[0]);
772 for (count = objc-2, objs = ((Tcl_Obj **)objv)+2; count>0;
773 count-=2, objs+=2) {
774 string = Tcl_GetString(objs[0]);
784 if (Tcl_GetIndexFromObj(interp, objs[0], getOptionStrings,
791 path = Tcl_GetString(objs[1]);
794 selName = Tcl_GetString(objs[1]);
797 targetName = Tcl_GetString(objs[1]);
817 target = Tk_InternAtom(tkwin, Tcl_GetString(objs[0]));
849 for (count = objc-2, objs = ((Tcl_Obj **)objv)+2; count > 0;
850 count-=2, objs+=2) {
851 string = Tcl_GetString(objs[0]);
861 if (Tcl_GetIndexFromObj(interp, objs[0],handleOptionStrings,
868 formatName = Tcl_GetString(objs[1]);
871 selName = Tcl_GetString(objs[1]);
874 targetName = Tcl_GetString(objs[1]);
883 tkwin = Tk_NameToWindow(interp, Tcl_GetString(objs[0]), tkwin);
894 target = Tk_InternAtom(tkwin, Tcl_GetString(objs[2]));
901 format = Tk_InternAtom(tkwin, Tcl_GetString(objs[3]));
907 string = Tcl_GetStringFromObj(objs[1], &cmdLength);
935 for (count = objc-2, objs = ((Tcl_Obj **)objv)+2; count > 0;
936 count-=2, objs+=2) {
937 string = Tcl_GetString(objs[0]);
947 if (Tcl_GetIndexFromObj(interp, objs[0], ownOptionStrings,
954 script = Tcl_GetString(objs[1]);
957 path = Tcl_GetString(objs[1]);
960 selName = Tcl_GetString(objs[1]);
1004 tkwin = Tk_NameToWindow(interp, Tcl_GetString(objs[0]), tkwin);
1009 script = Tcl_GetString(objs[1]);