Lines Matching defs:e1

147 	struct uni_ierr *e1;
150 FOREACH_ERR(e1, uni) {
152 " act=%u", e1->ie, e1->err, e1->man, e1->act);
164 FOREACH_ERR(e1, uni) {
165 if (e1->err == UNI_IERR_MIS) {
182 FOREACH_ERR(e1, uni) {
183 if (e1->act == UNI_IEACT_CLEAR && e1->err == UNI_IERR_UNK) {
191 FOREACH_ERR(e1, uni) {
192 if (e1->act == UNI_IEACT_CLEAR &&
193 (e1->err == UNI_IERR_LEN || e1->err == UNI_IERR_BAD ||
194 e1->err == UNI_IERR_ACC)) {
208 FOREACH_ERR(e1, uni) {
209 if (e1->act == UNI_IEACT_MSG_REPORT && e1->err == UNI_IERR_UNK) {
217 FOREACH_ERR(e1, uni) {
218 if (e1->act == UNI_IEACT_MSG_REPORT &&
219 (e1->err == UNI_IERR_LEN || e1->err == UNI_IERR_BAD ||
220 e1->err == UNI_IERR_ACC)) {
232 FOREACH_ERR(e1, uni) {
233 if (e1->act == UNI_IEACT_MSG_IGNORE) {
247 FOREACH_ERR(e1, uni) {
248 if (e1->man) {
263 FOREACH_ERR(e1, uni) {
264 if ((e1->act == UNI_IEACT_DEFAULT ||
265 e1->act == UNI_IEACT_REPORT)
266 && e1->err != UNI_IERR_UNK) {
274 FOREACH_ERR(e1, uni) {
275 if ((e1->act == UNI_IEACT_DEFAULT ||
276 e1->act == UNI_IEACT_REPORT)
277 && e1->err == UNI_IERR_UNK) {
292 FOREACH_ERR(e1, uni) {
293 if (e1->man) {
396 struct uni_ierr *e1, *e0;
399 FOREACH_ERR(e1, uni) {
400 if (e1->err == UNI_IERR_UNK) {
401 if (e1->act == UNI_IEACT_CLEAR ||
402 e1->act == UNI_IEACT_MSG_IGNORE ||
403 e1->act == UNI_IEACT_MSG_REPORT)
405 if (e1->act == UNI_IEACT_REPORT ||
406 e1->act == UNI_IEACT_DEFAULT)
412 e0 = e1 = uni->cx.err;
413 while (e1 < uni->cx.err + uni->cx.errcnt) {
414 if (e1->err != UNI_IERR_UNK) {
415 if (e0 != e1)
416 *e0 = *e1;
419 e1++;
430 struct uni_ierr *e1, *e0;
432 e0 = e1 = uni->cx.err;
433 while (e1 < uni->cx.err + uni->cx.errcnt) {
434 if (e1->ie != UNI_IE_CAUSE) {
435 if (e0 != e1)
436 *e0 = *e1;
439 e1++;