Searched refs:MFLG_CRLF (Results 1 – 1 of 1) sorted by relevance
23656 #define MFLG_CRLF 0x02 /* Use CR/LF output line endings */ macro25297 if( p->mode.mFlags & MFLG_CRLF ){ in setCrlfMode()32715 p->mode.mFlags |= MFLG_CRLF; in do_meta_command()32717 p->mode.mFlags &= ~MFLG_CRLF; in do_meta_command()32720 p->mode.mFlags &= ~MFLG_CRLF; in do_meta_command()32724 (p->mode.mFlags & MFLG_CRLF)!=0 ? "ON" : "OFF"); in do_meta_command()