Home
last modified time | relevance | path

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

/openbsd/bin/csh/
H A Dconst.c59 Char STRbang[] = { '!', '\0' }; variable
H A Dexp.c339 if (eq(**vp, STRbang)) { in exp6()
H A Dparse.c572 if (p->next != p2 && eq(p->next->word, STRbang)) in syn3()