Home
last modified time | relevance | path

Searched refs:arayp (Results 1 – 9 of 9) sorted by relevance

/original-bsd/local/toolchest/ksh/shlib/
H A Dname.h136 #define arayp(v) (v->value.namval.aray) macro
137 #define curdot(n) ((arayp(n))->adot)
H A Dnamscan.c120 register struct Namaray *ap=arayp(np);
H A Dfindnod.c146 ap = arayp (np);
320 ap1 = arayp(oldnp);
H A Dgrowaray.c120 register struct Namaray *ap = arayp (node);
H A Dlinknod.c107 ap = arayp (np);
/original-bsd/local/toolchest/ksh/sh/
H A Dname.h136 #define arayp(v) (v->value.namval.aray) macro
137 #define curdot(n) ((arayp(n))->adot)
H A Dmacro.c245 dolg = -((int)(arayp(n)->maxi) + 1);
248 arayp(n)->adot++;
302 c = arayp(n)->maxi+1;
396 arayp(n)->adot++;
399 arayp(n)->adot++;
H A Dname.c509 arayp(np)->adot = arayp(np)->maxi;
544 register struct Namaray *ap = arayp (np);
847 free ((char*)(arayp(nnod)));
H A Dbuiltin.c458 arayp(np)->adot = NO_SUBSCRIPT;