Searched refs:varstoprint (Results 1 – 1 of 1) sorted by relevance
76 static LIST varstoprint; /* list of variables to print */ variable227 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()