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

  /src/external/bsd/zstd/dist/contrib/gen_html/
gen_html.cpp 171 string fline = lines[l]; local
172 if (fline.substr(0, 12) == "ZSTDLIB_API " ||
173 fline.substr(0, 12) == string(12, ' '))
174 fline = fline.substr(12);
175 print_line(sout, fline);
  /src/external/bsd/nvi/dist/ex/
ex_write.c 297 db_recno_t fline, tline, lcnt; local
306 fline = fm->lno;
333 for (; fline <= tline; ++fline, ++lcnt) {
344 if (db_get(sp, fline, DBG_FATAL, &p, &len))

Completed in 16 milliseconds