Lines Matching refs:sub
1774 char *buf, *sub, *next;1780 for (sub = buf; sub && *sub; sub = next ? next + 1 : NULL) {1782 while (*sub && *sub == ' ')1783 sub++;1784 next = sub;1794 if (set_feature_bits(table, sub)) {