Searched refs:VIEWOPT_1_LINEBREAK (Results 1 – 1 of 1) sorted by relevance
45 #define VIEWOPT_1_LINEBREAK 0x00000020L macro237 { return !bReadonly && (nCoreOptions & VIEWOPT_1_LINEBREAK) && in IsLineBreak()241 { (b != 0) ? (nCoreOptions |= VIEWOPT_1_LINEBREAK ) : ( nCoreOptions &= ~VIEWOPT_1_LINEBREAK); } in SetLineBreak()
Completed in 23 milliseconds