Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dtc.const.c290 Char STRnone[] = { 'n', 'o', 'n', 'e', '\0' }; variable
H A Dsh.c582 setcopy(STRecho_style, STRnone, VAR_READWRITE); in main()
H A Dsh.func.c1215 else if (Strcmp(vp->vec[0], STRnone) == 0) in xecho()