HomeSort by: relevance | last modified time | path
    Searched refs:insertion (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/external/gpl2/texinfo/bin/makeinfo/
Makefile 7 html.c index.c insertion.c lang.c \
  /src/external/gpl2/texinfo/dist/makeinfo/
insertion.c 1 /* $NetBSD: insertion.c,v 1.4 2025/12/31 22:18:50 oster Exp $ */
3 /* insertion.c -- insertions for Texinfo.
4 Id: insertion.c,v 1.55 2004/11/11 18:34:28 karl Exp
28 #include "insertion.h"
34 /* Must match list in insertion.h. */
71 /* Since an insertion is already in the stack before we reach the switch
92 /* Return the type of the current insertion. */
96 return insertion_level ? insertion_stack->insertion : bad_type;
107 /* Skip down through the stack until we find an insertion with an
111 switch (elt->insertion)
    [all...]
defun.c 26 #include "insertion.h"
301 /* This is needed also in insertion.c. */
331 /* Make the defun type insertion.
332 TYPE says which insertion this is.
333 X_P, if nonzero, says not to start a new insertion. */
690 entry included in the body of an insertion of the same type. */
703 /* If we are adding to an already existing insertion, then make sure
704 that we are already in an insertion of type TYPE. */
709 while (i && (i->insertion == ifset || i->insertion == ifclear)
    [all...]
insertion.h 1 /* $NetBSD: insertion.h,v 1.4 2025/12/31 22:18:50 oster Exp $ */
3 /* insertion.h -- declarations for insertion.c.
4 Id: insertion.h,v 1.10 2004/04/11 17:56:47 karl Exp
25 /* Must match list in insertion.c. */
48 int insertion; member in struct:istack_elt
  /src/external/gpl3/gcc/dist/gcc/
spellcheck.cc 109 edit_distance_t insertion = v_one_ago[j + 1] + BASE_COST; local
111 edit_distance_t cheapest = MIN (deletion, insertion);
  /src/external/gpl3/gcc.old/dist/gcc/
spellcheck.cc 109 edit_distance_t insertion = v_one_ago[j + 1] + BASE_COST; local
111 edit_distance_t cheapest = MIN (deletion, insertion);
  /src/external/mit/isl/dist/
isl_ast_build.c 1527 /* Update the "options" to reflect the insertion of a dimension
1529 * "space" is the original domain space before the insertion and
1552 isl_union_map *insertion; local
1567 insertion = isl_union_map_empty(isl_union_map_get_space(options));
1575 insertion = isl_union_map_add_map(insertion, map_type);
1581 insertion = isl_union_map_add_map(insertion, map);
1583 options = isl_union_map_apply_range(options, insertion);
1590 * to reflect the insertion of a dimension at (global) position "pos
    [all...]
  /src/external/bsd/ipf/dist/
HISTORY 48 3542978 ipv4 and ipv6 nat insert have common hash insertion
514 fix rule insertion bug
1748 Added insertion of filter rules. Use "@<#>" at the beginning of a filter
  /src/external/gpl2/gmake/dist/config/
texinfo.tex 815 % paragraph. For more general purposes, use the \margin insertion
6417 % the real \insert just after the vbox finished. Otherwise, the insertion
  /src/external/gpl2/groff/dist/doc/
texinfo.tex 807 % paragraph. For more general purposes, use the \margin insertion
6302 % the real \insert just after the vbox finished. Otherwise, the insertion
  /src/external/gpl2/texinfo/dist/doc/
texinfo.tex 807 % paragraph. For more general purposes, use the \margin insertion
6302 % the real \insert just after the vbox finished. Otherwise, the insertion
  /src/external/mpl/dhcp/dist/
configure 1474 --enable-binary-leases enable support for binary insertion of leases
  /src/external/bsd/am-utils/dist/doc/
texinfo.tex 767 % paragraph. For more general purposes, use the \margin insertion
8351 % the real \insert just after the vbox finished. Otherwise, the insertion
  /src/external/bsd/flex/dist/build-aux/
texinfo.tex 767 % paragraph. For more general purposes, use the \margin insertion
8351 % the real \insert just after the vbox finished. Otherwise, the insertion
  /src/external/gpl2/xcvs/dist/build-aux/
texinfo.tex 875 % paragraph. For more general purposes, use the \margin insertion
7592 % the real \insert just after the vbox finished. Otherwise, the insertion
  /src/external/gpl3/autoconf/dist/build-aux/
texinfo.tex 766 % paragraph. For more general purposes, use the \margin insertion
8287 % the real \insert just after the vbox finished. Otherwise, the insertion
  /src/external/gpl3/binutils/dist/texinfo/
texinfo.tex 875 % paragraph. For more general purposes, use the \margin insertion
7588 % the real \insert just after the vbox finished. Otherwise, the insertion
  /src/external/gpl3/binutils.old/dist/texinfo/
texinfo.tex 875 % paragraph. For more general purposes, use the \margin insertion
7588 % the real \insert just after the vbox finished. Otherwise, the insertion
  /src/external/gpl3/gcc.old/dist/gcc/doc/include/
texinfo.tex 766 % paragraph. For more general purposes, use the \margin insertion
8289 % the real \insert just after the vbox finished. Otherwise, the insertion
  /src/external/gpl3/gdb/dist/texinfo/
texinfo.tex 875 % paragraph. For more general purposes, use the \margin insertion
7588 % the real \insert just after the vbox finished. Otherwise, the insertion
  /src/external/gpl3/gdb.old/dist/texinfo/
texinfo.tex 875 % paragraph. For more general purposes, use the \margin insertion
7588 % the real \insert just after the vbox finished. Otherwise, the insertion
  /src/external/lgpl3/gmp/dist/doc/
texinfo.tex 767 % paragraph. For more general purposes, use the \margin insertion
8351 % the real \insert just after the vbox finished. Otherwise, the insertion
  /src/external/lgpl3/mpc/dist/doc/
texinfo.tex 767 % paragraph. For more general purposes, use the \margin insertion
8351 % the real \insert just after the vbox finished. Otherwise, the insertion
  /src/external/gpl3/gcc/dist/gcc/doc/include/
texinfo.tex 589 % @- allows explicit insertion of hyphenation points
736 % paragraph. For more general purposes, use the \margin insertion
9245 % the real \insert just after the vbox finished. Otherwise, the insertion
  /src/external/gpl2/diffutils/dist/config/
texinfo.tex 705 % paragraph. For more general purposes, use the \margin insertion

Completed in 150 milliseconds

1 2