• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/mxml-2.7/

Lines Matching refs:constant

84  *     <constant name="">
86 * </constant>
90 * <constant name="">...</constant>
148 #define STATE_STRING 4 /* Inside a string constant */
149 #define STATE_CHARACTER 5 /* Inside a character constant */
1046 *constant, /* <constant> node */
1090 constant = NULL;
1152 case '\'' : /* Character constant */
1158 case '\"' : /* String constant */
1410 constant = NULL;
1691 "constant=%p, typedefnode=%p, tree=\"%s\"\n",
1692 variable, constant, typedefnode,
1721 else if (constant)
1729 mxmlDelete(constant);
1733 description = mxmlNewElement(constant, "description");
1736 " adding comment %p/%p to constant...\n",
1740 update_comment(constant,
1744 constant = NULL;
1872 "constant=%p, typedefnode=%p, tree=\"%s\"\n",
1873 variable, constant, typedefnode,
1901 else if (constant)
1909 mxmlDelete(constant);
1913 description = mxmlNewElement(constant, "description");
1915 fprintf(stderr, " adding comment %p/%p to constant...\n",
1919 update_comment(constant,
1923 constant = NULL;
2056 else if (constant)
2064 mxmlDelete(constant);
2068 description = mxmlNewElement(constant, "description");
2070 fprintf(stderr, " adding comment %p/%p to constant...\n",
2074 update_comment(constant,
2078 constant = NULL;
2155 case STATE_STRING : /* Inside a string constant */
2171 case STATE_CHARACTER : /* Inside a character constant */
2488 constant = mxmlNewElement(MXML_NO_PARENT, "constant");
2489 mxmlElementSetAttr(constant, "name", buffer);
2490 sort_node(enumeration, constant);
2864 * Convert UTF-8 to Unicode constant...
3729 for (arg = mxmlFindElement(scut, scut, "constant", NULL, NULL,
3732 arg = mxmlFindElement(arg, scut, "constant", NULL, NULL,
4218 for (arg = mxmlFindElement(scut, scut, "constant", NULL, NULL,
4221 arg = mxmlFindElement(arg, scut, "constant", NULL, NULL,
4731 * Convert UTF-8 to Unicode constant...
5707 for (arg = mxmlFindElement(scut, scut, "constant", NULL, NULL,
5710 arg = mxmlFindElement(arg, scut, "constant", NULL, NULL,
5753 strcmp(name, "constant") &&
5789 strcmp(name, "constant") &&