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

  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
ToggleP.h 55 XtActionProc Unset;
  /xsrc/external/mit/libXaw/dist/src/
Command.c 100 static void Unset(Widget, XEvent*, String*, Cardinal*);
109 "<Btn1Up>:" "notify() unset()\n"
158 {"unset", Unset},
342 Unset(Widget w, XEvent *event _X_UNUSED, String *params _X_UNUSED, Cardinal *num_params _X_UNUSED)
361 Unset(w, event, params, num_params);
List.c 89 static void Unset(Widget, XEvent*, String*, Cardinal*);
266 {"Unset", Unset},
1036 /* Unset() - Action
1041 Unset(Widget w, XEvent *event _X_UNUSED, String *params _X_UNUSED, Cardinal *num_params _X_UNUSED)
  /xsrc/external/mit/xbiff/dist/
Mailbox.c 111 "<ButtonPress>: unset()";
115 static void Unset(Widget gw, XEvent *event, String *params, Cardinal *nparams);
119 { "unset", Unset },
295 static void Unset (Widget gw, XEvent *event, String *params, Cardinal *nparams)
304 * look to see if there is new mail; if so, Set, else Unset

Completed in 7 milliseconds