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

/freebsd-12-stable/contrib/bmake/mk/
H A Dmeta2deps.py71 def getv(dict, key, d=None): function
227 self.debug = getv(conf, 'debug', 0)
228 self.debug_out = getv(conf, 'debug_out', sys.stderr)
230 self.machine = getv(conf, 'MACHINE', '')
231 self.machine_arch = getv(conf, 'MACHINE_ARCH', '')
232 self.target_spec = getv(conf, 'TARGET_SPEC', '')
233 self.curdir = getv(conf, 'CURDIR')
234 self.reldir = getv(conf, 'RELDIR')
235 self.dpdeps = getv(conf, 'DPDEPS')
241 self.host_target = getv(con
[all...]
/freebsd-12-stable/share/mk/
H A Dmeta2deps.py71 def getv(dict, key, d=None): function
221 self.debug = getv(conf, 'debug', 0)
222 self.debug_out = getv(conf, 'debug_out', sys.stderr)
224 self.machine = getv(conf, 'MACHINE', '')
225 self.machine_arch = getv(conf, 'MACHINE_ARCH', '')
226 self.target_spec = getv(conf, 'TARGET_SPEC', '')
227 self.curdir = getv(conf, 'CURDIR')
228 self.reldir = getv(conf, 'RELDIR')
229 self.dpdeps = getv(conf, 'DPDEPS')
235 self.host_target = getv(con
[all...]
/freebsd-12-stable/contrib/tcsh/
H A Dtc.decls.h218 extern int getv (Char *);
H A Dtc.os.c1485 getv(Char *v) function
1512 tsetenv(STRSYSTYPE, getv(*v) ? STRbsd43 : STRsys53);
H A Dsh.sem.c281 t->t_systype = getv(t->t_dcom[1]);

Completed in 166 milliseconds