| /src/bin/sh/ | 
| input.h | 51 struct parsefile; 64 struct parsefile *getcurrentfile(void);
 65 void popfilesupto(struct parsefile *);
 
 | 
| input.h | 51 struct parsefile; 64 struct parsefile *getcurrentfile(void);
 65 void popfilesupto(struct parsefile *);
 
 | 
| input.h | 51 struct parsefile; 64 struct parsefile *getcurrentfile(void);
 65 void popfilesupto(struct parsefile *);
 
 | 
| input.c | 82  * The parsefile structure pointed to by the global variable parsefile 87 struct parsefile {  struct
 88 	struct parsefile *prev;	/* preceding file on stack */
 102 int parsenleft;			/* copy of parsefile->nleft */
 103 MKINIT int parselleft;		/* copy of parsefile->lleft */
 104 const char *parsenextc;		/* copy of parsefile->nextc */
 105 MKINIT struct parsefile basepf;	/* top level input file */
 107 struct parsefile *parsefile = &basepf;	/* current input file *  variable in typeref:struct:parsefile *
 [all...]
 | 
| input.c | 82  * The parsefile structure pointed to by the global variable parsefile 87 struct parsefile {  struct
 88 	struct parsefile *prev;	/* preceding file on stack */
 102 int parsenleft;			/* copy of parsefile->nleft */
 103 MKINIT int parselleft;		/* copy of parsefile->lleft */
 104 const char *parsenextc;		/* copy of parsefile->nextc */
 105 MKINIT struct parsefile basepf;	/* top level input file */
 107 struct parsefile *parsefile = &basepf;	/* current input file *  variable in typeref:struct:parsefile *
 [all...]
 | 
| input.c | 82  * The parsefile structure pointed to by the global variable parsefile 87 struct parsefile {  struct
 88 	struct parsefile *prev;	/* preceding file on stack */
 102 int parsenleft;			/* copy of parsefile->nleft */
 103 MKINIT int parselleft;		/* copy of parsefile->lleft */
 104 const char *parsenextc;		/* copy of parsefile->nextc */
 105 MKINIT struct parsefile basepf;	/* top level input file */
 107 struct parsefile *parsefile = &basepf;	/* current input file *  variable in typeref:struct:parsefile *
 [all...]
 | 
| parser.c | 1408 	struct parsefile *const savetopfile = getcurrentfile(); 2711 	struct parsefile *const savetopfile = getcurrentfile();
 
 | 
| parser.c | 1408 	struct parsefile *const savetopfile = getcurrentfile(); 2711 	struct parsefile *const savetopfile = getcurrentfile();
 
 | 
| parser.c | 1408 	struct parsefile *const savetopfile = getcurrentfile(); 2711 	struct parsefile *const savetopfile = getcurrentfile();
 
 | 
| eval.c | 900 	struct parsefile *volatile savetopfile; 
 | 
| eval.c | 900 	struct parsefile *volatile savetopfile; 
 | 
| eval.c | 900 	struct parsefile *volatile savetopfile; 
 | 
| /src/usr.bin/make/unit-tests/ | 
| varname-dot-parsefile.exp | 1 make: varname-dot-parsefile.mk:32: At this point, .PARSEFILE is undefined. 3 make: varname-dot-parsefile.mk:43: The location is no longer fake.
 4 At run time, .PARSEFILE is undefined.
 
 | 
| varname-dot-parsefile.exp | 1 make: varname-dot-parsefile.mk:32: At this point, .PARSEFILE is undefined. 3 make: varname-dot-parsefile.mk:43: The location is no longer fake.
 4 At run time, .PARSEFILE is undefined.
 
 | 
| varname-dot-parsefile.exp | 1 make: varname-dot-parsefile.mk:32: At this point, .PARSEFILE is undefined. 3 make: varname-dot-parsefile.mk:43: The location is no longer fake.
 4 At run time, .PARSEFILE is undefined.
 
 | 
| varname-dot-parsefile.mk | 1 # $NetBSD: varname-dot-parsefile.mk,v 1.7 2023/06/21 07:30:50 rillig Exp $ 3 # Tests for the special .PARSEFILE variable, which contains the basename part
 12 #	.PARSEDIR and .PARSEFILE were added on 1999-08-09.
 14 .if ${.PARSEFILE} != "varname-dot-parsefile.mk"
 18 # During parsing, it is possible to undefine .PARSEFILE.
 21 .if !defined(.PARSEFILE)
 24 .undef .PARSEFILE
 25 .if defined(.PARSEFILE)
 29 # The variable .PARSEFILE is indirectly used by the .info directive
 [all...]
 | 
| varname-dot-parsefile.mk | 1 # $NetBSD: varname-dot-parsefile.mk,v 1.7 2023/06/21 07:30:50 rillig Exp $ 3 # Tests for the special .PARSEFILE variable, which contains the basename part
 12 #	.PARSEDIR and .PARSEFILE were added on 1999-08-09.
 14 .if ${.PARSEFILE} != "varname-dot-parsefile.mk"
 18 # During parsing, it is possible to undefine .PARSEFILE.
 21 .if !defined(.PARSEFILE)
 24 .undef .PARSEFILE
 25 .if defined(.PARSEFILE)
 29 # The variable .PARSEFILE is indirectly used by the .info directive
 [all...]
 | 
| varname-dot-parsefile.mk | 1 # $NetBSD: varname-dot-parsefile.mk,v 1.7 2023/06/21 07:30:50 rillig Exp $ 3 # Tests for the special .PARSEFILE variable, which contains the basename part
 12 #	.PARSEDIR and .PARSEFILE were added on 1999-08-09.
 14 .if ${.PARSEFILE} != "varname-dot-parsefile.mk"
 18 # During parsing, it is possible to undefine .PARSEFILE.
 21 .if !defined(.PARSEFILE)
 24 .undef .PARSEFILE
 25 .if defined(.PARSEFILE)
 29 # The variable .PARSEFILE is indirectly used by the .info directive
 [all...]
 | 
| varname-dot-parsedir.mk | 9 #	varname-dot-parsefile.mk 12 #	.PARSEDIR and .PARSEFILE were added on 1999-08-09.
 
 | 
| varname-dot-parsedir.mk | 9 #	varname-dot-parsefile.mk 12 #	.PARSEDIR and .PARSEFILE were added on 1999-08-09.
 
 | 
| varname-dot-parsedir.mk | 9 #	varname-dot-parsefile.mk 12 #	.PARSEDIR and .PARSEFILE were added on 1999-08-09.
 
 | 
| Makefile | 454 TESTS+=		varname-dot-parsefile 580 SED_CMDS.varname-dot-parsefile=	-e '/in some cases/ s,^make: [^:]*:,make: <normalized>:,'
 
 | 
| Makefile | 454 TESTS+=		varname-dot-parsefile 580 SED_CMDS.varname-dot-parsefile=	-e '/in some cases/ s,^make: [^:]*:,make: <normalized>:,'
 
 | 
| Makefile | 454 TESTS+=		varname-dot-parsefile 580 SED_CMDS.varname-dot-parsefile=	-e '/in some cases/ s,^make: [^:]*:,make: <normalized>:,'
 
 |