Lines Matching defs:vl
148 List *cl, *pl, *vl;
183 vl = ListFirst(prop->values);
184 if(vl) program = ((PropValue *)vl->thing)->value;
188 vl = ListFirst(prop->values);
189 if(vl) cwd = ((PropValue *)vl->thing)->value;
191 vl = ListFirst(prop->values);
192 if(vl) restart_service_prop =
193 ((PropValue *)vl->thing)->value;
198 for(vl = ListFirst(prop->values); vl; vl = ListNext(vl)) {
199 *pp++ = ((PropValue *)vl->thing)->value;
206 for(vl = ListFirst(prop->values); vl; vl = ListNext(vl)) {
207 p = ((PropValue *)vl->thing)->value;
373 List *vl = ListFirst (pprop->values);
374 PropValue *pval = (PropValue *) vl->thing;