Searched refs:nbl (Results 1 – 2 of 2) sorted by relevance
36 int nbl; in gets1() local59 for(nbl=0; *s == '\\' && s>p; s--) in gets1()60 nbl++; in gets1()61 if (linstart && nbl % 2) /* fold escaped nl if in table */ in gets1()
1137 struct mdoc_node *nbl, *nit, *nch; in post_it() local1143 nbl = nit->parent->parent; in post_it()1144 lt = nbl->norm->Bl.type; in post_it()1160 mdoc_argnames[nbl->args->argv[0].arg]); in post_it()1173 mdoc_argnames[nbl->args->argv[0].arg]); in post_it()1182 cols = (int)nbl->norm->Bl.ncols; in post_it()1347 struct mdoc_node *nbl, *nh, *nch, *nnext; in post_bl_head() local1374 nbl = nh->parent; in post_bl_head()1375 for (j = 0; j < (int)nbl->args->argc; j++) in post_bl_head()1376 if (nbl->args->argv[j].arg == MDOC_Column) in post_bl_head()[all …]