HomeSort by: relevance | last modified time | path
    Searched defs:Check (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/libX11/dist/src/
ParseCmd.c 91 enum {DontCare, Check, NotSorted, Sorted} table_is_sorted;
111 table_is_sorted = (myargc > 2) ? Check : DontCare;
117 re-do the check if the arg hits on the last entry in
120 if (table_is_sorted == Check && i > 0 &&
146 if (table_is_sorted == Check && i > 0 &&
151 if (table_is_sorted == Check && i >= (num_options-1))
  /xsrc/external/mit/xorg-server/dist/os/
auth.c 55 AuthCheckFunc Check; /* verify client authorization data */
213 return (*protocols[i].Check) (data_length, data, client,
  /xsrc/external/mit/xorg-server.old/dist/os/
auth.c 54 AuthCheckFunc Check; /* verify client authorization data */
216 return (*protocols[i].Check) (data_length, data, client, reason);
  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/
check_output.py 82 class Check:
90 class CodeCheck(Check):
102 state.result.log += 'unexpected indent in code check:\n'
113 state.result.log += 'code check at %s raised exception:\n' % self.position
118 state.result.log += 'code check at %s failed:\n' % self.position
340 class PatternCheck(Check):
342 Check.__init__(self, data, position)
384 check = state.checks.pop(0)
385 state.current_position = check.position
386 if not check.run(state)
    [all...]
  /xsrc/external/mit/xbiff/dist/
Mailbox.c 114 static void Check(Widget gw, XEvent *event, String *params, Cardinal *nparams);
118 { "check", Check },
308 static void Check (Widget gw, XEvent *event, String *params, Cardinal *nparams)
477 * Now check for changes. If reset is set then we want to pretent that
  /xsrc/external/mit/libXaw/dist/src/
Scrollbar.c 664 #define Check(field) if (newEvent->field != oldEvent->field) return (False)
666 Check(xany.display);
667 Check(xany.type);
668 Check(xany.window);
672 Check(xmotion.state);
676 Check(xbutton.state);
677 Check(xbutton.button);
681 Check(xkey.state);
682 Check(xkey.keycode);
686 Check(xcrossing.mode)
    [all...]
  /xsrc/external/mit/libXt/dist/src/
Initialize.c 154 * check the initialisation process of several other libraries.
618 enum { Check, NotSorted, IsSorted } sort_order = Check;
638 if (sort_order == Check && i1 > 0
663 if (sort_order == Check && i1 == dst_len)
Converters.c 190 static enum { Check, Report, Ignore } report_it = Check;
195 if (report_it == Check) {

Completed in 12 milliseconds