Home
last modified time | relevance | path

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

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