Lines Matching defs:check
535 /* check for special cases */
790 * does readonly check).
1049 /* check for end of word or IFS separation */
1286 /* check for argv past prefix */
1380 /* check for qualifiers in word part */
1723 #define GF_EXCHECK BIT(0) /* do existence check on file */
1750 int check) /* GF_* flags */
1763 * We only need to check if the file exists if a pattern
1764 * is followed by a non-pattern (eg, foo*x/bar; no check
1769 if ((check & GF_EXCHECK) ||
1770 ((check & GF_MARKDIR) && (check & GF_GLOBBED))) {
1784 if ((check & GF_EXCHECK) && xp > Xstring(*xs, xp) &&
1794 if (((check & GF_MARKDIR) && (check & GF_GLOBBED)) &&
1838 globit(xs, xpp, np, wp, check);
1865 globit(xs, xpp, np, wp, (check & GF_MARKDIR) |