ARG_SEP
while (*pe && *pe != ARG_SEP &&
if ((cur = strchr(cur, ARG_SEP)) != NULL)
if((pos = strchr(pos, ARG_SEP)) != NULL)