26 #if defined (HAVE_CONFIG_H)
59 if (c ==
'\n' || c ==
'\r')
70 if (c ==
'\r' && is.peek () ==
'\n')
103 if (c ==
'\n' || c ==
'\r')
114 if (c ==
'\r' && is.peek () ==
'\n')
125 while (c ==
'\n' || c ==
'\r');
140 std::ostringstream buf;
146 if (c ==
'\n' || c ==
'\r')
159 if (c ==
'\r' && is.peek () ==
'\n')
OCTAVE_BEGIN_NAMESPACE(octave) static octave_value daspk_fcn
F77_RET_T const F77_DBLE const F77_DBLE F77_DBLE * d
void skip_until_newline(std::istream &is, bool keep_newline)
std::string read_until_newline(std::istream &is, bool keep_newline)
void skip_preceeding_newline(std::istream &is)