Home
last modified time | relevance | path

Searched refs:STRrepeat (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/tcsh-6/
H A Dtc.const.c515 Char STRrepeat[] = { 'r', 'e', 'p', 'e', 'a', 't', '\0' }; variable
H A Dsh.func.c672 } while (v[0] != NULL && Strcmp(v[0], STRrepeat) == 0); in dorepeat()