Home
last modified time | relevance | path

Searched refs:MAXCHARACTERSPERLINE (Results 1 – 1 of 1) sorted by relevance

/dports/math/libmesh/libmesh-1.6.2/contrib/tecplot/tecio/tecsrc/
H A Dq_msg.cpp44 #define MAXCHARACTERSPERLINE 60 macro
71 if (L > MAXCHARACTERSPERLINE) in WrapString()
85 if (WPtr && ((WPtr - LineStart) < MAXCHARACTERSPERLINE)) in WrapString()
119 if (CurLen > MAXCHARACTERSPERLINE) in WrapString()