Home | History | Annotate | Download | only in src

Lines Matching refs:FLAGS_STICKY

317   FLAGS_STICKY              = 1,
318 FLAGS_SPACE = 2 * FLAGS_STICKY,
1562 flags |= FLAGS_STICKY;
1858 if (gotSticky && !(flags & FLAGS_STICKY))
1864 if ((parameters[i].flags & FLAGS_STICKY) &&
1868 flags |= (parameters[i].flags & (unsigned long)~FLAGS_STICKY);