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)
85 SYM Tag, Keys;
178 * under another key tree with almost zero brainwork because a SYM
181 static int scanner_test_end(SYM alltags, SYM ctag, SYM keys)
187 SYM rm; /* pointer to old tag -- to remove it */
209 if ((rm = (SYM) sym_get(alltags, tag)) != NULL) {
234 static int iscanner_reporter(SYM tags)
239 static int iscanner_test_end(SYM alltags, SYM ctag, SYM keys)
250 int reporter(SYM s)
255 int test_end(SYM a, SYM b, SYM c)