Lines Matching defs:chix
803 static FILE *designateEmitStream(FILE *pf, unsigned chix){
804 FILE *rv = consoleInfo.pstDesignated[chix].pf;
811 consoleInfo.pstDesignated[chix] = pst;
812 }else streamOfConsole(pf, &consoleInfo.pstDesignated[chix]);
887 static PerStreamTags * getDesignatedEmitStream(FILE *pf, unsigned chix,
898 ** chix equals 1 or 2, or for an arbitrary stream when chix == 0.
902 ** byref output when chix!=0 and a byref input when chix==0.
905 getEmitStreamInfo(unsigned chix, PerStreamTags *ppst,
909 if( chix > 0 ){
910 ppstTry = &consoleInfo.pstDesignated[chix];
912 ppstTry = &consoleInfo.pstSetup[chix];
916 pfEmit = (chix > 1)? stderr : stdout;