Lines Matching refs:cmt
224 struct tcms cmt; in tdofile() local
240 while (fread(&cmt, sizeof(cmt), 1, stdin) == 1) in tdofile()
241 tenter(&cmt); in tdofile()
260 CPYN(cmt.tcm_comm, acct.oab.ac_comm); in tdofile()
261 cmt.tcm_pc = 1; in tdofile()
264 cmt.tcm_cpu = MINT(cpu); in tdofile()
266 cmt.tcm_real = MINT(real); in tdofile()
268 cmt.tcm_kcore = MINT(KCORE(mem)); in tdofile()
269 cmt.tcm_io = expand(acct.oab.ac_io); in tdofile()
270 cmt.tcm_rw = expand(acct.oab.ac_rw); in tdofile()
271 tenter(&cmt); in tdofile()
277 CPYN(cmt.tcm_comm, acct.ab.ac_comm); in tdofile()
278 cmt.tcm_pc = 1; in tdofile()
281 cmt.tcm_cpu = MINT(cpu); in tdofile()
283 cmt.tcm_real = MINT(real); in tdofile()
285 cmt.tcm_kcore = MINT(KCORE(mem)); in tdofile()
286 cmt.tcm_io = expand(acct.ab.ac_io); in tdofile()
287 cmt.tcm_rw = expand(acct.ab.ac_rw); in tdofile()
288 tenter(&cmt); in tdofile()