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

Lines Matching defs:variable

21  *   add_variable()      - Add a variable or argument.
111 * <variable name="" scope="">
114 * </variable>
118 * <variable name="">...</variable>
124 * <variable name="">...</variable>
133 * <variable name="">...</variable>
625 * 'add_variable()' - Add a variable or argument.
628 static mxml_node_t * /* O - New variable/argument */
630 const char *name, /* I - "argument" or "variable" */
633 mxml_node_t *variable, /* New variable */
653 * Create the variable/argument node...
656 variable = mxmlNewElement(parent, name);
684 mxmlElementSetAttr(variable, "default", buffer);
688 * Extract the argument/variable name...
727 mxmlElementSetAttr(variable, "name", buffer);
730 * Add the remaining type information to the variable node...
733 mxmlAdd(variable, MXML_ADD_AFTER, MXML_ADD_TO_PARENT, type);
736 * Add new new variable node...
739 return (variable);
1044 const char *scope; /* Current variable/function scope */
1052 *variable, /* <variable> or <argument> node */
1093 variable = NULL;
1396 variable = NULL;
1450 variable = add_variable(function, "argument", type);
1481 variable = NULL;
1690 " processing comment, variable=%p, "
1692 variable, constant, typedefnode,
1696 if (variable)
1704 mxmlDelete(variable);
1708 description = mxmlNewElement(variable, "description");
1711 " adding comment %p/%p to variable...\n",
1715 update_comment(variable,
1719 variable = NULL;
1871 " processing comment, variable=%p, "
1873 variable, constant, typedefnode,
1877 if (variable)
1885 mxmlDelete(variable);
1889 description = mxmlNewElement(variable, "description");
1891 fprintf(stderr, " adding comment %p/%p to variable...\n",
1895 update_comment(variable,
1899 variable = NULL;
2032 if (variable)
2040 mxmlDelete(variable);
2044 description = mxmlNewElement(variable, "description");
2046 fprintf(stderr, " adding comment %p/%p to variable...\n",
2050 update_comment(variable,
2054 variable = NULL;
2361 variable = add_variable(function, "argument", type);
2461 variable = add_variable(MXML_NO_PARENT, "variable", type);
2464 sort_node(tree, variable);
2467 mxmlElementSetAttr(variable, "scope", scope);
2506 fprintf(stderr, " variable = %p\n", variable);
3676 if ((arg = find_public(doc, doc, "variable")) != NULL)
3686 fprintf(out, "<h3 class=\"variable\">%s<a name=\"%s\">%s</a></h3>\n",
3702 arg = find_public(arg, doc, "variable");
3949 ".variable {\n"
4117 for (arg = mxmlFindElement(scut, scut, "variable", "scope", scopes[i],
4120 arg = mxmlFindElement(arg, scut, "variable", "scope", scopes[i],
4315 for (arg = mxmlFindElement(scut, scut, "variable", NULL, NULL,
4318 arg = mxmlFindElement(arg, scut, "variable", NULL, NULL,
4469 for (arg = mxmlFindElement(scut, scut, "variable", NULL, NULL,
4472 arg = mxmlFindElement(arg, scut, "variable", NULL, NULL,
4493 if (find_public(doc, doc, "variable"))
4497 for (arg = find_public(doc, doc, "variable");
4499 arg = find_public(arg, doc, "variable"))
4553 *scope; /* Scope for variable/function */
4587 for (arg = mxmlFindElement(scut, scut, "variable", NULL, NULL,
4590 arg = mxmlFindElement(arg, scut, "variable", NULL, NULL,
4676 for (arg = mxmlFindElement(scut, scut, "variable", NULL, NULL,
4679 arg = mxmlFindElement(arg, scut, "variable", NULL, NULL,
5277 if ((arg = find_public(doc, doc, "variable")) != NULL)
5311 arg = find_public(arg, doc, "variable");
5665 if ((arg = find_public(doc, doc, "variable")) != NULL)
5682 arg = find_public(arg, doc, "variable");
5762 strcmp(name, "variable"))
5798 strcmp(name, "variable") &&