Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/make/
Dmain.c76 static LIST varstoprint; /* list of variables to print */ variable
227 Lst_AtEnd(&varstoprint, optarg); in MainParseArgs()
666 Static_Lst_Init(&varstoprint); in main()
784 if (!Lst_IsEmpty(&varstoprint)) { in main()
787 for (ln = Lst_First(&varstoprint); ln != NULL; in main()