HomeSort by: relevance | last modified time | path
    Searched defs:do_eol (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/pkg_install/dist/lib/
vulnerabilities-file.c 617 int retval, do_eol, ignored; local
621 do_eol = (strcasecmp(check_eol, "yes") == 0);
633 if (!do_eol)
vulnerabilities-file.c 617 int retval, do_eol, ignored; local
621 do_eol = (strcasecmp(check_eol, "yes") == 0);
633 if (!do_eol)
  /src/external/gpl2/groff/dist/src/devices/grohtml/
post-html.cpp 2035 void do_eol (void);
2349 * outstanding_eol - call do_eol, n, times.
2355 do_eol();
2786 * do_eol - handle the end of line
2789 void html_printer::do_eol (void) function in class:html_printer
3100 do_eol();
post-html.cpp 2035 void do_eol (void);
2349 * outstanding_eol - call do_eol, n, times.
2355 do_eol();
2786 * do_eol - handle the end of line
2789 void html_printer::do_eol (void) function in class:html_printer
3100 do_eol();

Completed in 41 milliseconds