| /src/external/bsd/ntp/dist/ntpd/ |
| ntp_scanner.h | 136 extern int/*BOOL*/ lex_push_file(const char * path, const char * mode);
|
| ntp_scanner.c | 359 int/*BOOL*/ lex_push_file( function
|
| ntp_parser.y | 1329 if (!lex_push_file(path, "r")) {
|
| /src/external/gpl3/binutils/dist/ld/ |
| ldlex.h | 501 extern void lex_push_file (FILE *, const char *, unsigned int);
|
| ldfile.c | 929 lex_push_file (ldlex_input_stack, name, sysrooted);
|
| ldlex.l | 506 lex_push_file (FILE *file, const char *name, unsigned int sysrooted)
|
| ldlex.c | 3897 lex_push_file (FILE *file, const char *name, unsigned int sysrooted) 3896 lex_push_file (FILE *file, const char *name, unsigned int sysrooted) function
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| ldlex.h | 495 extern void lex_push_file (FILE *, const char *, unsigned int);
|
| ldfile.c | 923 lex_push_file (ldlex_input_stack, name, sysrooted);
|
| ldlex.l | 506 lex_push_file (FILE *file, const char *name, unsigned int sysrooted)
|
| ldlex.c | 3897 lex_push_file (FILE *file, const char *name, unsigned int sysrooted) 3896 lex_push_file (FILE *file, const char *name, unsigned int sysrooted) function
|