Lines Matching refs:s_id
679 for s_id in rest.split(','):
680 s_id = s_id.strip()
681 newmember += f"{dtype} {s_id}; "
685 s_id = KernRe(r'[:\[].*').sub('', s_id)
686 s_id = KernRe(r'^\s*\**(\S+)\s*').sub(r'\1', s_id)
699 if not s_id:
703 newmember += f"{dtype}{s_id}.{name}{extra}; "
721 if not s_id:
725 newmember += f"{r.group(1)} {s_id}.{name}; "
729 # At the end of the s_id loop, replace the original declaration with