Lines Matching full:sourcing
199 if (!sourcing) { in commands()
214 if (!sourcing && value("interactive") != NULL) { in commands()
245 if (sourcing) { in commands()
292 if (sourcing) { in execute()
293 printf("Can't \"!\" while sourcing\n"); in execute()
307 * first command in the table; while sourcing, in execute()
312 if (sourcing && *word == '\0') in execute()
332 * If we are sourcing an interactive command, it's in execute()
341 if (sourcing && com->c_argtype & I) { in execute()
342 printf("May not execute \"%s\" while sourcing\n", in execute()
444 if (sourcing) in execute()
456 if (!sourcing && (com->c_argtype & T) == 0) in execute()
536 while (sourcing) in intr()
687 sourcing = 1; in load()
690 sourcing = 0; in load()