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.c812 KEY_LEN(sp, '.') * 3 + KEY_LEN(sp, ' '); in vs_modeline()
823 KEY_NAME(sp, '.'), KEY_LEN(sp, '.')); in vs_modeline()
825 KEY_NAME(sp, ' '), KEY_LEN(sp, ' ')); in vs_modeline()
882 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.c419 KEY_LEN(sa) = KEY_LEN_INET; in ta_lookup_addr_radix()
430 KEY_LEN(sa6) = KEY_LEN_INET6; in ta_lookup_addr_radix()
559 KEY_LEN(sa) = KEY_LEN_INET; in ta_find_addr_radix_tentry()
565 KEY_LEN(sa6) = KEY_LEN_INET6; in ta_find_addr_radix_tentry()
627 KEY_LEN(*addr) = KEY_LEN_INET; in tei_to_sockaddr_ent_addr()
628 KEY_LEN(*mask) = KEY_LEN_INET; in tei_to_sockaddr_ent_addr()
645 KEY_LEN(*addr6) = KEY_LEN_INET6; in tei_to_sockaddr_ent_addr()
4040 KEY_LEN(sa) = KEY_LEN_MAC; in ta_lookup_mac_radix()
4096 KEY_LEN(*addr) = KEY_LEN_MAC; in tei_to_sockaddr_ent_mac()
4097 KEY_LEN(*mask) = KEY_LEN_MAC; in tei_to_sockaddr_ent_mac()
[all …]