Searched refs:totlen (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/uapp/kilo/
H A Dkilo.c653 int totlen = 0; local
658 totlen += E.row[j].size+1; /* +1 is for "\n" at end of every row */
659 *buflen = totlen;
660 totlen++; /* Also make space for nulterm */
662 p = buf = malloc(totlen);

Completed in 25 milliseconds