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

/opensolaris-onvv-gate/usr/src/cmd/tnf/prex/
H A Dsource.h40 void source_file(char *path);
H A Dsource.c110 source_file(PREXRC);
120 source_file(path);
128 * source_file() - pushes a new source onto the stack
132 source_file(char *path) function
152 } /* end source_file */
H A Dprexgram.y288 source_statement : SOURCE VALSTR NL { source_file($2); }
289 | SOURCE IDENT NL { source_file($2); }
/opensolaris-onvv-gate/usr/src/lib/libxcurses/src/tic/
H A Dticerror.c62 _cmdname, source_file, curr_line
87 _cmdname, source_file, curr_line
H A Dticmain.c54 char *source_file = M_TERMINFO_DIR; variable
103 source_file = *argv;
130 if (freopen(source_file, "r", stdin) == NULL) {
131 (void) eprintf(m_strmsg(src_err), source_file); local
H A Dtic.h70 extern char *source_file;
/opensolaris-onvv-gate/usr/src/cmd/tic/
H A Dtic_main.c97 char *source_file = "./terminfo.src"; variable
142 source_file = argv[i];
174 if (freopen(source_file, "r", stdin) == NULL) {
175 fprintf(stderr, "%s: Can't open %s\n", progname, source_file);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DHtml.pm1855 my ($source_volume,$source_directory,$source_file) =
1940 my $source_file = shift ;
1943 my $source = URI::file->new_abs($source_file);

Completed in 457 milliseconds