Searched refs:getv (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/bmake/mk/
H A Dmeta2deps.py68 def getv(dict, key, d=None): function
187 self.debug = getv(conf, 'debug', 0)
188 self.debug_out = getv(conf, 'debug_out', sys.stderr)
190 self.machine = getv(conf, 'MACHINE', '')
191 self.machine_arch = getv(conf, 'MACHINE_ARCH', '')
192 self.target_spec = getv(conf, 'TARGET_SPEC', '')
193 self.curdir = getv(conf, 'CURDIR')
194 self.reldir = getv(conf, 'RELDIR')
195 self.dpdeps = getv(conf, 'DPDEPS')
201 self.host_target = getv(con
[all...]
/freebsd-10.0-release/contrib/tcsh/
H A Dtc.decls.h219 extern int getv (Char *);
H A Dtc.os.c1489 getv(Char *v) function
1516 tsetenv(STRSYSTYPE, getv(*v) ? STRbsd43 : STRsys53);
H A Dsh.sem.c279 t->t_systype = getv(t->t_dcom[1]);

Completed in 84 milliseconds