Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dtc.const.c298 Char STRbang[] = { '!', '\0' }; variable
H A Dsh.parse.c581 if (p->next != p2 && eq(p->next->word, STRbang)) in syn3()
H A Dsh.exp.c525 if (eq(**vp, STRbang)) { in exp6()
H A Dtc.func.c1345 (void) Strcpy(now->word, STRbang); in insert()