tokenize
if ((p = tokenize(NULL)) == NULL) {
} while ((p = tokenize(line)) == NULL);
static char *tokenize(char *);
tokenize();
tokenize();
static void tokenize(), nameparse(), setfile(), setioctl(),
extern char **tokenize(char *, const char *);
pgs = tokenize(str, ",");
pgs = tokenize(str, ",");
events = tokenize(str, ",");
pgs = tokenize(event, ",");
char tokenize(Str& token, const Str& separators, Str& remainder);
tokenize();
tokenize();
static void tokenize(void);
token = tokenize(filename, fd, NULL, includepath);
*where = tokenize(streamname, fd, *where, next_path);
token = tokenize(filename, fd, NULL, NULL);
extern struct token * tokenize(const char *, int, struct token *, const char **next_path);