Lines Matching refs:st
32 st ToolStatus member
53 k.st.FinishAction(ActionResult{
66 k.st.Verbose(line)
80 k.st.SetTotalActions(k.total + k.extra)
84 k.st.SetTotalActions(k.total + k.extra)
92 k.st.SetTotalActions(k.total + k.extra)
99 k.st.StartAction(k.action)
109 k.st.Status(line)
111 k.st.Print(line)
118 func KatiReader(st ToolStatus, pipe io.ReadCloser) {
120 st: st,
134 st.Print(fmt.Sprintf("Error from kati parser: %s", err))
135 st.Print(buf.String())
138 st.Finish()