Searched refs:vp (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/host-tools/nawk-20071023/ |
D | tran.c | 281 Awkfloat setfval(Cell *vp, Awkfloat f) /* set float val of a Cell */ in setfval() argument 285 if ((vp->tval & (NUM | STR)) == 0) in setfval() 286 funnyvar(vp, "assign to"); in setfval() 287 if (isfld(vp)) { in setfval() 289 fldno = atoi(vp->nval); in setfval() 293 } else if (isrec(vp)) { in setfval() 297 if (freeable(vp)) in setfval() 298 xfree(vp->sval); /* free any previous string */ in setfval() 299 vp->tval &= ~STR; /* mark string invalid */ in setfval() 300 vp->tval |= NUM; /* mark number ok */ in setfval() [all …]
|
D | run.c | 1434 Cell *x, *vp, *arrayp, *cp, *ncp; in instat() local 1438 vp = execute(a[0]); in instat() 1447 setsval(vp, cp->nval); in instat() 1451 tempfree(vp); in instat() 1455 tempfree(vp); in instat()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _hash_fun.h | 134 __vp vp; 135 vp.p = __x; 136 return vp.s;
|
/ndk/sources/host-tools/make-3.81/ |
D | variable.c | 292 struct variable **vp = (struct variable **) global_variable_set.table.ht_vec; in handle_special_var() local 293 struct variable **end = &vp[global_variable_set.table.ht_size]; in handle_special_var() 301 for (; vp < end; ++vp) in handle_special_var() 302 if (!HASH_VACANT (*vp)) in handle_special_var() 304 struct variable *v = *vp; in handle_special_var() 1339 struct variable *vp; in try_variable_definition() local 1349 vp = do_variable_definition (flocp, v.name, v.value, in try_variable_definition() 1354 return vp; in try_variable_definition()
|