Lines Matching defs:nextprop
1794 scf_simple_prop_t *thisprop, *nextprop;
1930 if ((nextprop = fill_prop(prop,
1933 thisprop->pr_next = nextprop;
1934 thisprop = nextprop;
1941 nextprop = thisprop;
1943 nextprop->pr_pg = nextpg;
1944 nextprop->pr_next = NULL;
2061 if ((nextprop = fill_prop(prop,
2065 thisprop->pr_next = nextprop;
2066 thisprop = nextprop;
2074 nextprop = thisprop;
2076 nextprop->pr_pg = nextpg;
2077 nextprop->pr_next = NULL;