Searched refs:glue (Results 1 - 16 of 16) sorted by path

/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex635 % \topskip (p.114 of the TeXbook), the glue inserted is
637 % therefore, no glue is inserted, and the space between the headline and
641 % cause the glue on the previous page to be unduly stretched, because it
668 % \baselineskip glue before it, and (when the next line of text is done)
669 % \lineskip glue after it. Thus, space below is not quite equal to space
3528 % Make this a paragraph so we get the \parskip glue and wrapping,
3538 % \parskip glue -- logically it's part of the @item we just started.
3541 % Stop a page break at the \parskip glue coming up. However, if
3543 % \parskip glue; then the negative vskip we just inserted would
3546 % \parskip glue afte
[all...]
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex689 % \topskip (p.114 of the TeXbook), the glue inserted is
691 % therefore, no glue is inserted, and the space between the headline and
695 % cause the glue on the previous page to be unduly stretched, because it
722 % \baselineskip glue before it, and (when the next line of text is done)
723 % \lineskip glue after it. Thus, space below is not quite equal to space
2435 % Make this a paragraph so we get the \parskip glue and wrapping,
2445 % \parskip glue -- logically it's part of the @item we just started.
2448 % Stop a page break at the \parskip glue coming up. However, if
2450 % \parskip glue; then the negative vskip we just inserted would
2453 % \parskip glue afte
[all...]
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex666 % \topskip (p.114 of the TeXbook), the glue inserted is
668 % therefore, no glue is inserted, and the space between the headline and
672 % cause the glue on the previous page to be unduly stretched, because it
699 % \baselineskip glue before it, and (when the next line of text is done)
700 % \lineskip glue after it. Thus, space below is not quite equal to space
2334 % Make this a paragraph so we get the \parskip glue and wrapping,
2344 % \parskip glue -- logically it's part of the @item we just started.
2347 % Stop a page break at the \parskip glue coming up. However, if
2349 % \parskip glue; then the negative vskip we just inserted would
2352 % \parskip glue afte
[all...]
/freebsd-11-stable/contrib/ldns/
H A Dzone.c61 * Get the list of glue records in a zone
68 /* when do we find glue? It means we find an IP address
78 * If yes -> glue, if no -> not glue
83 ldns_rr_list *glue; local
90 glue = NULL;
92 /* we cannot determine glue in a 'zone' without a SOA */
101 glue = ldns_rr_list_new();
102 if (!glue) goto memory_error;
108 /* possibly glue */
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dradix.c305 isc_radix_node_t *node, *new_node, *parent, *glue = NULL; local
501 glue = isc_mem_get(radix->mctx, sizeof(isc_radix_node_t));
502 if (glue == NULL) {
513 if (glue != NULL)
514 isc_mem_put(radix->mctx, glue,
547 INSIST(glue == NULL);
563 INSIST(glue == NULL);
581 INSIST(glue != NULL);
582 glue->bit = differ_bit;
583 glue
[all...]
/freebsd-11-stable/crypto/heimdal/kcm/
H A DMakefile.am17 glue.c \
H A DMakefile.in103 events.$(OBJEXT) glue.$(OBJEXT) log.$(OBJEXT) main.$(OBJEXT) \
408 glue.c \
525 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glue.Po@am__quote@
/freebsd-11-stable/crypto/heimdal/kdc/
H A Dpkinit.c389 heim_integer glue; local
394 &glue,
403 &glue);
404 der_free_heim_integer(&glue);
/freebsd-11-stable/kerberos5/libexec/kcm/
H A DMakefile13 glue.c \
/freebsd-11-stable/lib/libc/gdtoa/
H A DMakefile.inc6 MISRCS+=_hdtoa.c _hldtoa.c _ldtoa.c glue.c
/freebsd-11-stable/lib/libc/stdio/
H A Dfindfp.c51 #include "glue.h"
69 static struct glue uglue = { NULL, FOPEN_MAX - 3, usual };
81 struct glue __sglue = { &uglue, 3, __sF };
82 static struct glue *lastglue = &uglue;
84 static struct glue * moreglue(int);
94 static struct glue *
97 struct glue *g;
103 g = (struct glue *)malloc(sizeof(*g) + align + n * sizeof(FILE));
123 struct glue *g;
140 SET_GLUE_PTR(lastglue->next, g); /* atomically append glue t
[all...]
H A Dfwalk.c42 #include "glue.h"
49 struct glue *g;
H A Dglue.h32 * @(#)glue.h 8.1 (Berkeley) 6/4/93
38 * allocated and linked in via this glue structure.
40 struct glue { struct
41 struct glue *next;
45 extern struct glue __sglue;
/freebsd-11-stable/share/mk/
H A Dsuite.test.mk5 # Internal glue for the build of /usr/tests/.
/freebsd-11-stable/stand/uboot/lib/
H A DMakefile10 SRCS= console.c copy.c devicename.c elf_freebsd.c glue.c
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx6_ipu.c609 int glue; local
615 glue = GLUELOGIC_KEEP_ASSERTED;
617 glue = GLUELOGIC_KEEP_NEGATED;
619 glue = 0;
622 TEMPLATE_GLUELOGIC(glue) |

Completed in 301 milliseconds