Lines Matching refs:nonemptyList
36 "OPEN (" >> nonemptyList("expected connection specifications"_err_en_US,
137 construct<CloseStmt>("CLOSE" >> parenthesized(nonemptyList(closeSpec))))
155 defaulted("," >> nonemptyList(ioControlSpec)) / ")", inputItemList) ||
159 defaulted("," >> nonemptyList(ioControlSpec)) / ")",
163 parenthesized(nonemptyList(ioControlSpec)), inputItemList) ||
236 defaulted("," >> nonemptyList(ioControlSpec)) / ")", outputItemList) ||
240 defaulted("," >> nonemptyList(ioControlSpec)) / ")",
244 parenthesized(nonemptyList(ioControlSpec)), outputItemList))
249 "PRINT" >> format, defaulted("," >> nonemptyList(outputItem))))
272 construct<InputImpliedDo>(nonemptyList(inputItem / lookAhead(","_tok)),
276 nonemptyList(outputItem / lookAhead(","_tok)),
282 parenthesized(construct<WaitStmt>(nonemptyList(Parser<WaitSpec>{}))))
307 parenthesized(nonemptyList(positionOrFlushSpec)) || bareUnitNumberAsList};
508 parenthesized(nonemptyList(Parser<InquireSpec>{}))) ||
511 nonemptyList(outputItem)))))
619 defaulted(parenthesized(nonemptyList(scaleFactor)))))