Searched refs:nspaces (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/groff-38/groff/src/roff/troff/
H A Dtoken.h73 int nspaces(); // 1 if space, 2 if double space, 0 otherwise
164 inline int token::nspaces() function in class:token
H A Denv.cpp364 space_total += n->nspaces();
457 if (p && p->nspaces() == 1 && p->width() == x
1705 space_total -= line->nspaces();
1890 s -= n->nspaces();
1913 ? (bp->nspaces > 0
1915 + (bp->nspaces - 1)*hresolution)/bp->nspaces)
2049 static void distribute_space(node *n, int nspaces, hunits desired_space, argument
2055 if (!force_reverse && nspaces > 0 && spread_limit >= 0
2058 double Ems = (double)desired_space.to_units() / nspaces
[all...]
H A Dnode.h72 virtual int nspaces();
146 int nspaces; member in struct:breakpoint
184 int nspaces();
H A Dnode.cpp3116 int node::nspaces() function in class:node
3190 int space_node::nspaces() function in class:space_node
3617 breakpoint *node::get_breakpoints(hunits /*width*/, int /*nspaces*/,
3636 bp->nspaces = ns;
3680 bp->nspaces = ns;
4983 *spacep += res->nspaces();
/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Dfill.el1168 (nspaces 0) ; number of spaces between words
1254 (setq nspaces (1+ nspaces))
1258 (if (and (> ncols 0) (> nspaces 0) (not eop))
1260 (setq curr-fracspace (+ ncols (/ (1+ nspaces) 2))
1261 count nspaces)
1265 (make-string (/ curr-fracspace nspaces) ?\s))
1269 (+ (% curr-fracspace nspaces) ncols)))))))
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Dmasterdump.c209 int ntabs, nspaces, t; local
239 nspaces = to - from;
240 INSIST(nspaces >= 0);
243 if (r.length < (unsigned) nspaces)
247 t = nspaces;
256 isc_buffer_add(target, nspaces);
/macosx-10.10/emacs-93/emacs/src/
H A Dterm.c1756 int nspaces;
1763 nspaces = next_tab_x - absolute_x;
1767 int n = nspaces;
1776 it->pixel_width = nspaces;
1777 it->nglyphs = nspaces;
1746 int nspaces; local

Completed in 215 milliseconds