Searched refs:err_list (Results 1 – 6 of 6) sorted by relevance
262 CS_ERROR *err_list; /* List of non-fatal errors encountered */ member
384 if (parse->err_list == NULL) in _store_error()386 parse->err_list = node; in _store_error()390 ptr = parse->err_list; in _store_error()4128 my_parse->err_list = NULL; in cs_init_internal()4221 if (my_parse->err_list != NULL) { in cs_destroy()4224 while (my_parse->err_list) { in cs_destroy()4225 ptr = my_parse->err_list->next; in cs_destroy()4226 free(my_parse->err_list->err); in cs_destroy()4227 free(my_parse->err_list); in cs_destroy()4228 my_parse->err_list = ptr; in cs_destroy()
51 char *err_list[] = variable
687 extern char *err_list[];
97 printf ("\nError %u: %s\n", errnum, err_list[errnum]); in print_error()
1278 * stage2/common.c [!STAGE1_5] (err_list): Removed1549 * stage2/common.c [!STAGE1_5] (err_list): Added1963 * stage2/common.c (err_list): Added an entry for2104 * stage2/common.c (err_list): Added an item for ERR_NEED_SERIAL.4439 * stage2/common.c (err_list): Clean up wordings slightly.4650 * stage2/common.c (err_list): Added an entry for ERR_PRIVILEGED.4813 * stage2/common.c (err_list): Added message for ERR_UNALIGNED.6074 * stage2/common.c [!STAGE1_5] (err_list): Added8880 * shared_src/common.c (err_list): Change description of ERR_GEOM8981 * shared_src/common.c (err_list): Use labeled elements to[all …]