Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
H A Dtw.parse.c938 int gpat = flags & TW_PAT_OK; /* Match against a pattern */ in tw_collect_items() local
1051 if (gpat && !Gmatch(item.s, pat)) in tw_collect_items()
1122 if (gpat && !Gmatch(item.s, pat) && in tw_collect_items()
1514 gpat = pat[0] != '\0', /* Glob pattern search */ in t_search() local
1544 gpat = 0; /* Override pattern mechanism */ in t_search()
1552 gpat = 0; /* Override pattern mechanism */ in t_search()
1561 gpat = 0; /* pattern holds the pathname to be used */ in t_search()
1597 gpat = 0; /* pattern holds the name of the variable */ in t_search()
1617 flags |= (gpat == 0) ? TW_IGN_OK : TW_PAT_OK; in t_search()