Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.c668 setv(STRgroup, quote(SAVE(cgr)), VAR_READWRITE); in main()
670 setcopy(STRgroup, STRunknown, VAR_READWRITE); in main()
672 setcopy(STRgroup, str2short(gr->gr_name), VAR_READWRITE); in main()
674 tsetenv(STRKGROUP, varval(STRgroup)); in main()
H A Dtc.const.c63 Char STRgroup[] = { 'g', 'r', 'o', 'u', 'p', '\0' }; variable
H A Dsh.set.c104 else if (eq(vp, STRgroup)) { in update_vars()
H A Dsh.func.c1547 setv(STRgroup, quote(lp), VAR_READWRITE); /* lp memory used here */ in dosetenv()