Searched refs:RBRK (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/tcsh/
H A Dsh.glob.c55 #define RBRK ']' macro
166 for (++pe; *pe != RBRK && *pe != EOS; pe++)
169 return (-RBRK);
187 for (++pm; *pm != RBRK && *pm != EOS; pm++)
192 return (-RBRK);
/freebsd-10.1-release/usr.bin/mklocale/
H A Dyacc.y89 %token RBRK
175 map : LBRK RUNE RUNE RBRK
183 | map LBRK RUNE RUNE RBRK
191 | LBRK RUNE THRU RUNE ':' RUNE RBRK
199 | map LBRK RUNE THRU RUNE ':' RUNE RBRK

Completed in 54 milliseconds