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

  /src/usr.bin/sed/
process.c 390 int lastempty, n; local in function:substitute
408 lastempty = 1;
413 if (lastempty || match[0].rm_so != match[0].rm_eo) {
426 lastempty = 0;
433 lastempty = 1;

Completed in 36 milliseconds