Lines Matching refs:params
736 static void ActionStart (gw, event, params, num_params)
739 String *params; /* unused */
761 static void ActionStop (gw, event, params, num_params)
764 String *params; /* unused */
780 static void ActionAbort (gw, event, params, num_params)
783 String *params; /* unused */
795 ActionNotify (gw, event, params, num_params);
802 static void ActionMove (gw, event, params, num_params)
805 String *params; /* unused */
823 ActionNotify (gw, event, params, num_params); /* does a check */
832 static void ActionPage (gw, event, params, num_params)
835 String *params;
850 x = parse_page_string (params[0], (int) pw->panner.knob_width,
852 y = parse_page_string (params[1], (int) pw->panner.knob_height,
875 static void ActionNotify (gw, event, params, num_params)
878 String *params; /* unused */
926 static void ActionSet (gw, event, params, num_params)
929 String *params;
936 XmuCompareISOLatin1 (params[0], "rubberband") != 0) {
941 if (XmuCompareISOLatin1 (params[1], "on") == 0) {
943 } else if (XmuCompareISOLatin1 (params[1], "off") == 0) {
945 } else if (XmuCompareISOLatin1 (params[1], "toggle") == 0) {