Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/tcsh/
H A Dtc.const.c430 Char STRlistflags[] = { 'l', 'i', 's', 't', 'f', 'l', 'a', 'g', 's', '\0' }; variable
H A Dtw.parse.c958 if ((ptr = varval(STRlistflags)) != STRNULL) in tw_collect_items()
2172 across = ((val = varval(STRlistflags)) != STRNULL) && in print_by_column()
H A Dtc.func.c244 if ((vp = adrof(STRlistflags)) != NULL && vp->vec != NULL && in dolist()