Lines Matching defs:number
38 * total number of attribute-value pairs and the count of those
60 * returns counts of the total number of attribute-value pairs,
61 * and the count of the number of those attributes that are typed.
107 * Count the number of attribute-value pairs in the list.
297 * size is expected to be total_count * 2, where total_count is the number
330 Cardinal *number);
411 * RETURNED number - the number of resources in the above list.
416 GetResources(Widget widget, XtResourceList *res_list, Cardinal *number)
421 XtGetResourceList(XtClass(widget), res_list, number);
431 *res_list = XtReallocArray(*res_list, *number + num_constraint,
434 for (temp = num_constraint, res = *res_list + *number; temp != 0;
438 *number += num_constraint;