Searched refs:attp (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/src/
H A Dx-glade.c244 const char **attp = attributes; local
245 while (*attp != NULL)
247 if (strcmp (attp[0], "translatable") == 0)
249 has_translatable = (strcmp (attp[1], "yes") == 0);
252 attp += 2;
259 const char **attp = attributes; local
260 while (*attp != NULL)
262 if (strcmp (attp[0], "description") == 0)
264 if (strcmp (attp[1], "") != 0)
271 remember_a_message (mlp, xstrdup (attp[
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dvar-tracking.c3914 attrs att, *attp, *curp = NULL; local
3924 for (attp = &set->regs[REGNO (node->loc)]; (att = *attp);
3925 attp = &att->next)
3937 curp = attp;
3942 curp = attp;

Completed in 116 milliseconds