Searched defs:new_context (Results 1 – 12 of 12) sorted by relevance
117 context_t new_context; /* The new context chosen by the user */ in manual_user_enter_context() local
69 std::unique_ptr<ClientContext> new_context = in SayHello() local
115 auto new_context = NewContext(parent_context, fg, args_abs_list); in DoJump() local
302 auto new_context = new_stack_frame->current_context(); in EnterStackFrame() local
1886 auto new_context = current_context->NewContext(fg, args_abs_list); in NewContext() local
346 ClientContext new_context; in TEST_P() local
78 def new_context( function
1136 def new_context(self, vars=None, shared=False, locals=None): member in Template
435 auto new_context = std::make_shared<Context>(); in CopyContext() local
91 def new_context( function
1375 def new_context( member in Template
3874 def __init__(self, new_context): argument