Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/sed/
Dcompile.c90 struct error_info err_info; /* track where `{}' blocks start */ member
716 setup_label(list, idx, name, err_info) in setup_label() argument
720 const struct error_info *err_info;
725 if (err_info)
726 MEMCPY(&ret->err_info, err_info, sizeof (ret->err_info));
1638 MEMCPY(&cur_input, &blocks->err_info, sizeof (cur_input));
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog2474 sed.h: added (opaque) err_info member to struct vector;