Lines Matching refs:modflags
1317 int modflags;
1320 modflags = 0;
1324 modflags |= MF_REVERSE;
1327 modflags |= MF_IGNCASE;
1330 modflags |= MF_SKIN;
1341 return modflags;
1627 thread_current_on(char *str, int modflags, int cutit)
1640 kp->flags ? kp->flags : modflags & MF_SKIN);
1641 cmp.fn = get_cmpfn(kp, modflags & MF_IGNCASE);
1642 cmp.inv = modflags & MF_REVERSE;
1663 int modflags;
1664 modflags = get_modifiers(&str);
1665 thread_current_on(str, modflags, 1);
1688 int modflags;
1692 modflags = get_modifiers(&str);
1694 thread_current_on(str, modflags, 0);
1696 if (modflags & MF_REVERSE)