Home
last modified time | relevance | path

Searched refs:cursource (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/one-true-awk/
H A Dlib.c694 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()
H A Dmain.c286 char *cursource(void) /* current source file name */ in cursource() function
H A Dproto.h65 extern char *cursource(void);