Searched refs:cursource (Results 1 – 3 of 3) sorted by relevance
122 if (compile_time == 1 && cursource() != NULL) { in fpecatch()123 dprintf(STDERR_FILENO, " source file %s", cursource()); in fpecatch()320 char *cursource(void) /* current source file name */ in cursource() function
694 if (compile_time == COMPILING && cursource() != NULL) in SYNTAX()695 fprintf(stderr, " source file %s", cursource()); in SYNTAX()774 if (compile_time == COMPILING && cursource() != NULL) in error()775 fprintf(stderr, " source file %s", cursource()); in error()
66 extern char *cursource(void);