Home
last modified time | relevance | path

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

/dports/games/powermanga/powermanga-0.93.1/src/
H A Dtext_overlay.c78 NO_SECTION, enumerator
224 text_overlay_section = NO_SECTION; in text_overlay_draw()
226 else if (text_overlay_section == NO_SECTION) in text_overlay_draw()
237 text_overlay_section = NO_SECTION; in text_overlay_draw()
239 else if (text_overlay_section == NO_SECTION) in text_overlay_draw()
249 text_overlay_section = NO_SECTION; in text_overlay_draw()
251 else if (text_overlay_section == NO_SECTION) in text_overlay_draw()
261 text_overlay_section = NO_SECTION; in text_overlay_draw()
267 if (text_overlay_section == NO_SECTION) in text_overlay_draw()
/dports/math/dune-vtk/dune-vtk-38f79c23ef8f29210d41353a8380e42b78422f2f/dune/vtk/
H A Dvtkreader.impl.hh54 Sections section = NO_SECTION; in readSerialFileFromStream()
82 section = NO_SECTION; in readSerialFileFromStream()
216 section = NO_SECTION; // finish reading after appended section in readSerialFileFromStream()
240 if (section != NO_SECTION) in readSerialFileFromStream()
256 Sections section = NO_SECTION; in readParallelFileFromStream()
286 section = NO_SECTION; in readParallelFileFromStream()
301 VTK_ASSERT_MSG(section == NO_SECTION, "VTK-File is incomplete. It must end with </VTKFile>!"); in readParallelFileFromStream()
749 Sections sec = NO_SECTION; in parseXml()
756 case NO_SECTION: in parseXml()
769 sec = (c == '=' ? XML_NAME_ASSIGN : NO_SECTION); in parseXml()
[all …]
H A Dvtkreader.hh40NO_SECTION = 0, VTK_FILE, UNSTRUCTURED_GRID, PIECE, POINT_DATA, PD_DATA_ARRAY, CELL_DATA, CD_DATA_… enumerator
51 Sections section = NO_SECTION;
248 Sections parent = NO_SECTION) const in isSection()
/dports/games/tycho/species/
H A Dini.cpp345 INIFile::INIFile(istream &is): _is(&is), _section_ofs(NO_SECTION), _kvp() { in INIFile()
366 _section_ofs = NO_SECTION; in seek()
371 if(NO_SECTION == _section_ofs) // bad section? in get()
H A Dini.hpp100 static const int NO_SECTION = -1; member in INIFile
/dports/games/species/species/
H A Dini.cpp345 INIFile::INIFile(istream &is): _is(&is), _section_ofs(NO_SECTION), _kvp() { in INIFile()
366 _section_ofs = NO_SECTION; in seek()
371 if(NO_SECTION == _section_ofs) // bad section? in get()
H A Dini.hpp100 static const int NO_SECTION = -1; member in INIFile
/dports/misc/ytree/ytree-2.03/
H A Dprofile.c14 #define NO_SECTION 0 macro
117 section = NO_SECTION; in ReadProfile()
160 section = NO_SECTION; in ReadProfile()
/dports/textproc/words/words-1.97F_3/
H A Dsorter.adb74 NO_SECTION : constant SECTION_TYPE := (0, 0, 0, 0, 0); constant
82 SECTION : SECTION_TYPE := NO_SECTION;
237 S := NO_SECTION;