Home
last modified time | relevance | path

Searched refs:inif (Results 1 – 25 of 123) sorted by relevance

12345

/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/etc/win32/
H A Dinit_file.c180 InitFile *inif; in load_init_file() local
270 if (inif->num_sections == inif->size_sections) { in load_init_file()
272 inif->sections = in load_init_file()
276 inif->sections[inif->num_sections] = inis; in load_init_file()
281 return inif; in load_init_file()
376 return inif; in create_init_file()
415 FREE(inif); in free_init_file()
439 inif->sections[i] = inif->sections[inif->num_sections]; in delete_init_section()
454 if (inif->num_sections == inif->size_sections) { in add_init_section()
456 inif->sections = REALLOC(inif->sections, in add_init_section()
[all …]
H A Dinit_file.h43 int store_init_file(InitFile *inif, wchar_t *filename);
50 void free_init_file(InitFile *inif);
56 int add_init_section(InitFile *inif, InitSection *inis);
60 int delete_init_section(InitFile *inif, char *section_name);
64 InitSection *lookup_init_section(InitFile *inif, char *section_name);
67 char *nth_init_section_name(InitFile *inif, int n);
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/etc/win32/
H A Dinit_file.c180 InitFile *inif; in load_init_file() local
270 if (inif->num_sections == inif->size_sections) { in load_init_file()
272 inif->sections = in load_init_file()
276 inif->sections[inif->num_sections] = inis; in load_init_file()
281 return inif; in load_init_file()
376 return inif; in create_init_file()
415 FREE(inif); in free_init_file()
439 inif->sections[i] = inif->sections[inif->num_sections]; in delete_init_section()
454 if (inif->num_sections == inif->size_sections) { in add_init_section()
456 inif->sections = REALLOC(inif->sections, in add_init_section()
[all …]
H A Dinit_file.h43 int store_init_file(InitFile *inif, wchar_t *filename);
50 void free_init_file(InitFile *inif);
56 int add_init_section(InitFile *inif, InitSection *inis);
60 int delete_init_section(InitFile *inif, char *section_name);
64 InitSection *lookup_init_section(InitFile *inif, char *section_name);
67 char *nth_init_section_name(InitFile *inif, int n);
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/etc/win32/
H A Dinit_file.c180 InitFile *inif; in load_init_file() local
270 if (inif->num_sections == inif->size_sections) { in load_init_file()
272 inif->sections = in load_init_file()
276 inif->sections[inif->num_sections] = inis; in load_init_file()
281 return inif; in load_init_file()
376 return inif; in create_init_file()
415 FREE(inif); in free_init_file()
439 inif->sections[i] = inif->sections[inif->num_sections]; in delete_init_section()
454 if (inif->num_sections == inif->size_sections) { in add_init_section()
456 inif->sections = REALLOC(inif->sections, in add_init_section()
[all …]
H A Dinit_file.h43 int store_init_file(InitFile *inif, wchar_t *filename);
50 void free_init_file(InitFile *inif);
56 int add_init_section(InitFile *inif, InitSection *inis);
60 int delete_init_section(InitFile *inif, char *section_name);
64 InitSection *lookup_init_section(InitFile *inif, char *section_name);
67 char *nth_init_section_name(InitFile *inif, int n);
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/etc/win32/
H A Dinit_file.c180 InitFile *inif; in load_init_file() local
270 if (inif->num_sections == inif->size_sections) { in load_init_file()
272 inif->sections = in load_init_file()
276 inif->sections[inif->num_sections] = inis; in load_init_file()
281 return inif; in load_init_file()
376 return inif; in create_init_file()
415 FREE(inif); in free_init_file()
439 inif->sections[i] = inif->sections[inif->num_sections]; in delete_init_section()
454 if (inif->num_sections == inif->size_sections) { in add_init_section()
456 inif->sections = REALLOC(inif->sections, in add_init_section()
[all …]
H A Dinit_file.h43 int store_init_file(InitFile *inif, wchar_t *filename);
50 void free_init_file(InitFile *inif);
56 int add_init_section(InitFile *inif, InitSection *inis);
60 int delete_init_section(InitFile *inif, char *section_name);
64 InitSection *lookup_init_section(InitFile *inif, char *section_name);
67 char *nth_init_section_name(InitFile *inif, int n);
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/etc/win32/
H A Dinit_file.c180 InitFile *inif; in load_init_file() local
270 if (inif->num_sections == inif->size_sections) { in load_init_file()
272 inif->sections = in load_init_file()
276 inif->sections[inif->num_sections] = inis; in load_init_file()
281 return inif; in load_init_file()
376 return inif; in create_init_file()
415 FREE(inif); in free_init_file()
439 inif->sections[i] = inif->sections[inif->num_sections]; in delete_init_section()
454 if (inif->num_sections == inif->size_sections) { in add_init_section()
456 inif->sections = REALLOC(inif->sections, in add_init_section()
[all …]
H A Dinit_file.h43 int store_init_file(InitFile *inif, wchar_t *filename);
50 void free_init_file(InitFile *inif);
56 int add_init_section(InitFile *inif, InitSection *inis);
60 int delete_init_section(InitFile *inif, char *section_name);
64 InitSection *lookup_init_section(InitFile *inif, char *section_name);
67 char *nth_init_section_name(InitFile *inif, int n);
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/etc/win32/
H A Dinit_file.c180 InitFile *inif; in load_init_file() local
270 if (inif->num_sections == inif->size_sections) { in load_init_file()
272 inif->sections = in load_init_file()
276 inif->sections[inif->num_sections] = inis; in load_init_file()
281 return inif; in load_init_file()
376 return inif; in create_init_file()
415 FREE(inif); in free_init_file()
439 inif->sections[i] = inif->sections[inif->num_sections]; in delete_init_section()
454 if (inif->num_sections == inif->size_sections) { in add_init_section()
456 inif->sections = REALLOC(inif->sections, in add_init_section()
[all …]
H A Dinit_file.h43 int store_init_file(InitFile *inif, wchar_t *filename);
50 void free_init_file(InitFile *inif);
56 int add_init_section(InitFile *inif, InitSection *inis);
60 int delete_init_section(InitFile *inif, char *section_name);
64 InitSection *lookup_init_section(InitFile *inif, char *section_name);
67 char *nth_init_section_name(InitFile *inif, int n);
/dports/lang/erlang/otp-OTP-24.1.7/erts/etc/win32/
H A Dinit_file.c180 InitFile *inif; in load_init_file() local
270 if (inif->num_sections == inif->size_sections) { in load_init_file()
272 inif->sections = in load_init_file()
276 inif->sections[inif->num_sections] = inis; in load_init_file()
281 return inif; in load_init_file()
376 return inif; in create_init_file()
415 FREE(inif); in free_init_file()
439 inif->sections[i] = inif->sections[inif->num_sections]; in delete_init_section()
454 if (inif->num_sections == inif->size_sections) { in add_init_section()
456 inif->sections = REALLOC(inif->sections, in add_init_section()
[all …]
H A Dinit_file.h43 int store_init_file(InitFile *inif, wchar_t *filename);
50 void free_init_file(InitFile *inif);
56 int add_init_section(InitFile *inif, InitSection *inis);
60 int delete_init_section(InitFile *inif, char *section_name);
64 InitSection *lookup_init_section(InitFile *inif, char *section_name);
67 char *nth_init_section_name(InitFile *inif, int n);
/dports/print/photoprint/photoprint-0.4.2-pre2/
H A Dlayoutdb.h14 Layout_NUpDB(ConfigFile *inif,const char *section) : ConfigDB(Template) in Layout_NUpDB() argument
16 new ConfigDBHandler(inif,section,this); in Layout_NUpDB()
26 Layout_SingleDB(ConfigFile *inif,const char *section) : ConfigDB(Template) in Layout_SingleDB() argument
28 new ConfigDBHandler(inif,section,this); in Layout_SingleDB()
40 new ConfigDBHandler(inif,section,this); in Layout_PosterDB()
52 new ConfigDBHandler(inif,section,this); in Layout_CarouselDB()
62 LayoutDB(ConfigFile *inif,const char *section) : in LayoutDB() argument
63 ConfigDB(Template), nupdb(inif,"[Layout_NUp]"), in LayoutDB()
64 singledb(inif,"[Layout_Single]"), posterdb(inif,"[Layout_Poster]"), in LayoutDB()
65 carouseldb(inif,"[Layout_Carousel]") in LayoutDB()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/doc/
H A Dfixnavi.pl55 my ($curtype, $curpage, $inhdr, $havetoc, $intoc, $inif) = ("", 0, 0, 0, 0);
62 die "Nested \\if at $file:$.\n" if ($inif);
63 $inif = 1;
70 die "Unmatched \\else in $file:$.\n" if (!$inif);
73 die "Unmatched \\endif in $file:$.\n" if (!$inif);
74 $inif = 0;
/dports/databases/postgresql96-server/postgresql-9.6.24/src/tools/pginclude/
H A Dpgcheckdefines205 $inif = 0;
221 $inif = 1;
223 if ($inif)
232 $inif = 0;
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/tools/pginclude/
H A Dpgcheckdefines205 $inif = 0;
221 $inif = 1;
223 if ($inif)
232 $inif = 0;
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/tools/pginclude/
H A Dpgcheckdefines205 $inif = 0;
221 $inif = 1;
223 if ($inif)
232 $inif = 0;
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/tools/pginclude/
H A Dpgcheckdefines205 $inif = 0;
221 $inif = 1;
223 if ($inif)
232 $inif = 0;
/dports/print/photoprint/photoprint-0.4.2-pre2/gp_cppsupport/
H A Dprintoutput.cpp19 PODBHandler(ConfigFile *inif,const char *section,PrintOutput *po) in PODBHandler() argument
20 : ConfigDBHandler(inif,section,po), printoutput(po) in PODBHandler()
35 PrintOutput::PrintOutput(ConfigFile *inif,const char *section) : ConfigDB(Template), PrinterQueues() in PrintOutput() argument
38 new PODBHandler(inif,section,this); in PrintOutput()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/tools/pginclude/
H A Dpgcheckdefines205 $inif = 0;
221 $inif = 1;
223 if ($inif)
232 $inif = 0;
/dports/databases/postgresql96-client/postgresql-9.6.24/src/tools/pginclude/
H A Dpgcheckdefines205 $inif = 0;
221 $inif = 1;
223 if ($inif)
232 $inif = 0;
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/tools/pginclude/
H A Dpgcheckdefines205 $inif = 0;
221 $inif = 1;
223 if ($inif)
232 $inif = 0;
/dports/databases/postgresql10-plperl/postgresql-10.19/src/tools/pginclude/
H A Dpgcheckdefines216 my $inif = 0;
230 $inif = 1;
232 if ($inif)
240 $inif = 0;

12345