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

/freebsd-11-stable/share/mk/
H A Dmeta2deps.py71 def getv(dict, key, d=None): function
195 self.debug = getv(conf, 'debug', 0)
196 self.debug_out = getv(conf, 'debug_out', sys.stderr)
198 self.machine = getv(conf, 'MACHINE', '')
199 self.machine_arch = getv(conf, 'MACHINE_ARCH', '')
200 self.target_spec = getv(conf, 'TARGET_SPEC', '')
201 self.curdir = getv(conf, 'CURDIR')
202 self.reldir = getv(conf, 'RELDIR')
203 self.dpdeps = getv(conf, 'DPDEPS')
209 self.host_target = getv(con
[all...]
/freebsd-11-stable/contrib/bmake/mk/
H A Dmeta2deps.py70 def getv(dict, key, d=None): function
220 self.debug = getv(conf, 'debug', 0)
221 self.debug_out = getv(conf, 'debug_out', sys.stderr)
223 self.machine = getv(conf, 'MACHINE', '')
224 self.machine_arch = getv(conf, 'MACHINE_ARCH', '')
225 self.target_spec = getv(conf, 'TARGET_SPEC', '')
226 self.curdir = getv(conf, 'CURDIR')
227 self.reldir = getv(conf, 'RELDIR')
228 self.dpdeps = getv(conf, 'DPDEPS')
234 self.host_target = getv(con
[all...]
/freebsd-11-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 65 milliseconds