Searched defs:Ungag (Results 1 – 3 of 3) sorted by relevance
78 struct Ungag struct82 Ungag(unsigned old) : oldgag(old) {} in Ungag() argument83 ~Ungag() { global.gag = oldgag; } in ~Ungag() argument
82 struct Ungag struct86 Ungag(unsigned old) : oldgag(old) {} in Ungag() argument87 ~Ungag() { global.gag = oldgag; } in ~Ungag() argument
111 struct Ungag struct113 uint oldgag;115 extern (D) this(uint old) nothrow in this()120 extern (C++) ~this() nothrow in ~this()