Lines Matching defs:np
61 static Namarr_t *array_scope(Namval_t *np, Namarr_t *ap, int flags) in array_scope()
86 static int array_unscope(Namval_t *np,Namarr_t *ap) in array_unscope()
104 static int array_covered(Namval_t *np, struct index_array *ap) in array_covered()
115 static void array_setptr(register Namval_t *np, struct index_array *old, struct index_array *new) in array_setptr()
146 int array_maxindex(Namval_t *np) in array_maxindex()
156 static union Value *array_getup(Namval_t *np, Namarr_t *arp, int update) in array_getup()
192 int nv_arrayisset(Namval_t *np, Namarr_t *arp) in nv_arrayisset()
209 static Namval_t *array_find(Namval_t *np,Namarr_t *arp, int flag) in array_find()
299 int nv_arraysettype(Namval_t *np, Namval_t *tp, const char *sub, int flags) in nv_arraysettype()
343 static Namfun_t *array_clone(Namval_t *np, Namval_t *mp, int flags, Namfun_t *fp) in array_clone()
456 static char *array_getval(Namval_t *np, Namfun_t *disc) in array_getval()
473 static Sfdouble_t array_getnum(Namval_t *np, Namfun_t *disc) in array_getnum()
490 static void array_putval(Namval_t *np, const char *string, int flags, Namfun_t *dp) in array_putval()
616 static void array_copytree(Namval_t *np, Namval_t *mp) in array_copytree()
639 static struct index_array *array_grow(Namval_t *np, register struct index_array *arp,int maxi) in array_grow()
713 int nv_atypeindex(Namval_t *np, const char *tname) in nv_atypeindex()
740 Namarr_t *nv_arrayptr(register Namval_t *np) in nv_arrayptr()
751 static Namarr_t *nv_changearray(Namval_t *np, void *(*fun)(Namval_t*,const char*,int)) in nv_changearray() argument
797 Namarr_t *nv_setarray(Namval_t *np, void *(*fun)(Namval_t*,const char*,int)) in nv_setarray() argument
845 Namval_t *nv_arraychild(Namval_t *np, Namval_t *nq, int c) in nv_arraychild()
891 int nv_nextsub(Namval_t *np) in nv_nextsub()
950 Namval_t *nv_putsub(Namval_t *np,register char *sp,register long mode) in nv_putsub()
1067 char *nv_endsubscript(Namval_t *np, register char *cp, int mode) in nv_endsubscript()
1111 Namval_t *nv_opensub(Namval_t* np) in nv_opensub()
1124 char *nv_getsub(Namval_t* np) in nv_getsub()
1154 int nv_aindex(register Namval_t* np) in nv_aindex()
1169 int nv_aimax(register Namval_t* np) in nv_aimax()
1183 void *nv_associative(register Namval_t *np,const char *sp,int mode) in nv_associative()
1326 void nv_setvec(register Namval_t *np,int append,register int argc,register char *argv[]) in nv_setvec()