Home
last modified time | relevance | path

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

/external/one-true-awk/
Dlib.c542 if (compile_time == 1 && cursource() != NULL) in SYNTAX()
543 fprintf(stderr, " source file %s", cursource()); in SYNTAX()
626 if (compile_time == 1 && cursource() != NULL) in error()
627 fprintf(stderr, " source file %s", cursource()); in error()
Dmain.c216 char *cursource(void) /* current source file name */ in cursource() function
Dproto.h68 extern char *cursource(void);