Home
last modified time | relevance | path

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

/NextBSD/contrib/tcsh/
HDtc.const.c298 Char STRbang[] = { '!', '\0' }; variable
HDsh.parse.c584 if (p->next != p2 && eq(p->next->word, STRbang)) in syn3()
HDsh.exp.c528 if (eq(**vp, STRbang)) { in exp6()
HDtc.func.c1313 (void) Strcpy(now->word, STRbang); in insert()