Searched defs:duptoeol (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sed/
H A Dcompile.c73 static char *duptoeol(char *, const char *);
278 cmd->t = duptoeol(p, "w command");
291 cmd->t = duptoeol(p, "read command");
299 cmd->t = duptoeol(p, "branch");
304 cmd->t = duptoeol(p, "label");
811 * duptoeol --
815 duptoeol(char *s, const char *ctype) function

Completed in 269 milliseconds