Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dbundle.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/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def44 CODEGENOPT(Autolink , 1, 1) ///< -fno-autolink
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1550 defm autolink : BoolFOption<"autolink",