Home
last modified time | relevance | path

Searched refs:KEY_LEN (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/nvi/common/
H A Dconv.h29 (INTISWIDE(ch) && KEY_LEN(sp, ch) <= 4)
31 (KEY_NEEDSWIDE(sp, ch) ? XCHAR_WIDTH(sp, ch) : KEY_LEN(sp, ch))
H A Dgs.h112 #define KEY_LEN(sp, ch) \ macro
H A Dmsg.c544 len = KEY_LEN(sp, *wp); in msgq_status()
/freebsd/contrib/nvi/vi/
H A Dvs_refresh.c813 KEY_LEN(sp, '.') * 3 + KEY_LEN(sp, ' '); in vs_modeline()
824 KEY_NAME(sp, '.'), KEY_LEN(sp, '.')); in vs_modeline()
826 KEY_NAME(sp, ' '), KEY_LEN(sp, ' ')); in vs_modeline()
889 KEY_NAME(sp, '*'), KEY_LEN(sp, '*')); in vs_modeline()
H A Dvs_line.c183 KEY_NAME(sp, ch), KEY_LEN(sp, ch)); in vs_line()
458 chlen = KEY_LEN(sp, '$'); in vs_line()
H A Dvs_relative.c174 scno += KEY_LEN(sp, '$'); in vs_columns()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c317 #define KEY_LEN(v) *((uint8_t *)&(v)) macro
421 KEY_LEN(sa) = KEY_LEN_INET; in ta_lookup_addr_radix()
432 KEY_LEN(sa6) = KEY_LEN_INET6; in ta_lookup_addr_radix()
561 KEY_LEN(sa) = KEY_LEN_INET; in ta_find_addr_radix_tentry()
567 KEY_LEN(sa6) = KEY_LEN_INET6; in ta_find_addr_radix_tentry()
629 KEY_LEN(*addr) = KEY_LEN_INET; in tei_to_sockaddr_ent_addr()
630 KEY_LEN(*mask) = KEY_LEN_INET; in tei_to_sockaddr_ent_addr()
647 KEY_LEN(*addr6) = KEY_LEN_INET6; in tei_to_sockaddr_ent_addr()
648 KEY_LEN(*mask6) = KEY_LEN_INET6; in tei_to_sockaddr_ent_addr()
4041 KEY_LEN(sa) = KEY_LEN_MAC; in ta_lookup_mac_radix()
[all …]