Searched refs:ExpLine (Results 1 – 2 of 2) sorted by relevance
598 INT8 ExpLine[MAX_LINE_LEN]; in main() local701 ExpandSymbols (Line, ExpLine, sizeof (ExpLine), 0); in main()705 fprintf (gGlobals.MakefileFptr, ExpLine); in main()706 fprintf (gGlobals.ModuleMakefileFptr, ExpLine); in main()847 sprintf (ExpLine, "nmake -nologo -f %s fvs_%d", gGlobals.MakefileName, i); in main()849 if (system (ExpLine)) { in main()
816 def GetFuncContainsPE(ExpLine, ResultSet): argument818 if Result[0] < ExpLine and Result[1] > ExpLine: