Searched refs:what (Results 1 - 7 of 7) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkText.c177 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
1976 int what = 0; /* bitfield to select segment types */ local
[all...]
H A DtkScale.c325 int what));
352 * command. See the user documentation for details on what
470 * See the user documentation for details on what it does.
1927 * If "what" is REDRAW_SLIDER then just the slider and the
1928 * value readout will be redrawn; if "what" is REDRAW_ALL
1935 EventuallyRedrawScale(scalePtr, what)
1937 int what; /* What to redraw: REDRAW_SLIDER
1940 if ((what == 0) || (scalePtr->tkwin == NULL)
1947 scalePtr->flags |= what;
2019 int flags; /* Information about what happene
[all...]
/ast/src/cmd/builtin/
H A Dwhat.c26 * what
27 * my what is faster than yours.
28 * your who is what?
33 "[-?\n@(#)$Id: what (AT&T Research) 2012-02-11 $\n]"
35 "[+NAME?what - display binary identification strings]"
75 what(const char* file, Sfio_t* ip, Sfio_t* op) function
281 what(s, sp, sfstdout);
H A DMakefile83 strings tr uudecode -luu uuencode -luu what who
/ast/src/lib/libast/misc/
H A Doptget.c2330 * what:
2345 opthelp(const char* oopts, const char* what) argument
2422 if (!what)
2424 else if (!*what)
2426 else if (*what != '?')
2428 else if (!*(what + 1))
2430 else if ((hp = (Help_t*)search(styles, elementsof(styles), sizeof(styles[0]), (char*)what + 1)) && hp->style >= 0)
2434 what = hp->name;
2986 else if (style == STYLE_match && *what == '-')
2992 w = (char*)what;
[all...]
/ast/src/lib/libtk/library/demos/
H A Dtext.tcl52 what you want to copy (either here or in another application), then
H A Dwidget115 This application provides a front end for several short scripts that demonstrate what you can do with Tk widgets. Each of the numbered lines below describes a demonstration; you can click on it to invoke the demonstration. Once the demonstration window appears, you can click the "See Code" button to see the Tcl/Tk code that created the demonstration. If you wish, you can edit the code and click the "Rerun Demo" button in the code window to reinvoke the demonstration with the modified code.

Completed in 21 milliseconds