Searched refs:sourcing (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/usr.bin/mail/
H A Dglob.h45 extern int sourcing; /* Currently reading variant file */
H A Dlex.c199 if (!sourcing) {
214 if (!sourcing && value("interactive") != NULL) {
245 if (sourcing) {
292 if (sourcing) {
293 printf("Can't \"!\" while sourcing\n");
307 * first command in the table; while sourcing,
312 if (sourcing && *word == '\0')
332 * If we are sourcing an interactive command, it's
341 if (sourcing && com->c_argtype & I) {
342 printf("May not execute \"%s\" while sourcing\
[all...]
H A Dutil.c256 * Set the global flag "sourcing" so that others will realize
273 printf("Too much \"sourcing\" going on.\n");
284 sourcing++;
290 * Update the "sourcing" flag as appropriate.
297 sourcing = 0;
308 sourcing = loading;
H A Dmain.c49 int sourcing; variable
H A Dcmd3.c336 * Quit quickly. If we are sourcing, just pop the input level
342 if (sourcing)
412 else if (!sourcing) {
H A Dquit.c49 * If we are sourcing, then return 1 so execute() can handle it.
52 if (sourcing)

Completed in 132 milliseconds