Searched refs:dofile (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/nohup/
H A Dnohup.c56 static void dofile(void);
82 dofile();
100 dofile(void) function
/netbsd-6-1-5-RELEASE/external/mit/lua/dist/src/
H A Dlua.c136 static int dofile (lua_State *L, const char *name) { function
329 return dofile(L, init+1);
373 else dofile(L, NULL); /* executes stdin as a file */
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/util/
H A Dadd_cr.pl11 &dofile($_);
14 sub dofile subroutine
/netbsd-6-1-5-RELEASE/sys/arch/ia64/stand/common/
H A Dfileload.c63 int dofile, dokld, ch, error; local
65 dokld = dofile = 0;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/netpgp/dist/src/hkpclient/
H A Dhkpclient.lua37 dofile "optparse.lua"
/netbsd-6-1-5-RELEASE/crypto/external/bsd/netpgp/dist/bindings/lua/
H A Dnetpgp.lua33 dofile "optparse.lua"
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/tests/
H A Ddig8.c317 int once = 1, dofile = 0; /* batch -vs- interactive control */ local
381 dofile++; once=0;
405 while ((dofile && fgets(fileq, sizeof fileq, qfp) != NULL) ||
406 (!dofile && once--))
964 if (!dofile) {
/netbsd-6-1-5-RELEASE/libexec/httpd/lua/
H A Dbozo.lua33 dofile "optparse.lua"

Completed in 86 milliseconds