Home | History | Annotate | Download | only in reference-ril

Lines Matching defs:commas

992     int commas;
1012 int commas;
1114 int commas;
1189 int commas;
1216 /* count number of commas */
1217 commas = 0;
1219 if (*p == ',') commas++;
1222 resp = (int *)calloc(commas + 1, sizeof(int));
1224 switch (commas) {
1284 *items = commas + 1;