Searched refs:num_errors (Results 1 – 12 of 12) sorted by relevance
127 unsigned num_errors = parser.Parse (error_stream); in Install() local129 if (num_errors) in Install()131 error_stream.Printf ("error: %d errors parsing expression\n", num_errors); in Install()
127 unsigned num_errors = 0; in CompileFunction() local243 num_errors = m_parser->Parse (errors); in CompileFunction()248 num_errors = 1; in CompileFunction()251 m_compiled = (num_errors == 0); in CompileFunction()254 return num_errors; in CompileFunction()256 return num_errors; in CompileFunction()
424 int num_errors = 0; in Parse() local428 num_errors++; in Parse()442 num_errors++; in Parse()451 if (!num_errors) in Parse()456 num_errors++; in Parse()460 return num_errors; in Parse()
567 unsigned num_errors = parser.Parse (error_stream); in Parse() local569 if (num_errors) in Parse()571 error_stream.Printf ("error: %d errors parsing expression\n", num_errors); in Parse()
85 int num_errors, in initialize_error_table_r() argument99 et->table->n_msgs = num_errors; in initialize_error_table_r()
82 int num_errors, in initialize_error_table_r() argument96 et->table->n_msgs = num_errors; in initialize_error_table_r()
1080 int num_errors; in MainLoop() local1090 num_errors, in MainLoop()1111 num_errors, in MainLoop()
329 int &num_errors,
988 int &num_errors, in RunCommandInterpreter() argument997 num_errors = interp.GetNumErrors(); in RunCommandInterpreter()
204 int num_errors; member490 beio->num_errors++; in ctl_be_block_biodone()523 if (beio->num_errors > 0) { in ctl_be_block_biodone()
95 static const u_int num_errors = NUM_ELEMENTS(ahc_hard_errors); variable399 for (i = 0; error != 1 && i < num_errors; i++) in ahc_handle_brkadrint()
84 static const u_int num_errors = NUM_ELEMENTS(ahd_hard_errors); variable903 for (i = 0; i < num_errors; i++) { in ahd_handle_hwerrint()