Home
last modified time | relevance | path

Searched refs:IPO_CODE_LEN (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/nvi/dist/ipc/
H A Dip_trans.c140 p = bp + IPO_CODE_LEN; in vi_translate()
141 needlen = IPO_CODE_LEN; in vi_translate()
H A Dip_send.c68 nlen += IPO_CODE_LEN; in vi_send()
H A Dip.h55 #define IPO_CODE_LEN 1 /* Length of a code value. */ macro
/netbsd-src/external/bsd/nvi/dist/ip/
H A Dip_read.c168 if (!termread && ipp->iblen >= IPO_CODE_LEN && ip_trans(sp, ipp, evp)) in ip_wevent()
317 for (skip = IPO_CODE_LEN; *fmt != '\0'; ++fmt) in ip_trans()