Searched refs:STRrepeat (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/tcsh/ | ||
H A D | tc.const.c | 514 Char STRrepeat[] = { 'r', 'e', 'p', 'e', 'a', 't', '\0' }; variable |
H A D | sh.func.c | 672 } while (v[0] != NULL && Strcmp(v[0], STRrepeat) == 0); in dorepeat() |