Lines Matching refs:cvs_output
207 cvs_output ("\ in status_fileproc()
211 cvs_output ("File: no file ", 0); in status_fileproc()
212 cvs_output (finfo->file, 0); in status_fileproc()
213 cvs_output ("\t\tStatus: ", 0); in status_fileproc()
214 cvs_output (sstat, 0); in status_fileproc()
215 cvs_output ("\n\n", 0); in status_fileproc()
221 cvs_output (buf, 0); in status_fileproc()
227 cvs_output (" Working revision:\tNo entry for ", 0); in status_fileproc()
228 cvs_output (finfo->file, 0); in status_fileproc()
229 cvs_output ("\n", 0); in status_fileproc()
232 cvs_output (" Working revision:\tNew file!\n", 0); in status_fileproc()
235 cvs_output (" Working revision:\t", 0); in status_fileproc()
236 cvs_output (vers->vn_user, 0); in status_fileproc()
244 cvs_output ("\t", 0); in status_fileproc()
251 cvs_output ("\n", 0); in status_fileproc()
255 cvs_output (" Repository revision:\tNo revision control file\n", 0); in status_fileproc()
258 cvs_output (" Repository revision:\t", 0); in status_fileproc()
259 cvs_output (vers->vn_rcs, 0); in status_fileproc()
260 cvs_output ("\t", 0); in status_fileproc()
261 cvs_output (vers->srcfile->print_path, 0); in status_fileproc()
262 cvs_output ("\n", 0); in status_fileproc()
270 cvs_output(" Commit Identifier:\t", 0); in status_fileproc()
272 cvs_output(node->data, 0); in status_fileproc()
274 cvs_output("(none)",0); in status_fileproc()
275 cvs_output("\n",0); in status_fileproc()
288 cvs_output (" Sticky Tag:\t\t", 0); in status_fileproc()
289 cvs_output (edata->tag, 0); in status_fileproc()
290 cvs_output (" - MISSING from RCS file!\n", 0); in status_fileproc()
296 cvs_output (" Sticky Tag:\t\t", 0); in status_fileproc()
297 cvs_output (edata->tag, 0); in status_fileproc()
298 cvs_output ("\n", 0); in status_fileproc()
307 cvs_output (" Sticky Tag:\t\t", 0); in status_fileproc()
308 cvs_output (edata->tag, 0); in status_fileproc()
309 cvs_output (" (", 0); in status_fileproc()
310 cvs_output (branch ? "branch" : "revision", 0); in status_fileproc()
311 cvs_output (": ", 0); in status_fileproc()
312 cvs_output (branch ? branch : vers->vn_rcs, 0); in status_fileproc()
313 cvs_output (")\n", 0); in status_fileproc()
321 cvs_output (" Sticky Tag:\t\t(none)\n", 0); in status_fileproc()
325 cvs_output (" Sticky Date:\t\t", 0); in status_fileproc()
326 cvs_output (edata->date, 0); in status_fileproc()
327 cvs_output ("\n", 0); in status_fileproc()
330 cvs_output (" Sticky Date:\t\t(none)\n", 0); in status_fileproc()
334 cvs_output (" Sticky Options:\t", 0); in status_fileproc()
335 cvs_output (edata->options, 0); in status_fileproc()
336 cvs_output ("\n", 0); in status_fileproc()
339 cvs_output (" Sticky Options:\t(none)\n", 0); in status_fileproc()
346 cvs_output ("\n Existing Tags:\n", 0); in status_fileproc()
353 cvs_output ("\tNo Tags Exist\n", 0); in status_fileproc()
356 cvs_output ("\n", 0); in status_fileproc()
393 cvs_output (buf, 0); in tag_list_proc()