Home
last modified time | relevance | path

Searched defs:ssave (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/fmt/
Dscan.go162 ssave anonMember
167 type ssave struct { struct
168 validSave bool // is or was a part of an actual ss.
169 nlIsEnd bool // whether newline terminates scan
170 nlIsSpace bool // whether newline counts as white space
171 argLimit int // max value of ss.count for this arg; argLimit <= limit
172 limit int // max value of ss.count.
173 maxWid int // width of this arg.