Searched refs:arrayp (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | hv.c | 1513 SV **svp, **arrayp; in S_hv_delete_common() 1520 arrayp = svp = AvARRAY(av); in S_hv_delete_common() 1523 assert(*arrayp == (SV *)gv); in S_hv_delete_common() 1539 index = svp - arrayp; in S_hv_delete_common() 1542 arrayp[index] = arrayp[AvFILLp(av)]; in S_hv_delete_common() 1544 arrayp[AvFILLp(av)] = NULL; in S_hv_delete_common() 1495 SV **svp, **arrayp; S_hv_delete_common() local
|
| H A D | proto.h | 275 Perl_av_extend_guts(pTHX_ AV *av, SSize_t key, SSize_t *maxp, SV ***allocp, SV ***arrayp) 278 assert(maxp); assert(allocp); assert(arrayp)
|
| H A D | embed.fnc | 673 |NN SV ***arrayp
|
| /openbsd-src/bin/ksh/ |
| H A D | var.c | 139 array_index_calc(const char *n, bool *arrayp, int *valp) in array_index_calc() argument 144 *arrayp = false; in array_index_calc() 151 *arrayp = true; in array_index_calc()
|
| /openbsd-src/usr.bin/awk/ |
| H A D | run.c | 1948 Cell *x, *vp, *arrayp, *cp, *ncp; in instat() local 1953 arrayp = execute(a[1]); in instat() 1954 if (!isarr(arrayp)) { in instat() 1957 tp = (Array *) arrayp->sval; in instat() 1958 tempfree(arrayp); in instat()
|
| /openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
| H A D | embed.fnc | 634 |NN SV ***allocp|NN SV ***arrayp
|