Searched refs:_w (Results 1 - 25 of 30) sorted by relevance

12

/macosx-10.9.5/tcl-102/tcl_ext/tktable/tktable/demos/
H A Dtktable.py133 self.tk.call(self._w, 'activate', index)
136 return self._getints(self.tk.call(self._w, 'bbox', first, last)) or None
139 self.tk.call(self._w, 'border', 'mark', x, y, row, col)
142 self.tk.call(self._w, 'border', 'dragto', x, y)
146 self.tk.call(self._w, 'curselection', 'set', setValue)
149 return self._getCells(self.tk.call(self._w, 'curselection'))
152 self.tk.call(self._w, 'delete', 'active', index, more)
155 apply(self.tk.call, (self._w, 'delete', 'cols') + self._prepareArgs1(args))
158 apply(self.tk.call, (self._w, 'delete', 'rows') + self._prepareArgs1(args))
161 self.tk.call(self._w, 'flus
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tktable/tktable/library/
H A Dtktable.py174 self.tk.call(self._w, 'activate', index)
181 return self._getints(self.tk.call(self._w, 'bbox', first, last)) or ()
189 self.tk.call(self._w, 'clear', option, first, last)
220 result = self.tk.call(self._w, 'curselection', value)
228 return self.tk.call(self._w, 'curvalue', value)
235 self.tk.call(self._w, 'delete', 'active', index1, index2)
240 self.tk.call(self._w, 'delete', 'cols', *args)
245 self.tk.call(self._w, 'delete', 'rows', *args)
251 return self.tk.call(self._w, 'get', first, last)
261 pairs = self.tk.splitlist(self.tk.call(self._w, 'heigh
[all...]
/macosx-10.9.5/Libc-997.90.3/stdio/FreeBSD/
H A Dwbuf.c59 * make sure _w is 0 (if fully- or un-buffered) or -_bf._size
62 * calls might wrap _w from negative to positive.
64 fp->_w = fp->_lbfsize;
79 * guarantees that putc() will always call wbuf() by setting _w
88 fp->_w--;
H A Dwsetup.c78 * Make a buffer if necessary, then set _w.
88 fp->_w = 0;
91 fp->_w = fp->_flags & __SNBF ? 0 : fp->_bf._size;
H A Dsetvbuf.c115 fp->_w = 0;
149 fp->_w = 0;
152 fp->_w = size;
155 fp->_w = 0;
H A Dfvwrite.c110 (__SALC | __SSTR) && fp->_w < len) {
117 fp->_w = len + 128;
125 w = fp->_w;
130 COPY(w); /* copy MIN(fp->_w,len), */
131 fp->_w -= w;
138 /* fp->_w -= w; */ /* unneeded */
151 fp->_w -= w;
175 w = fp->_w + fp->_bf._size;
178 /* fp->_w -= w; */
189 fp->_w
[all...]
H A Dfpurge.c65 fp->_w = fp->_flags & (__SLBF|__SNBF) ? 0 : fp->_bf._size;
H A Dfclose.c74 fp->_r = fp->_w = 0; /* Mess up if reaccessed. */
H A Dvsprintf.c57 f._bf._size = f._w = INT_MAX;
H A Dfflush.c126 fp->_w = t & (__SLBF|__SNBF) ? 0 : fp->_bf._size;
131 /* 5340694: reset _p and _w on EAGAIN */
137 fp->_w -= n;
H A Dvasprintf.c57 f._bf._size = f._w = 127; /* Leave room for the NUL */
H A Dvdprintf.c57 f._w = sizeof(buf);
H A Drefill.c95 fp->_w = 0;
H A Dvsnprintf.c71 f._bf._size = f._w = n;
H A Dvswprintf.c71 f._bf._size = f._w = 127; /* Leave room for the NUL */
H A Dungetc.c124 fp->_w = 0;
H A Dfreopen.c182 fp->_w = 0;
H A Dfindfp.c198 fp->_w = 0; /* nothing to read or write */
/macosx-10.9.5/remote_cmds-41.90.1/telnetd.tproj/
H A Dvasprintf.c56 f._bf._size = f._w = 127; /* Leave room for the NULL */
/macosx-10.9.5/Libc-997.90.3/include/
H A Dstdio.h101 * if _flags&__SRD, _w is 0
123 int _w; /* write space left for putc() */ member in struct:__sFILE
396 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n'))
406 (--(p)->_w < 0 ? \
407 (p)->_w >= (p)->_lbfsize ? \
/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/src/
H A Dchartype.h76 #define FUN(prefix,rest) prefix ## _w ## rest
77 #define FUNW(type) type ## _w
/macosx-10.9.5/libedit-39/src/
H A Dchartype.h76 #define FUN(prefix,rest) prefix ## _w ## rest
77 #define FUNW(type) type ## _w
/macosx-10.9.5/ruby-104/ruby/
H A Dsprintf.c1161 size_t blen = buf - RSTRING_PTR(result), bsiz = fp->_w;
1170 fp->_w = bsiz;
1226 f._w = 120;
1227 result = rb_str_buf_new(f._w);
1293 f._w = rb_str_capacity(str);
H A Dvsnprintf.c156 * if _flags&__SRD, _w is 0
180 size_t _w; /* write space left for putc() */ member in struct:__sFILE
290 w = fp->_w;
294 COPY(w); /* copy MIN(fp->_w,len), */
295 fp->_w -= w;
1310 f._bf._size = f._w = n - 1;
1331 f._bf._size = f._w = n - 1;
/macosx-10.9.5/vim-53/src/
H A Dgui_motif.c313 static void label_expose __ARGS((Widget _w, XEvent *_event, Region _region));
316 label_expose(_w, _event, _region)
317 Widget _w;
322 XmLabelWidget lw = (XmLabelWidget)_w;
325 XtVaGetValues(_w, XmNlabelType, &label_type, (XtPointer)0);
327 if (XtIsSensitive(_w) || label_type != (int)XmSTRING)
328 (*old_label_expose)(_w, _event, _region);
372 (*old_label_expose)(_w, _event, _region);
373 XtReleaseGC(_w, lw->label.insensitive_GC);
388 (*old_label_expose)(_w, _even
[all...]

Completed in 135 milliseconds

12