Searched refs:incpath (Results 1 – 2 of 2) sorted by relevance
62 my ($fname, $incpath) = @_;71 if (defined $incpath) {72 $newpath = "$incpath, from $fname:";117 warn "included $incpath\n" if defined $incpath;121 warn "included $incpath\n" if defined $incpath;184 my $incpath = shift @execlist;185 process_file($file, $incpath);
387 char **incpath = NULL; in main() local410 incpath = realloc(incpath, sizeof (char *) * in main()412 if (incpath == NULL) { in main()420 incpath[nextincpath] = optarg; in main()445 err = libvarpd_plugin_load(varpd_handle, incpath[i]); in main()448 incpath[i], strerror(err)); in main()