Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dformat.h38 bool nonAdvancing{false}; // ADVANCE='NO', or $ or \ in FORMAT
H A Dio-api.cpp553 bool nonAdvancing{!YesOrNo(keyword, length, "ADVANCE", handler)}; in IONAME() local
554 if (nonAdvancing && io.GetConnectionState().access == Access::Direct) { in IONAME()
557 io.mutableModes().nonAdvancing = nonAdvancing; in IONAME()
H A Dformat-implementation.h349 context.mutableModes().nonAdvancing = true; in CueUpNextDataEdit()
H A Dio-stmt.cpp323 if (mutableModes().nonAdvancing && !InError()) { in CompleteOperation()
329 if (mutableModes().nonAdvancing) { in CompleteOperation()
684 if (modes.nonAdvancing) { in CheckForEndOfRecord()