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

Lines Matching defs:commas

1039     int commas;
1059 int commas;
1161 int commas;
1236 int commas;
1263 /* count number of commas */
1264 commas = 0;
1266 if (*p == ',') commas++;
1269 resp = (int *)calloc(commas + 1, sizeof(int));
1271 switch (commas) {
1331 *items = commas + 1;