Lines Matching defs:flags
116 void nv_putv(Namval_t *np, const char *value, int flags, register Namfun_t *nfp) in nv_putv()
170 int flags; member
238 static void assign(Namval_t *np,const char* val,int flags,Namfun_t *handle) in assign()
611 Namfun_t *nv_clone_disc(register Namfun_t *fp, int flags) in nv_clone_disc()
759 static void put_notify(Namval_t* np,const char *val,int flags,Namfun_t *fp) in put_notify()
851 void clone_all_disc( Namval_t *np, Namval_t *mp, int flags) in clone_all_disc()
883 int nv_clone(Namval_t *np, Namval_t *mp, int flags) in nv_clone()
973 static void clone_putv(Namval_t *np,const char* val,int flags,Namfun_t *handle) in clone_putv()
1223 static Namval_t *create_table(Namval_t *np,const char *name,int flags,Namfun_t *fp) in create_table()
1230 static Namfun_t *clone_table(Namval_t* np, Namval_t *mp, int flags, Namfun_t *fp) in clone_table()
1248 static void put_table(register Namval_t* np, const char* val, int flags, Namfun_t* fp) in put_table()