Home
last modified time | relevance | path

Searched refs:kShellSym (Results 1 – 5 of 5) sorted by relevance

/build/kati/
Dsymtab.cc44 Symbol kShellSym = Symbol(Symbol::IsUninitialized()); variable
111 kShellSym = Intern("SHELL"); in Symtab()
Dsymtab.h96 extern Symbol kShellSym;
Dexec.cc48 shell_ = ev->EvalVar(kShellSym); in Executor()
Dninja.cc187 shell_ = EscapeNinja(ev->EvalVar(kShellSym)); in NinjaGenerator()
Dfunc.cc565 const string&& shell = ev->EvalVar(kShellSym); in ShellFunc()