Lines Matching refs:nb
32 * $Id: nb.c,v 1.1.1.2 2001/07/06 22:38:42 conrad Exp $
71 struct nb_ctx *nb = ctx->ct_nb;
73 if (nb == NULL)
76 nb_ctx_setnbflags(nb, ns_ena, bc_ena);
86 struct nb_ctx *nb = ctx->ct_nb;
88 if (nb == NULL)
91 return (nb_ctx_setwins(nb, wins1, wins2));
100 struct nb_ctx *nb = ctx->ct_nb;
102 if (nb == NULL)
105 return (nb_ctx_setscope(nb, scope));
133 nb_ctx_setnbflags(struct nb_ctx *nb, int ns_ena, int bc_ena)
135 nb->nb_flags &= ~(NBCF_NS_ENABLE | NBCF_BC_ENABLE);
137 nb->nb_flags |= NBCF_NS_ENABLE;
139 nb->nb_flags |= NBCF_BC_ENABLE;