Lines Matching refs:what

177 			    TkText *textPtr, int what, TkTextLine *linePtr,
181 int what));
191 * See the user documentation for details on what it does.
344 * documentation for details on what it does.
1199 * Tell the display what's about to happen so it can discard
1203 * textPtr->topIndex). Compute what the new first character
1232 * Figure out what will be the new character index for
1489 * for text widgets. See the user documentation for details on what
1990 int what = 0; /* bitfield to select segment types */
2007 what = TK_DUMP_ALL;
2009 what |= TK_DUMP_TEXT;
2011 what |= TK_DUMP_TAG;
2013 what |= TK_DUMP_MARK;
2015 what |= TK_DUMP_WIN;
2032 if (what == 0) {
2033 what = TK_DUMP_ALL;
2055 DumpLine(interp, textPtr, what, index1.linePtr,
2058 DumpLine(interp, textPtr, what, index1.linePtr,
2066 DumpLine(interp, textPtr, what, linePtr, 0, 32000000,
2069 DumpLine(interp, textPtr, what, index2.linePtr, 0,
2076 DumpLine(interp, textPtr, what & ~TK_DUMP_TEXT, index2.linePtr,
2096 DumpLine(interp, textPtr, what, linePtr, start, end, lineno, command)
2099 int what; /* bit flags to select segment types */
2117 if ((what & TK_DUMP_TEXT) && (segPtr->typePtr == &tkTextCharType) &&
2131 command, lineno, offset + first, what);
2134 if ((what & TK_DUMP_MARK) && (segPtr->typePtr->name[0] == 'm')) {
2138 command, lineno, offset, what);
2139 } else if ((what & TK_DUMP_TAG) &&
2143 command, lineno, offset, what);
2144 } else if ((what & TK_DUMP_TAG) &&
2148 command, lineno, offset, what);
2149 } else if ((what & TK_DUMP_WIN) &&
2159 command, lineno, offset, what);
2178 DumpSegment(interp, key, value, command, lineno, offset, what)
2185 int what; /* Look for TK_DUMP_INDEX bit */