Lines Matching refs:CAT
83 %s CAT
112 BEGIN CAT; variable
119 <CAT>\, { /* punctuation */
131 <CAT>[+*/();>] { /* punctuation */
142 <CAT>const {
153 <CAT>nl_catd {
164 <CAT>char {
175 <CAT>int {
186 <CAT>\+\+ {
197 <CAT>\-\- {
208 <CAT>\" { /* extract quoted string */
221 <CAT>- { /* punctuation */
237 <CAT>[0-9]+ { /* numbers */
291 <CAT>[a-zA-Z0-9_\&][a-zA-Z0-9_\>\&\.]* {
302 <CAT>\n {
312 <CAT>. { /* not interested */