Searched refs:CmdLine (Results 1 – 4 of 4) sorted by relevance
56 } CmdLine; typedef60 CmdLine cmds[0];
41 CmdLine *cmd = &g_jobs[i].cmdLines->cmds[j]; in DumpAllJobs()
159 CmdLines *cmdline = (CmdLines *)malloc(sizeof(CmdLines) + sizeof(CmdLine));
709 *cmdLines = (CmdLines *)calloc(1, sizeof(CmdLines) + sizeof(CmdLine) * cmdCnt); in GetCmdLinesFromJson()