Searched refs:needFlags (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkConfig.c37 int needFlags, int hateFlags));
86 int needFlags; /* Specs must contain this set of flags
91 needFlags = flags & ~(TK_CONFIG_USER_BIT - 1);
126 specPtr = FindConfigSpec(interp, specs, *argv, needFlags, hateFlags);
165 if (((specPtr->specFlags & needFlags) != needFlags)
228 FindConfigSpec(interp, specs, argvName, needFlags, hateFlags)
234 int needFlags; /* Flags that must be present in matching
255 if (((specPtr->specFlags & needFlags) != needFlags)
85 int needFlags; /* Specs must contain this set of flags local
602 int needFlags, hateFlags; local
901 int needFlags, hateFlags; local
[all...]
H A Dtk.h1124 char *widgRec, Display *display, int needFlags));

Completed in 16 milliseconds