Home
last modified time | relevance | path

Searched refs:autolink (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/usr.sbin/ppp/
HDbundle.c1982 int autolink, opened; in bundle_WantAutoloadTimer() local
1985 for (autolink = opened = 0, dl = bundle->links; dl; dl = dl->next) in bundle_WantAutoloadTimer()
1987 if (++autolink == 2 || (autolink == 1 && opened)) in bundle_WantAutoloadTimer()
1992 if (autolink) in bundle_WantAutoloadTimer()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDCodeGenOptions.def46 CODEGENOPT(Autolink , 1, 1) ///< -fno-autolink
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Driver/
HDOptions.td1651 defm autolink : BoolFOption<"autolink",