Searched refs:priority (Results 1 - 6 of 6) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkOption.c42 int priority; /* Used to select among matching member in struct:Element
44 * priority level and a serial #.
46 * priority. Irrelevant except in
182 * priority level.
198 Tk_Window tkwin, char *string, int priority));
211 Tk_Window tkwin, char *fileName, int priority));
232 Tk_AddOption(tkwin, name, value, priority)
237 int priority; /* Overall priority level to use for
258 * Compute the priority fo
485 int priority; local
536 int priority; local
690 int priority, c; local
[all...]
H A DtkTextTag.c488 if (tagPtr->priority < tagPtr2->priority) {
489 prio = tagPtr2->priority - 1;
491 prio = tagPtr2->priority;
689 if (tagPtr->priority <= tagPtr2->priority) {
690 prio = tagPtr2->priority;
692 prio = tagPtr2->priority + 1;
783 tagPtr->priority = textPtr->numTags;
953 * order of priority, optimizin
[all...]
H A DtkTextDisp.c473 * The variables below keep track of the highest-priority specification
488 * priority tag).
510 if ((tagPtr->border != NULL) && (tagPtr->priority > borderPrio)) {
512 borderPrio = tagPtr->priority;
515 && (tagPtr->priority > borderWidthPrio)) {
517 borderWidthPrio = tagPtr->priority;
520 && (tagPtr->priority > reliefPrio)) {
525 reliefPrio = tagPtr->priority;
528 && (tagPtr->priority > bgStipplePrio)) {
530 bgStipplePrio = tagPtr->priority;
[all...]
H A DtkText.h246 int priority; /* Priority of this tag within widget. 0 member in struct:TkTextTag
247 * means lowest priority. Exactly one tag
260 * belows acts as an override on information specified by lower-priority
261 * tags. If no value is specified, then the next-lower-priority tag
H A Dtk.h977 char *value, int priority));
/ast/src/lib/libast/comp/
H A Dsyslog.c300 vsyslog(int priority, const char* format, va_list ap)
308 if (!LOG_FACILITY(priority))
309 priority |= log.facility;
310 if (!(priority & log.mask))
317 if ((c = LOG_SEVERITY(priority)) < elementsof(log_severity))
322 if ((c = LOG_FACILITY(priority)) < elementsof(log_facility))
360 syslog(int priority, const char* format, ...)
365 vsyslog(priority, format, ap);

Completed in 2884 milliseconds