Home
last modified time | relevance | path

Searched refs:ischapter (Results 1 – 9 of 9) sorted by relevance

/dports/textproc/halibut/halibut-1.2/
H A Dcontents.c14 int ischapter; member
31 ret->ischapter = 1; in number_init()
153 state->ischapter = 1; in number_mktext()
178 if (state->ischapter) in number_mktext()
197 state->ischapter = 0; in number_mktext()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Common/src/System/Data/ProviderBase/
H A DSchemaMapping.cs595 bool ischapter = false; in SetupSchemaWithoutKeyInfo()
610 chapterIndexMap[i] = ischapter = true; in SetupSchemaWithoutKeyInfo()
678 if (ischapter) in SetupSchemaWithoutKeyInfo()
687 else if (ischapter && !dataColumn.AutoIncrement) in SetupSchemaWithoutKeyInfo()
811 bool ischapter = false; in SetupSchemaWithKeyInfo()
829 chapterIndexMap[unsortedIndex] = ischapter = true; in SetupSchemaWithKeyInfo()
922 if (ischapter) in SetupSchemaWithKeyInfo()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/ProviderBase/
H A DSchemaMapping.cs496 bool ischapter = false; in SetupSchemaWithoutKeyInfo()
508 chapterIndexMap[i] = ischapter = true; in SetupSchemaWithoutKeyInfo()
561 if (ischapter) { in SetupSchemaWithoutKeyInfo()
569 else if (ischapter && !dataColumn.AutoIncrement) { in SetupSchemaWithoutKeyInfo()
680 bool ischapter = false; in SetupSchemaWithKeyInfo()
694 chapterIndexMap[unsortedIndex] = ischapter = true; in SetupSchemaWithKeyInfo()
768 if (ischapter) { in SetupSchemaWithKeyInfo()
/dports/multimedia/ogmtools/ogmtools-1.5/
H A Dgeneric.cpp79 #define ischapter(s) ((strlen(s) == 22) && \ macro
193 if (ischapter(vc->user_comments[i])) { in chapter_information_adjust()
/dports/multimedia/dvdauthor/dvdauthor-d5bb0b/src/
H A Dda-internal.h115 cell_chapter_types ischapter; // 1 = chapter&program, 2 = program only, 0 = neither member
H A Ddvdauthor.c1482 if( p->sources[j]->cells[0].ischapter!=CELL_CHAPTER_PROGRAM ) { in validatesummary()
1484 p->sources[j]->cells[0].ischapter=CELL_CHAPTER_PROGRAM; in validatesummary()
1545 c->ischapter=chap; in source_add_cell()
H A Ddvdpgc.c337 if (thissource->cells[k].ischapter != CELL_NEITHER) in genpgc()
H A Ddvdvob.c2066 … if (thissource->cells[k].ischapter != CELL_NEITHER) /* from Wolfgang Wershofen */ in MarkChapters()
2168 if (thiscell->scellid != thiscell->ecellid && thiscell->ischapter != CELL_NEITHER) in MarkChapters()
2171 if (thiscell->ischapter == CELL_CHAPTER_PROGRAM) in MarkChapters()
H A Ddvdifo.c445 switch (thiscell->ischapter) in Create_PTT_SRPT()