Searched refs:startOfFile (Results 1 – 11 of 11) sorted by relevance
23 , startOfFile71 startOfFile :: FilePath -> Position72 startOfFile path = sourcePos path 1 0 function118 initializationLoc = ProgramLoc startFunctionName (startOfFile "")
80 bool startOfFile; member86 source->startOfFile = true; in initSource()94 if (source->startOfFile) { in fillInputBuffer()108 source->startOfFile = false; in fillInputBuffer()
92 bool startOfFile; member98 source->startOfFile = true; in initSource()106 if (source->startOfFile) { in fillInputBuffer()120 source->startOfFile = false; in fillInputBuffer()
178 private boolean startOfFile; field in PCPP.ParseState185 startOfFile = true; in ParseState()193 boolean startOfFile() { return startOfFile; } in startOfFile() method in PCPP.ParseState194 void setStartOfFile(boolean val) { startOfFile = val; } in setStartOfFile()216 } else if (!state.startOfFile()) { in nextToken()
132 startOfFile = sizeof(ArchiveMemberHeader); in Child()135 uint32_t Archive::Child::getSize() const { return len - startOfFile; } in getSize()138 return {data + startOfFile, getSize()}; in getBuffer()
53 uint16_t startOfFile = 0; variable
190 private boolean startOfFile; field in PCPP.ParseState196 startOfFile = true; in ParseState()231 boolean startOfFile() { in startOfFile() method in PCPP.ParseState232 return startOfFile; in startOfFile()236 startOfFile = val; in setStartOfFile()271 } else if (!state.startOfFile()) { in nextToken()
442 bool startOfFile = true; in openArchive() local456 startOfFile = false; in openArchive()462 startOfFile = false; in openArchive()597 startOfFile = false; in openArchive()751 } else if (startOfFile) { in openArchive()755 startOfFile = false; in openArchive()
457 bool startOfFile = true; in openArchive() local471 startOfFile = false; in openArchive()477 startOfFile = false; in openArchive()615 startOfFile = false; in openArchive()779 } else if (startOfFile) { in openArchive()783 startOfFile = false; in openArchive()
165 startOfFile = self.cursor == 0191 if startLine == self.line and not startOfFile:232 if startLine == self.line and not startOfFile: