Home
last modified time | relevance | path

Searched refs:_range (Results 1 – 2 of 2) sorted by relevance

/src/contrib/nvi/ex/
H A Dex.h66 typedef struct _range RANGE;
67 struct _range { /* Global command range. */ struct
68 TAILQ_ENTRY(_range) q; /* Linked list of ranges. */
93 TAILQ_HEAD(_rh, _range) rq[1]; /* @/global range: linked list. */
/src/libexec/rc/
H A Dnetwork.subr832 local _ipaddr _plen _range _iphead _iptail _iplow _iphigh _ipcount
871 _range=
875 case $_range:$_c in
877 _range=$_c
888 _iplow=${_range%-*}
889 _iphigh=${_range#*-}