Home
last modified time | relevance | path

Searched refs:skip_indent_ (Results 1 – 2 of 2) sorted by relevance

/dports/science/mpqc/mpqc-2.3.1/src/lib/util/misc/
H A Dformio.cc44 long SCFormIO::skip_indent_ = 0; member in SCFormIO
113 skip_indent_ = ios::xalloc(); in init_ostream()
120 o.iword(skip_indent_) = 0; in init_ostream()
140 long &skip = o.iword(skip_indent_); in indent()
212 o.iword(skip_indent_)++; in skipnextindent()
H A Dformio.h45 static long skip_indent_; variable