Searched refs:res_types (Results 1 – 3 of 3) sorted by relevance
228 extern char *res_types[];
1071 if (($$ = simple_prop_val_func(res_types[$1])) == NULL)1106 if (($$ = complex_piece_func($1, res_types[$3], NULL)) == NULL)1123 if (($$ = complex_piece_func($1, res_types[$3], complex)) ==
160 char *res_types[] = { variable760 return (res_types[res_type]); in rt_to_str()