Searched defs:s_pattern (Results 1 – 1 of 1) sorted by relevance
155 s_pattern(s_expression *&s) : p_expr(&s), type(EXPR) { } in s_pattern() function156 s_pattern(s_list *&s) : p_list(&s), type(LIST) { } in s_pattern() function157 s_pattern(s_symbol *&s) : p_symbol(&s), type(SYMBOL) { } in s_pattern() function158 s_pattern(s_number *&s) : p_number(&s), type(NUMBER) { } in s_pattern() function159 s_pattern(s_int *&s) : p_int(&s), type(INT) { } in s_pattern() function160 s_pattern(const char *str) : literal(str), type(STRING) { } in s_pattern() function