Home
last modified time | relevance | path

Searched refs:nbl (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/tbl/
H A Dte.c36 int nbl; in gets1() local
59 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()
/titanic_50/usr/src/cmd/mandoc/
H A Dmdoc_validate.c1137 struct mdoc_node *nbl, *nit, *nch; in post_it() local
1143 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() local
1374 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 …]