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

  /xsrc/external/mit/bitmap/dist/
Dialog.h 17 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
36 #define No 1<<2
  /xsrc/external/mit/xkbevd/dist/
printev.c 12 Silicon Graphics makes no representation about the suitability
18 AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON
31 #define No "no"
33 #define ynText(v) ((v)?Yes:No)
197 fprintf(file, ", no name\n");
335 (msg->key_event_follows ? "yes" : "no"));
  /xsrc/external/mit/iceauth/dist/
process.c 16 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
80 static const char *No = "no"; /* for messages */
1035 if (!cmd) { /* if no cmd, print all help */
1077 fprintf (stderr, "no help for nonexistent command \"%s\"\n", cmd);
1242 "No matches found, authority file \"%s\" not written\n",
1399 fprintf (stderr, "no records added - all duplicate\n");
1488 printf ("File new: %s\n", iceauth_existed ? No : Yes);
1489 printf ("File locked: %s\n", ignore_locks ? No : Yes);
1491 printf ("Changes honored: %s\n", iceauth_allowed ? Yes : No);
    [all...]
  /xsrc/external/mit/xev/dist/
xev.c 19 IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR
67 static const char *No = "NO";
158 event_name, e->serial, e->send_event ? Yes : No, e->window);
207 ksname = "(no name)";
218 e->same_screen ? Yes : No);
266 e->state, e->button, e->same_screen ? Yes : No);
284 e->state, e->is_hint, e->same_screen ? Yes : No);
348 mode, detail, e->same_screen ? Yes : No);
350 e->focus ? Yes : No, e->state)
    [all...]
  /xsrc/external/mit/xauth/dist/
process.c 17 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
106 static const char *No = "no"; /* for messages */
1393 if (!cmd) { /* if no cmd, print all help */
1432 fprintf (stderr, "no help for noexistent command \"%s\"\n", cmd);
1600 "No matches found, authority file \"%s\" not written\n",
1771 printf ("File new: %s\n", xauth_existed ? No : Yes);
1772 printf ("File locked: %s\n", xauth_locked ? No : Yes);
1774 printf ("Changes honored: %s\n", xauth_allowed ? Yes : No);
1775 printf ("Changes made: %s\n", xauth_modified ? Yes : No);
    [all...]
  /xsrc/external/mit/xkbcomp/dist/
geometry.c 12 Silicon Graphics makes no representation about the suitability
18 AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON
125 #define No 0
811 ACTION("No default shape; definition ignored\n");
2204 ACTION("No value assigned to %s.%s\n", elem.str, field.str);
2384 WARN("Shape \"%s\" has no outlines\n", shText(info->dpy, si));
2517 ACTION("No value assigned to %s.%s\n", elem.str, field.str);
2538 WARN("Overlay \"%s\" in section \"%s\" has no keys\n",
2640 ERROR("Row in section %s has no keys\n", rowText(info->dpy, row));
2668 ACTION("No value assigned to %s.%s\n", elem.str, field.str)
    [all...]

Completed in 14 milliseconds