Home
last modified time | relevance | path

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

/ndk/sources/host-tools/nawk-20071023/
Dlib.c512 if (compile_time == 1 && cursource() != NULL) in SYNTAX()
513 fprintf(stderr, " source file %s", cursource()); in SYNTAX()
596 if (compile_time == 1 && cursource() != NULL) in error()
597 fprintf(stderr, " source file %s", cursource()); in error()
Dmain.c186 char *cursource(void) /* current source file name */ in cursource() function
Dproto.h73 extern char *cursource(void);