• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/

Lines Matching refs:presence

74   enum format_cdr_type presence; /* Can the argument list end right before
224 newelement->presence = oldelement->presence;
292 return (e1->presence == e2->presence
606 list->repeated.element[0].presence = FCT_OPTIONAL;
924 list->initial.element[0].presence = FCT_REQUIRED;
948 if (e1->presence == FCT_REQUIRED || e2->presence == FCT_REQUIRED)
949 re->presence = FCT_REQUIRED;
951 re->presence = FCT_OPTIONAL;
1080 if (list->initial.element[i].presence == FCT_REQUIRED)
1087 else /* list->initial.element[i].presence == FCT_OPTIONAL */
1187 /* If re->presence == FCT_OPTIONAL, the result list ends here. */
1188 if (re->presence == FCT_REQUIRED)
1217 if (e1->presence == FCT_REQUIRED)
1224 if (e2->presence == FCT_REQUIRED)
1234 if ((c2 > 0 ? e2->presence : list2->repeated.element[0].presence)
1244 if ((c1 > 0 ? e1->presence : list1->repeated.element[0].presence)
1277 /* If re->presence == FCT_OPTIONAL, the result list ends here. */
1278 if (re->presence == FCT_REQUIRED)
1327 ? list->initial.element[0].presence == FCT_REQUIRED
1329 && list->repeated.element[0].presence == FCT_REQUIRED)
1379 if (e1->presence == FCT_REQUIRED && e2->presence == FCT_REQUIRED)
1380 re->presence = FCT_REQUIRED;
1382 re->presence = FCT_OPTIONAL;
1516 if (list1->repeated.element[0].presence == FCT_REQUIRED)
1527 if (list2->repeated.element[0].presence == FCT_REQUIRED)
1584 Copy them all, but turn the first presence to FCT_OPTIONAL. */
1587 if (e1->presence == FCT_REQUIRED)
1595 re->presence = FCT_OPTIONAL;
1624 Copy them all, but turn the first presence to FCT_OPTIONAL. */
1627 if (e2->presence == FCT_REQUIRED)
1635 re->presence = FCT_OPTIONAL;
1755 ? list->initial.element[0].presence == FCT_REQUIRED
1757 && list->repeated.element[0].presence == FCT_REQUIRED)
1762 ASSERT (list->initial.element[0].presence == FCT_REQUIRED);
1763 list->initial.element[0].presence = FCT_OPTIONAL;
1811 /* We'll check whether the first n+1 presence flags are FCT_REQUIRED. */
1818 if (list->initial.element[s].presence != FCT_REQUIRED)
1826 if (list->initial.element[s].presence != FCT_REQUIRED)
1839 if (list->repeated.element[s].presence != FCT_REQUIRED)
1847 if (list->repeated.element[s].presence != FCT_REQUIRED)
1885 list->initial.element[i].presence = FCT_REQUIRED;
1918 ? /* n < list->initial.length */ list->initial.element[s].presence
1919 : /* n >= list->initial.length */ list->repeated.element[0].presence);
1964 newconstraint.presence = FCT_OPTIONAL;
2000 newconstraint.presence = FCT_OPTIONAL;
2060 listlist->repeated.element[0].presence = FCT_OPTIONAL;
2159 list->initial.element[0].presence = FCT_OPTIONAL; // union with empty list
2189 if (list->initial.element[0].presence == FCT_REQUIRED)
2192 ASSERT (list->initial.element[0].presence == FCT_REQUIRED);
2194 list->initial.element[0].presence = FCT_OPTIONAL;
2210 if (list->initial.element[list->initial.count].presence == FCT_REQUIRED)
2252 list->initial.element[si].presence = FCT_OPTIONAL;
3526 switch (element->presence)