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

/freebsd-11-stable/usr.bin/lam/
H A Dlam.c63 const char *sepstring; /* string to print before each line */ member in struct:openfile
94 fputs(ip->sepstring, stdout);
120 if (!ip->sepstring)
121 ip->sepstring = (S ? (ip-1)->sepstring : "");
133 ip->sepstring = p;
172 if (!ip->sepstring)
173 ip->sepstring = "";
181 strlcpy(lp, ip->sepstring, line + sizeof(line) - lp);
212 strlcpy(lp, ip->sepstring, lin
[all...]
/freebsd-11-stable/usr.bin/jot/
H A Djot.c81 static const char *sepstring = "\n"; variable
135 sepstring = optarg;
353 fputs(sepstring, stdout);

Completed in 166 milliseconds