Lines Matching defs:waserr

2201   int waserr = 0;    /* True if an error occurs */
2225 waserr = gl_override_signal_handlers(gl);
2230 waserr = waserr || _gl_raw_io(gl, 1);
2236 while(!waserr) {
2247 waserr = 1;
2258 waserr = 1;
2271 if(waserr && gl->rtn_status == GLR_NEWLINE)
2360 int waserr = 0; /* True if an error occurs */
2384 waserr = gl_override_signal_handlers(gl);
2390 waserr = waserr || _gl_raw_io(gl, 0);
2396 while(!waserr) {
2409 waserr = 1;
2421 waserr = 1;
2434 if(waserr && gl->rtn_status == GLR_NEWLINE)
2664 int waserr = 0;
2675 waserr = 1;
2683 waserr = 1;
2691 return waserr;
3919 int waserr = 0; /* True if an error occurs */
3928 waserr = errno != 0;
3930 waserr = gl_print_raw_string(gl, 1, string, -1);
3933 return waserr;
5481 int waserr = 0; /* True after errors */
5506 waserr = gl_print_info(gl, cpl_last_error(gl->cpl), GL_END_INFO);
5517 waserr = 1;
5533 waserr = 1;
5542 if(!waserr && nextra) {
5573 waserr = 1;
5579 waserr = 1;
5589 waserr = 1;
6125 int waserr = 0; /* True after errors */
6139 waserr = gl_print_info(gl, cpl_last_error(gl->cpl), GL_END_INFO);
6146 waserr = 1;
6154 waserr = 1;
6155 return waserr;
6266 int waserr = 0; /* True if an error occurred while reading */
6298 while(!waserr && !feof(fp))
6299 waserr = _gl_parse_config_line(gl, fp, glc_file_getc, filename, who,
6310 return waserr;
6322 int waserr = 0; /* True if an error occurred while reading */
6340 while(!waserr && *bptr)
6341 waserr = _gl_parse_config_line(gl, &bptr, glc_buff_getc, "", who, &lineno);
6347 return waserr;
9082 int waserr = 0; /* True after any error */
9106 waserr = 1;
9124 return waserr;
9140 int waserr = 0; /* True after any error */
9169 waserr = 1;
9187 return waserr;
10496 int waserr = 0; /* True after an error */
10510 while(!waserr && (s = va_arg(ap, const char *)) != GL_END_INFO)
10511 waserr = gl_print_raw_string(gl, 1, s, -1);
10516 waserr = waserr || gl_print_raw_string(gl, 1, "\n\r", -1);
10522 return waserr;
10543 int waserr = 0; /* True after any I/O error */
10564 waserr = waserr || gl_print_raw_string(gl, buffered, "\n", 1);
10565 waserr = waserr || gl_print_raw_string(gl, buffered, "\r", 1);
10571 return waserr;
12633 int waserr = 0; /* True if an error occurs */
12673 waserr = gl_override_signal_handlers(gl);
12680 waserr = waserr || _gl_raw_io(gl, 0);
12686 while(!waserr) {
12698 waserr = 1;
12733 waserr = 1;
12746 if(waserr && gl->rtn_status == GLR_NEWLINE)