Home
last modified time | relevance | path

Searched defs:ndots (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/groff/src/preproc/pic/
HDcommon.cpp66 int ndots; in dotted_circle() local
198 int ndots = 4 * int(le / lt.dash_width / 4 + 0.5); in dotted_ellipse() local
297 int ndots = int(total_angle/(lt.dash_width/rad) + .5); in dotted_arc() local
HDtroff.cpp98 int ndots = int(dist/lt.dash_width + .5); in line() local
/NextBSD/crypto/openssh/
HDssh.c325 int i, ndots; in resolve_canonicalize() local
/NextBSD/include/
HDresolv.h167 unsigned ndots:4; /*%< threshold for initial abs. query */ member
/NextBSD/contrib/ldns-host/
HDldns-host.c40 ndots(const char *name) { in ndots() function
/NextBSD/contrib/ntp/sntp/libevent/
HDevdns.c3049 int ndots; member
3152 evdns_base_search_ndots_set(struct evdns_base *base, const int ndots) { in evdns_base_search_ndots_set()
3160 evdns_search_ndots_set(const int ndots) { in evdns_search_ndots_set()
3449 const int ndots = strtoint(val); in evdns_base_set_option_impl() local