Home
last modified time | relevance | path

Searched refs:source_file (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/cmd/tic/
H A Dtic_main.c97 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 Dticmain.c54 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 Dticerror.c62 _cmdname, source_file, curr_line in warning()
87 _cmdname, source_file, curr_line in err_abort()
H A Dtic.h68 extern char *source_file;
/titanic_41/usr/src/cmd/tnf/prex/
H A Dsource.c110 source_file(PREXRC); in source_init()
120 source_file(path); in source_init()
132 source_file(char *path) in source_file() function
H A Dsource.h40 void source_file(char *path);
H A Dprexgram.y288 source_statement : SOURCE VALSTR NL { source_file($2); }
289 | SOURCE IDENT NL { source_file($2); }