Home
last modified time | relevance | path

Searched refs:lenchk (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ed/
H A Ded.c291 static int lenchk(char *, struct Fspec *);
1432 if (fss.Ffill && fss.Flim && lenchk(linebuf, &fss) < 0) { in getfile()
1460 if (fss.Ffill && fss.Flim && lenchk(linebuf, &fss) < 0) { in putfile()
3030 lenchk(char line[], struct Fspec *f) in lenchk() function