Home
last modified time | relevance | path

Searched refs:TheTab (Results 1 – 4 of 4) sorted by relevance

/dports/textproc/sgmlformat/sgmlformat-1.7/instant/
H A Dtables.c545 tpref, TheTab.nc); in CheckTable()
573 if (TheTab.nc != TheTab.n_align) { /* number of tokens OK? */ in CheckTable()
575 fprintf(stderr, ncolchk, "ALIGN", TheTab.align, TheTab.nc); in CheckTable()
579 if (*TheTab.align_v[i] != 'C' && *TheTab.align_v[i] != 'L' && in CheckTable()
591 if (TheTab.nc != TheTab.n_colwidth) { /* number of tokens OK? */ in CheckTable()
607 if (TheTab.nc != TheTab.n_colsep) { /* number of tokens OK? */ in CheckTable()
609 fprintf(stderr, ncolchk, "COLSEP", TheTab.colsep, TheTab.nc); in CheckTable()
650 n = TheTab.nc; in check_for_spans()
704 if (TheTab.colwidth && TheTab.nc == TheTab.n_colwidth) { in TexTable()
710 if (strcmp(TheTab.frame, "ALL") && strcmp(TheTab.frame, "SIDES")) in TexTable()
[all …]
/dports/textproc/docbook-to-man/docbook-to-man/Instant/
H A Dtables.c545 tpref, TheTab.nc); in CheckTable()
573 if (TheTab.nc != TheTab.n_align) { /* number of tokens OK? */ in CheckTable()
575 fprintf(stderr, ncolchk, "ALIGN", TheTab.align, TheTab.nc); in CheckTable()
579 if (*TheTab.align_v[i] != 'C' && *TheTab.align_v[i] != 'L' && in CheckTable()
591 if (TheTab.nc != TheTab.n_colwidth) { /* number of tokens OK? */ in CheckTable()
607 if (TheTab.nc != TheTab.n_colsep) { /* number of tokens OK? */ in CheckTable()
609 fprintf(stderr, ncolchk, "COLSEP", TheTab.colsep, TheTab.nc); in CheckTable()
650 n = TheTab.nc; in check_for_spans()
704 if (TheTab.colwidth && TheTab.nc == TheTab.n_colwidth) { in TexTable()
710 if (strcmp(TheTab.frame, "ALL") && strcmp(TheTab.frame, "SIDES")) in TexTable()
[all …]
/dports/multimedia/mpgtx/mpgtx-1.3.1/
H A DchunkTab.cxx24 return TheTab; in GetChunks()
33 TheTab = new chunk*[max]; in chunkTab()
84 tempchunk[i] = TheTab[i]; in MoreRoom()
88 delete[] TheTab; in MoreRoom()
90 TheTab = tempchunk; in MoreRoom()
203 TheTab[current_chunk++] = tempchunk; in ParseRange()
333 TheTab[current_chunk++] = tempchunk; in ParseRange()
526 TheTab[current_chunk] = tc; in ParseBoundaries()
558 TheTab[current_chunk++] = tc; in ParseBoundaries()
575 printf( _OFF_d "|" _OFF_d , TheTab[i]->from, TheTab[i]->to); in PrintTab()
[all …]
H A DchunkTab.hh37 chunk** TheTab; member in chunkTab