HomeSort by: relevance | last modified time | path
    Searched defs:modflags (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/modstat/
main.c 69 static const char *modflags[] = { variable in typeref:typename:const char * []
228 modflags[ms->ms_flags & (__arraycount(modflags) - 1)],
  /src/usr.bin/mail/
thread.c 1317 int modflags; local in function:get_modifiers
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; local in function:threadcmd
1688 int modflags; local in function:sortcmd
    [all...]

Completed in 12 milliseconds