Searched defs:source_file (Results 1 - 3 of 3) sorted by relevance

/illumos-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);
/illumos-gate/usr/src/lib/libxcurses/src/tic/
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
/illumos-gate/usr/src/cmd/tnf/prex/
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 */

Completed in 57 milliseconds