Lines Matching full:indicator
98 struct indicator {
199 struct indicator *ind;
204 ind = g_slice_new(struct indicator);
219 struct indicator *ind;
321 struct indicator *ind = g_slist_nth_data(gw->indies, index - 1);
432 gchar indicator[AG_INDICATOR_DESCR_SIZE + 4];
456 else if (sscanf(buf, "\r\n+CIEV:%s\r\n", indicator) == 1) {
457 sep = strchr(indicator, ',');
460 index = atoi(indicator);
982 struct indicator *ind;
1110 g_slice_free(struct indicator, mem);