Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.parse.c101 if (p->next != p2 && eq(p->next->word, STRand)) in asyn0()
249 if (p->next != p2 && eq(p->next->word, STRand)) in syn0()
574 if (p->next != p2 && eq(p->next->word, STRand)) { in syn3()
H A Dtc.const.c296 Char STRand[] = { '&', '\0' }; variable
H A Dsh.exp.c288 while (**vp && eq(**vp, STRand)) { in exp2b()
H A Dsh.proc.c899 pads(STRand); in padd()