Searched refs:gl_flags (Results 1 – 12 of 12) sorted by relevance
191 if (gp->gl_flags & GLOB_ERR) in errorcheck()266 …if (!endslash && (gp->gl_flags & GLOB_MARK) && (type = (*gp->gl_type)(gp, stakptr(MATCHPATH(gp)), … in addmatch()268 if ((gp->gl_flags & GLOB_COMPLETE) && type != GLOB_EXE) in addmatch()273 else if (type == GLOB_DIR && (gp->gl_flags & GLOB_MARK)) in addmatch()281 ap->gl_flags = MATCH_RAW|meta; in addmatch()282 if (gp->gl_flags & GLOB_COMPLETE) in addmatch()283 ap->gl_flags |= MATCH_MAKE; in addmatch()312 int anymeta = ap->gl_flags & MATCH_META; in glob_dir()358 else if ((anymeta || !(gp->gl_flags & GLOB_NOCHECK)) && (*gp->gl_type)(gp, prefix, 0)) in glob_dir()375 if (!(gp->gl_flags & GLOB_AUGMENTED)) in glob_dir()[all …]
178 pglob->gl_flags = flags & ~GLOB_MAGCHAR;359 if (*pattern != TILDE || !(pglob->gl_flags & GLOB_TILDE))460 pglob->gl_flags |= GLOB_MAGCHAR;464 pglob->gl_flags |= GLOB_MAGCHAR;468 pglob->gl_flags |= GLOB_MAGCHAR;495 if ((pglob->gl_flags & GLOB_NOCHECK) ||496 ((pglob->gl_flags & GLOB_NOMAGIC) &&497 !(pglob->gl_flags & GLOB_MAGCHAR)))502 if (!(pglob->gl_flags & GLOB_NOSORT))558 if ((pglob->gl_flags & GLOB_LIMIT) &&[all …]
220 pglob->gl_flags = flags & ~GLOB_MAGCHAR; in _glob_ext()427 if (pattern->w_wc != TILDE || !(pglob->gl_flags & GLOB_TILDE)) in globtilde()602 !(pglob->gl_flags & GLOB_NOCHECK)) in glob0()625 pglob->gl_flags |= GLOB_MAGCHAR; in glob0()635 pglob->gl_flags |= GLOB_MAGCHAR; in glob0()645 pglob->gl_flags |= GLOB_MAGCHAR; in glob0()677 if ((pglob->gl_flags & GLOB_NOCHECK) || in glob0()678 ((pglob->gl_flags & GLOB_NOMAGIC) && in glob0()679 !(pglob->gl_flags & GLOB_MAGCHAR))) in glob0()684 if (!(pglob->gl_flags & GLOB_NOSORT)) { in glob0()[all …]
47 unsigned char gl_flags; member57 int gl_flags; member
79 lp->gl_flags = grub_cmd_descs[n].gcd_flags; in process_line()95 if (lp->gl_flags == GRUB_LINE_INVALID || in check_entry()96 lp->gl_flags == GRUB_LINE_GLOBAL) { in check_entry()98 lp->gl_flags = GRUB_LINE_INVALID; in check_entry()139 if (lp != NULL && lp->gl_flags == GRUB_LINE_GLOBAL && in default_entry()275 if (line->gl_flags == GRUB_LINE_GLOBAL && in grub_menu_process()
146 int gl_flags; member
56 unsigned char gl_flags; member66 int gl_flags; member
105 int gl_flags; /* Copy of flags parameter to glob. */ member
811 02-03-26 misc/glob.c: fix GLOB_LIST gl_flags values1137 00-02-04 glob: fix globlist_t.gl_flags