Home
last modified time | relevance | path

Searched refs:eot (Results 1 – 5 of 5) sorted by relevance

/openbsd/bin/ed/
H A Dsub.c128 char *eot; in search_and_replace() local
145 eot = rbuf + len; in search_and_replace()
158 } while (txt != eot); in search_and_replace()
188 char *eot, *eom; in substitute_matching_text() local
194 eot = txt + lp->len; in substitute_matching_text()
226 i = eot - eom; in substitute_matching_text()
H A Dmain.c1029 char *eot; in append_lines() local
1051 eot = lp + l; in append_lines()
1064 } while (lp != eot); in append_lines()
/openbsd/sys/dev/pci/drm/amd/display/dc/
H A Ddc_hdmi_types.h48 uint8_t eot;/* end of transmition '\x4' */ member
/openbsd/share/misc/
H A Dmime.types23 application/vnd.ms-fontobject eot
/openbsd/sys/dev/pci/drm/amd/display/dc/link/
H A Dlink_detection.c366 if (dongle_signature->eot != DP_HDMI_DONGLE_SIGNATURE_EOT) { in query_dp_dual_mode_adaptor()