Searched refs:source_file (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/tnf/prex/ |
H A D | source.h | 40 void source_file(char *path);
|
H A D | source.c | 110 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 D | prexgram.y | 288 source_statement : SOURCE VALSTR NL { source_file($2); } 289 | SOURCE IDENT NL { source_file($2); }
|
/illumos-gate/usr/src/lib/libxcurses/src/tic/ |
H A D | ticerror.c | 62 _cmdname, source_file, curr_line 87 _cmdname, source_file, curr_line
|
H A D | ticmain.c | 54 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 D | tic.h | 68 extern char *source_file;
|
/illumos-gate/usr/src/cmd/tic/ |
H A D | tic_main.c | 97 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);
|
Completed in 153 milliseconds