Searched defs:ssave (Results 1 – 1 of 1) sorted by relevance
162 ssave anonMember167 type ssave struct { struct168 validSave bool // is or was a part of an actual ss.169 nlIsEnd bool // whether newline terminates scan170 nlIsSpace bool // whether newline counts as white space171 argLimit int // max value of ss.count for this arg; argLimit <= limit172 limit int // max value of ss.count.173 maxWid int // width of this arg.