Home | History | Annotate | Download | only in yacc

Lines Matching refs:Writer

156 var stderr *bufio.Writer
157 var ftable *bufio.Writer // y.go file
159 var foutput *bufio.Writer // y.output file
3206 func putrune(f *bufio.Writer, c int) {
3246 func write(f *bufio.Writer, b []byte, n int) int {
3259 func create(s string) *bufio.Writer {