Searched refs:defs (Results 1 - 24 of 24) sorted by relevance

/haiku-fatelf/src/bin/bash/builtins/
H A Dmkbuiltins.c518 DEF_FILE *defs;
551 defs = (DEF_FILE *)xmalloc (sizeof (DEF_FILE));
552 defs->filename = filename;
553 defs->lines = array_create (sizeof (char *));
554 defs->line_number = 0;
555 defs->production = (char *)NULL;
556 defs->output = (FILE *)NULL;
557 defs->builtins = (ARRAY *)NULL;
563 array_add (&buffer[i], defs->lines);
575 for (i = 0; line = defs
517 DEF_FILE *defs; local
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Dexc_request.defs34 #include <mach/std_types.defs>
/haiku-fatelf/src/tools/rman/
H A DMakefile93 defs = -DVOLLIST='$(VOLLIST)' -DMANTITLEPRINTF='$(MANTITLEPRINTF)' -DMANREFPRINTF='$(MANREFPRINTF)' macro
105 $(CC) -DNDEBUG $(defs) -DPOLYGLOTMANVERSION=\"$(version)\" $(CFLAGS) -o rman rman.c
109 $(CC) $(defs) -DDEBUG -DPOLYGLOTMANVERSION=\"debug\" -g -Wall -o rman rman.c
112 quantify -cache-dir=/home/orodruin/h/bair/phelps/spine/rman/cache $(CC) -DNDEBUG $(defs) -DPOLYGLOTMANVERSION=\"QUANTIFY\" -g -o rman rman.c
124 $(CC) $(defs) -DPOLYGLOTMANVERSION=\"$(version)\" $(CFLAGS) -Wall -ansi -pedantic -o rman rman.c
/haiku-fatelf/src/add-ons/translators/shared/
H A DTranslatorSettings.cpp74 const TranSetting *defs = fDefaults; local
76 switch (defs[i].dataType) {
78 fSettingsMsg.AddBool(defs[i].name,
79 static_cast<bool>(defs[i].defaultVal));
83 fSettingsMsg.AddInt32(defs[i].name, defs[i].defaultVal);
349 const TranSetting *defs = fDefaults; local
351 switch (defs[i].dataType) {
353 result = pmsg->AddBool(defs[i].name,
354 SetGetBool(defs[
[all...]
/haiku-fatelf/src/bin/gdb/etc/
H A Dtexi2pod.pl35 %defs = ();
53 $defs{$flag} = $value;
95 if (exists $defs{$1}) {
106 $output = 1 if exists $defs{$2};
121 $defs{$1} = $2;
125 delete $defs{$1};
169 $skipping = 1 unless exists $defs{$1};
177 $skipping = 1 if exists $defs{$1};
328 if (! exists $defs{$2}) {
332 $value = $defs{
[all...]
H A Dconfigure671 cat > conftest.defs <<\EOF
678 DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
679 rm -f conftest.defs
/haiku-fatelf/src/bin/network/wget/doc/
H A Dtexi2pod.pl36 %defs = ();
54 $defs{$flag} = $value;
96 if (exists $defs{$1}) {
107 $output = 1 if exists $defs{$2};
122 $defs{$1} = $2;
126 delete $defs{$1};
170 $skipping = 1 unless exists $defs{$1};
178 $skipping = 1 if exists $defs{$1};
340 if (! exists $defs{$2}) {
344 $value = $defs{
[all...]
/haiku-fatelf/src/add-ons/screen_savers/slideshowsaver/
H A DLiveSettings.cpp75 const LiveSetting *defs = fDefaults; local
77 defs[i].AddReplaceValue(&fSettingsMsg);
291 const LiveSetting *defs = fDefaults; local
293 defs[i].AddReplaceValue(&fSettingsMsg, pmsg);
373 const LiveSetting *defs = fDefaults; local
375 defs[i].AddReplaceValue(pmsg, &fSettingsMsg);
/haiku-fatelf/src/libs/ncurses/
H A DMakefile.os226 # rm make.defs
27 # make -f Makefile.os2 make.defs
39 # The `make.defs' rule creates the new '.def' files and outputs a diagnostic
43 # `save.defs' rule. So, the only tough work is ensuring that the symbols that
138 $(DEFS) : make.defs
160 make.defs :
172 touch make.defs
174 save.defs :
/haiku-fatelf/src/add-ons/print/drivers/pdf/source/
H A DXReferences.cpp206 AutoDelete(XRefDef* defs) : fDefs(defs) { } argument
393 LocalLink::LocalLink(XRefDefs* defs, XRefDests* dests, PDFWriter* writer, BString* utf8, int32 page) argument
395 , fDefs(defs)
H A DXReferences.h233 LocalLink(XRefDefs* defs, XRefDests* dests, PDFWriter* writer, BString* utf8, int32 page);
/haiku-fatelf/src/bin/network/tcpdump/
H A Dmakemib33 # This script will read either ASN.1-style MIB files or the ".defs" files
81 # Read mosy "*.defs" file. mosy does all the parsing work; we just read
85 # Ignore these unless the current file is called something.defs; false
88 NF > 1 && index($2,".")>0 && FILENAME ~ /\.defs/ {
/haiku-fatelf/src/bin/gdb/gdb/doc/
H A Dconfigure694 cat > conftest.defs <<\EOF
701 DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
702 rm -f conftest.defs
/haiku-fatelf/src/libs/termcap/
H A Dconfigure859 cat > conftest.defs <<\EOF
866 DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
867 rm -f conftest.defs
H A Dtexinfo.tex1704 % these defs.
/haiku-fatelf/src/bin/gdb/gdb/nlm/
H A Dconfigure832 cat > conftest.defs <<\EOF
839 DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
840 rm -f conftest.defs
/haiku-fatelf/src/tools/docbook/libxml2/
H A Drelaxng.c114 xmlHashTablePtr defs; /* define* */ member in struct:_xmlRelaxNGGrammar
123 XML_RELAXNG_EXCEPT, /* except present in nameclass defs */
165 xmlRelaxNGDefinePtr nextHash; /* next define in defs/refs hash tables */
183 xmlHashTablePtr defs; /* define */ member in struct:_xmlRelaxNG
270 xmlRelaxNGDefinePtr *defs; /* the array of element definitions */ member in struct:_xmlRelaxNGInterleaveGroup
871 if (grammar->defs != NULL) {
872 xmlHashFree(grammar->defs, NULL);
944 if (group->defs != NULL)
945 xmlFree(group->defs);
3733 * @defs1: the first element/attribute defs
[all...]
/haiku-fatelf/src/bin/gdb/gdb/rdi-share/
H A Dconfigure1910 cat > conftest.defs <<\EOF
1917 DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
1918 rm -f conftest.defs
/haiku-fatelf/src/bin/gdb/bfd/
H A Dlinker.c820 struct archive_list *defs;
853 ret->defs = NULL;
961 for (pp = &arh->defs; *pp != NULL; pp = &(*pp)->next)
1026 for (l = arh->defs; l != NULL; l = l->next)
817 struct archive_list *defs; member in struct:archive_hash_entry
/haiku-fatelf/src/bin/gdb/
H A Dconfigure4939 cat > conftest.defs <<\EOF
4946 DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
4947 rm -f conftest.defs
/haiku-fatelf/src/bin/sharutils/doc/
H A Dtexinfo.tex1436 % these defs.
/haiku-fatelf/src/bin/diffutils/config/
H A Dtexinfo.tex1826 % these defs.
/haiku-fatelf/src/bin/gdb/texinfo/
H A Dtexinfo.tex2205 % these defs.
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Dtexinfo.tex2591 % these defs.

Completed in 200 milliseconds