Searched defs:what (Results 1 - 3 of 3) sorted by relevance

/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);
/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...]
/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...]

Completed in 33 milliseconds