Searched refs:source_file (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/tic/ |
H A D | tic_main.c | 97 char *source_file = "./terminfo.src"; variable 142 source_file = argv[i]; in main() 174 if (freopen(source_file, "r", stdin) == NULL) { in init() 175 fprintf(stderr, "%s: Can't open %s\n", progname, source_file); in init()
|
/titanic_41/usr/src/lib/libxcurses/src/tic/ |
H A D | ticmain.c | 54 char *source_file = M_TERMINFO_DIR; variable 103 source_file = *argv; in main() 130 if (freopen(source_file, "r", stdin) == NULL) { in init() 131 (void) eprintf(m_strmsg(src_err), source_file); in init()
|
H A D | ticerror.c | 62 _cmdname, source_file, curr_line in warning() 87 _cmdname, source_file, curr_line in err_abort()
|
H A D | tic.h | 68 extern char *source_file;
|
/titanic_41/usr/src/cmd/tnf/prex/ |
H A D | source.c | 110 source_file(PREXRC); in source_init() 120 source_file(path); in source_init() 132 source_file(char *path) in source_file() function
|
H A D | source.h | 40 void source_file(char *path);
|
H A D | prexgram.y | 288 source_statement : SOURCE VALSTR NL { source_file($2); } 289 | SOURCE IDENT NL { source_file($2); }
|