Lines Matching refs:SYM
52 static int scanner_reporter(SYM);
53 static int iscanner_reporter(SYM);
54 static int scanner_test_end(SYM, SYM, SYM);
55 static int iscanner_test_end(SYM, SYM, SYM);
57 static int (*reporter_func) (SYM) = scanner_reporter;
58 static int (*test_end_func) (SYM, SYM, SYM) = scanner_test_end;
82 static int scanner_reporter(SYM tags) in scanner_reporter()
85 SYM Tag, Keys; in scanner_reporter()
181 static int scanner_test_end(SYM alltags, SYM ctag, SYM keys) in scanner_test_end()
187 SYM rm; /* pointer to old tag -- to remove it */ in scanner_test_end()
209 if ((rm = (SYM) sym_get(alltags, tag)) != NULL) { in scanner_test_end()
234 static int iscanner_reporter(SYM tags) in iscanner_reporter()
239 static int iscanner_test_end(SYM alltags, SYM ctag, SYM keys) in iscanner_test_end()
250 int reporter(SYM s) in reporter()
255 int test_end(SYM a, SYM b, SYM c) in test_end()