Lines Matching refs:List
217 if list, ok := value.(*bpparser.List); ok {
265 lists[key] = &bpparser.List{
269 case *bpparser.List:
277 l = &bpparser.List{}
279 l.(*bpparser.List).Values = append(l.(*bpparser.List).Values, value)
413 pathList, ok := paths.(*bpparser.List)
419 err = setVariable(ctx.file, ctx.append, ctx.prefix, attribute, &bpparser.List{}, true)
481 for _, v := range val.(*bpparser.List).Values {
519 if _, ok := val.(*bpparser.List); !ok {
523 misc := &bpparser.List{}
525 for _, v := range val.(*bpparser.List).Values {
690 if len(version_script.(*bpparser.List).Values) > 1 {
693 …err = setVariable(ctx.file, false, ctx.prefix, "version_script", version_script.(*bpparser.List).V…
715 list, ok := val.(*bpparser.List)