Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
H A Dtc.const.c120 Char STRcatalog[] = { 'c', 'a', 't', 'a', 'l', 'o', 'g', '\0' }; variable
H A Dsh.func.c2622 if (adrof(STRcatalog) != NULL)
2623 catalog = xasprintf("tcsh.%s", short2str(varval(STRcatalog)));
H A Dsh.set.c226 else if (eq(vp, STRcatalog)) { in update_vars()