Home | History | Annotate | Download | only in lib

Lines Matching defs:Print

1 /*	$NetBSD: print.c,v 1.5 2021/09/30 19:02:48 jmcneill Exp $	*/
9 print.c
440 Str - Output buffer to print the formatted string into
482 Str - Output buffer to print the formatted string into
607 Print (
677 Column, Row - The cursor position to print the string at
711 Out - The console to print the string too
748 Out - The console to print the string to
750 Column, Row - The cursor position to print the string at
779 // Display string worker for: Print, PrintAt, IPrint, IPrintAt
823 For those whom really can't deal with unicode, a print
862 Str - Output buffer to print the formatted string into
1073 % - Print a %
1475 // bugbug: for now just print it any old way
1527 Print (L"%*a%X: %-.48a *%a*\n", Indent, "", Offset, Val, Str);
1540 Print (L"Press Enter to continue :");
1542 Print (L"\n");