Home
last modified time | relevance | path

Searched refs:gpat (Results 1 – 1 of 1) sorted by relevance

/trueos/contrib/tcsh/
HDtw.parse.c939 int gpat = flags & TW_PAT_OK; /* Match against a pattern */ in tw_collect_items() local
1052 if (gpat && !Gmatch(item.s, pat)) in tw_collect_items()
1123 if (gpat && !Gmatch(item.s, pat) && in tw_collect_items()
1515 gpat = pat[0] != '\0', /* Glob pattern search */ in t_search() local
1545 gpat = 0; /* Override pattern mechanism */ in t_search()
1553 gpat = 0; /* Override pattern mechanism */ in t_search()
1562 gpat = 0; /* pattern holds the pathname to be used */ in t_search()
1598 gpat = 0; /* pattern holds the name of the variable */ in t_search()
1618 flags |= (gpat == 0) ? TW_IGN_OK : TW_PAT_OK; in t_search()