Lines Matching defs:sl
80 struct string_list *sl;225 %type <sl> referencenames277 struct string_list *sl;278 for(sl = $1; sl != NULL; sl = sl->next) {279 Symbol *s = addsym(sl->string);289 struct string_list *sl;290 for(sl = $2; sl != NULL; sl = sl->next)291 add_export(sl->string);