Home
last modified time | relevance | path

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

/dports/sysutils/lnav/lnav-0.10.1/src/
H A Dcommand_executor.hh112 struct source_guard { struct
113 source_guard(exec_context &context) : sg_context(context) { in source_guard() argument
117 ~source_guard() { in ~source_guard()
121 exec_context &sg_context;