Searched defs:nbl (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/tbl/
H A Dte.c36 int nbl; local
59 for(nbl=0; *s == '\\' && s>p; s--)
60 nbl++;
61 if (linstart && nbl % 2) /* fold escaped nl if in table */
/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_validate.c1030 struct roff_node *nbl, *nit, *nch; local
1040 nbl = nit->parent->parent;
1041 lt = nbl->norm->Bl.type;
1053 mdoc_argnames[nbl->args->argv[0].arg]);
1063 mdoc_argnames[nbl->args->argv[0].arg]);
1072 cols = (int)nbl->norm->Bl.ncols;
1238 struct roff_node *nbl, *nh, *nch, *nnext; local
1266 nbl = nh->parent;
1267 for (j = 0; j < (int)nbl->args->argc; j++)
1268 if (nbl
[all...]

Completed in 61 milliseconds