Searched refs:__BALL (Results 1 – 2 of 2) sorted by relevance
262 if (bf->bflags & __BALL) { in __bufio_setvbuf()265 bf->bflags &= ~__BALL; in __bufio_setvbuf()280 bf->bflags |= __BALL; in __bufio_setvbuf()299 if (bf->bflags & __BALL) in __bufio_close()
43 #define __BALL 0x0001 /* bufio buf is allocated by stdio */ macro