Searched refs:getstring (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/getstring/
H A DpkgIndex.tcl12 package ifneeded getstring 0.1 [list source [file join $dir tk_getString.tcl]]
H A Dtk_getString.tcl13 package provide getstring 0.1
15 namespace eval ::getstring {
28 proc ::getstring::tk_getString {w var text args} {
37 variable ::getstring::result
46 wm protocol $w WM_DELETE_WINDOW {set ::getstring::result 0}
51 button $w.ok -text OK -default active -command {set ::getstring::result 1}
52 button $w.cancel -text Cancel -command {set ::getstring::result 0}
63 bind $w <Destroy> {set ::getstring::result 0}
65 bind $w.entry <KeyPress> [list after idle [list ::getstring::getStringEnable $w]]
87 tkwait variable ::getstring
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/com_err/
H A Dlex.l48 static int getstring(void);
71 \" { return getstring(); }
85 getstring(void)
/macosx-10.9.5/file_cmds-230/rmt/
H A Drmt.c85 void getstring __P((char *));
113 getstring(device);
114 getstring(mode);
124 getstring(device); /* discard */
131 getstring(count);
132 getstring(pos);
140 getstring(count);
157 getstring(count);
170 getstring(op);
171 getstring(coun
214 getstring(bp) function
[all...]
/macosx-10.9.5/tcsh-65/tcsh/
H A Dtw.color.c110 static int getstring (char **, const Char **, Str *, int);
141 /* getstring():
144 getstring(char **dp, const Char **sp, Str *pd, int f) function
225 if (getstring(&c, &v, &e->extension, '=') &&
228 getstring(&c, &v, &e->color, ':');
242 getstring(&c, &v, &variables[i].color, ':');
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/support/installation/
H A Dmodules.tcl43 Module getstring _tcl _man _null
/macosx-10.9.5/autofs-234/autofs_kext/
H A Dauto_subr.c770 getstring(char **strp, uint8_t **inbufp, mach_msg_type_number_t *bytes_leftp) function
938 error = getstring(&alp->mounta.dir, &inbuf,
942 error = getstring(&alp->mounta.opts, &inbuf,
946 error = getstring(&alp->mounta.path, &inbuf,
950 error = getstring(&alp->mounta.map, &inbuf,
954 error = getstring(&alp->mounta.subdir, &inbuf,
958 error = getstring(&alp->mounta.trig_mntpnt, &inbuf,
978 error = getstring(&alp->mounta.key, &inbuf,
/macosx-10.9.5/adv_cmds-153/colldef/
H A Dparse.y67 struct symbol *getstring(const wchar_t *);
810 weight_table[weight_index++] = getstring($1);
1174 getstring(const wchar_t *wcs)
1183 err(1, "getstring: Error getting \"%s\"", showwcs(wcs, STR_LEN));
1187 err(1, "getstring: malloc");
1194 err(1, "getstring: Error storing \"%s\"", showwcs(wcs, STR_LEN));
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/tablelist/scripts/
H A DtablelistEdit.tcl625 $name-getTextCmd "%W getstring" \
701 $name-getTextCmd "%W getstring" \
795 $name-getTextCmd "%W getstring" \
873 $name-getTextCmd "%W getstring" \
907 $name-getTextCmd "%W getstring" \
938 $name-getTextCmd "%W getstring" \
1525 set len [string length [$w getstring]]

Completed in 155 milliseconds