Searched refs:UseWtextForInput (Results 1 – 1 of 1) sorted by relevance
407 # define UseWtextForInput(fd) 1 macro411 # define UseWtextForInput(fd) ((fd)==stdin) macro415 # define UseWtextForInput(fd) _isatty(_fileno(fd)) macro498 if( UseWtextForInput(in) ){ in sqlite3_fgets()