issep
#define issep(X) strchr(LP_WS, X)
#define issep(c) (strchr(sep, c) != NULL)
#define issep(c) (c == ' ' || c == '\t')