Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.c582 setcopy(STRecho_style, STRnone, VAR_READWRITE); in main()
585 setcopy(STRecho_style, STRsysv, VAR_READWRITE); in main()
588 setcopy(STRecho_style, STRboth, VAR_READWRITE); in main()
592 setcopy(STRecho_style, STRbsd, VAR_READWRITE); in main()
H A Dtc.const.c285 Char STRecho_style[] = { 'e', 'c', 'h', 'o', '_', 's', 't', 'y', 'l', 'e', variable
H A Dsh.func.c1207 if ((vp = adrof(STRecho_style)) != NULL && vp->vec != NULL && in xecho()