c_print
{"echo", c_print},
{"print", c_print},
int c_print(char **);
PLAN *c_print(char *, char ***, int);
new = c_print(NULL, NULL, 0);
new = c_print(NULL, NULL, 0);
{ "-print", N_PRINT, c_print, O_ZERO },
#define PRINT if ((cp = c_print(cp, snapend)) == NULL) goto trunc
#define PRINT if ((cp = c_print(cp, snapend)) == NULL) goto trunc
const u_char *c_print(const u_char *, const u_char *);