Lines Matching +defs:token +defs:count
71 int token;
217 if (info.token == ERROR)
223 return (info.token != ERROR ? retval : False);
246 return (info->token = ch);
295 return (info->token = BOOLEAN);
298 return (info->token = END);
303 snprintf(msg, sizeof(msg), "evaluate(): bad token \"%c\" at \"%s\"",
309 return (info->token = ERROR);
318 switch (info->token)
340 switch (info->token)
357 switch (info->token)
369 if (info->token != RP)
373 info->token = ERROR;
387 info->token = ERROR;
404 Cardinal num_args, count;
433 for (count = 1; count < *num_params; count += 2)
435 if ((resource = _XawFindActionRes(rlist, w, params[count])) == NULL)
440 params[count]);
444 value = XawConvertActionVar(vlist, params[count + 1]);
463 params[count]);
509 Cardinal count;
522 for (count = 1; count < *num_params; count += 2)
524 String value = XawConvertActionRes(rlist, w, params[count + 1]);
527 XawDeclareActionVar(vlist, params[count], value);
536 Cardinal count;
548 for (count = 1; count < *num_params; count += 2)
549 XawDeclareActionVar(vlist, params[count], params[count + 1]);