Searched refs:def (Results 126 - 145 of 145) sorted by relevance

123456

/haiku-fatelf/src/tools/docbook/libxml2/
H A DSAX2.c688 * @def: the type of default value
696 int type, int def, const xmlChar *defaultValue,
709 elem, fullname, type, def, defaultValue);
727 (xmlAttributeDefault) def, defaultValue, tree);
731 (xmlAttributeDefault) def, defaultValue, tree);
695 xmlSAX2AttributeDecl(void *ctx, const xmlChar *elem, const xmlChar *fullname, int type, int def, const xmlChar *defaultValue, xmlEnumerationPtr tree) argument
H A Dtree.c5727 xmlNsPtr def; local
5748 def = xmlSearchNsByHref(doc, tree, ns->href);
5749 if (def != NULL)
5750 return(def);
5761 def = xmlSearchNs(doc, tree, prefix);
5762 while (def != NULL) {
5769 def = xmlSearchNs(doc, tree, prefix);
5775 def = xmlNewNs(tree, ns->href, prefix);
5776 return(def);
H A Druntest.c985 const xmlChar * name, int type, int def,
993 elem, name, type, def);
996 elem, name, type, def, defaultValue);
984 attributeDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar * elem, const xmlChar * name, int type, int def, const xmlChar * defaultValue, xmlEnumerationPtr tree) argument
H A Dxmllint.c1084 const xmlChar * name, int type, int def,
1092 elem, name, type, def);
1095 elem, name, type, def, defaultValue);
1083 attributeDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar * elem, const xmlChar * name, int type, int def, const xmlChar * defaultValue, xmlEnumerationPtr tree) argument
H A DdebugXML.c553 switch (attr->def) {
/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dparser.h423 * @def: the type of default value
433 int def,
H A Dtree.h216 xmlAttributeDefault def; /* the default */ member in struct:_xmlAttribute
/haiku-fatelf/src/bin/gdb/bfd/
H A Delf32-xtensa.c986 return h->root.u.def.section;
1176 h->root.u.def.section = h->u.weakdef->root.u.def.section;
1177 h->root.u.def.value = h->u.weakdef->root.u.def.value;
8990 && sym_hash->root.u.def.section == sec)
8993 (&relax_info->action_list, sym_hash->root.u.def.value);
9000 sym_hash->root.u.def.value + sym_hash->size);
9004 sym_hash->root.u.def.value = new_address;
9174 target_sec = h->root.u.def
[all...]
H A Delf32-cr16c.c815 return h->root.u.def.section;
H A Dcoff64-rs6000.c1267 sec = h->root.u.def.section;
1268 val = (h->root.u.def.value
H A Dcoff-rs6000.c3420 sec = h->root.u.def.section;
3421 val = (h->root.u.def.value
/haiku-fatelf/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211.c122 #define DEFAULTRATES(m, def) do { \
124 ic->ic_sup_rates[m] = def; \
/haiku-fatelf/src/bin/gawk/
H A Dawkgram.y48 static void func_install P((NODE *params, NODE *def));
2765 * in which case def is added as the value. Otherwise, install name with def
2774 func_install(NODE *params, NODE *def)
2799 thisfunc = node(params, Node_func, def);
H A Dawkgram.c174 static void func_install P((NODE *params, NODE *def));
4604 * in which case def is added as the value. Otherwise, install name with def
4613 func_install(NODE *params, NODE *def)
4638 thisfunc = node(params, Node_func, def);
4609 func_install(NODE *params, NODE *def) argument
/haiku-fatelf/src/bin/network/wget/
H A Dmaint.mk93 # @grep -nE '# *include <(limits|std(def|arg|bool))\.h>' \
/haiku-fatelf/src/libs/pdflib/config/
H A Dltmain.sh1801 if test -f "$output_objdir/$soname-def"; then :
/haiku-fatelf/src/libs/print/libgutenprint/scripts/
H A Dltmain.sh2363 eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'
2364 eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"'
2375 eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'
2376 eval 'cat "$nlist" >> "$output_objdir/$outputname.def"'
2517 if test -f "$output_objdir/$my_outputname.def"; then
2518 compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
2519 finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
5648 if test -f "$output_objdir/$soname-def"; then :
6982 # and it's NOT already a .def file. Must figure out
7045 export_symbols=$output_objdir/$libname.def
[all...]
/haiku-fatelf/src/bin/gdb/
H A Dltmain.sh2081 if test -f "$output_objdir/$soname-def"; then :
/haiku-fatelf/src/bin/less/
H A Dconfigure8456 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
8457 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
8459 :def
/haiku-fatelf/src/tests/system/libroot/posix/bonnie++-1.03d/
H A Dconfigure4830 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
4831 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
4833 :def

Completed in 466 milliseconds

123456