Searched refs:insertion (Results 1 – 25 of 37) sorted by relevance
12
| /mirbsd/src/gnu/usr.bin/texinfo/makeinfo/ |
| D | insertion.c | 93 return insertion_level ? insertion_stack->insertion : bad_type; in current_insertion_type() 108 switch (elt->insertion) in current_item_function() 188 new->insertion = type; in push_insertion() 276 if (temp->insertion == type) in is_in_insertion_of_type() 695 || (insertion_stack->next->insertion != display in begin_insertion() 696 && insertion_stack->next->insertion != smalldisplay in begin_insertion() 697 && insertion_stack->next->insertion != example in begin_insertion() 698 && insertion_stack->next->insertion != smallexample in begin_insertion() 699 && insertion_stack->next->insertion != lisp in begin_insertion() 700 && insertion_stack->next->insertion != smalllisp in begin_insertion() [all …]
|
| D | Makefile.am | 20 html.c html.h index.c index.h insertion.c insertion.h lang.c lang.h \
|
| D | defun.c | 706 while (i && (i->insertion == ifset || i->insertion == ifclear)) in cm_defun() 709 if (!i || i->insertion != type) in cm_defun()
|
| D | insertion.h | 46 int insertion; member
|
| D | Makefile.in | 70 index.$(OBJEXT) insertion.$(OBJEXT) lang.$(OBJEXT) \ 189 html.c html.h index.c index.h insertion.c insertion.h lang.c lang.h \
|
| D | makeinfo.c | 2549 if (i->insertion == copying) in defining_copying()
|
| /mirbsd/src/gnu/usr.bin/perl/lib/I18N/LangTags/t/ |
| D | 55_supers_strict.t | 9 print "#\n# Testing strict (non-tight) insertion of super-ordinate language tags...\n#\n";
|
| D | 50_super.t | 6 print "#\n# Testing normal (tight) insertion of super-ordinate language tags...\n#\n";
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Locale/Maketext/t/ |
| D | 40_super.t | 9 print "#\n# Testing non-tight insertion of super-ordinate language tags...\n#\n";
|
| D | 50_super.t | 7 print "#\n# Testing tight insertion of super-ordinate language tags...\n#\n";
|
| /mirbsd/src/gnu/usr.bin/binutils/opcodes/ |
| D | cgen-ibld.in | 73 /* Operand insertion. */ 105 /* Default insertion routine.
|
| /mirbsd/src/lib/libssl/src/doc/crypto/ |
| D | err.pod | 153 error code insertion script B<mkerr.pl> explicitly to add codes to
|
| /mirbsd/src/usr.bin/vi/docs/tutorial/ |
| D | vi.beginner | 530 be sure to notice the blank in 'example '. The ^[ ends insertion mode, 558 To begin the insertion of a line after the cursor line, type {o}. To insert a 566 character up to the beginning of the current insertion. ^W will delete the 568 beginning of the current insertion). You will need to experiment with ^U, @,
|
| D | vi.advanced | 950 ^[ escape key; ends insertion mode 951 ^? the delete key; interrupts an insertion, terminating it
|
| /mirbsd/src/usr.bin/window/ |
| D | README | 97 including special functions like character and line insertion and
|
| /mirbsd/src/usr.sbin/httpd/src/ |
| D | Configuration | 297 ## or by allowing up to one misspelling (character insertion / omission /
|
| D | Configuration.tmpl | 360 ## or by allowing up to one misspelling (character insertion / omission /
|
| /mirbsd/src/lib/libncurses/src/ |
| D | ANNOUNCE | 269 to make optimal use of hardware scrolling, line-insertion, and
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/doc/ |
| D | rluser.texi | 1053 cursor forward as well. If the insertion point 1061 If the insertion point is at the end of the line, this transposes 1477 `insertion' mode, as if you had typed an @samp{i}. Pressing @key{ESC}
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlsec.pod | 467 continues to be, affected by the insertion order.
|
| D | perl581delta.pod | 43 continues to be, affected by the insertion order.
|
| /mirbsd/src/gnu/usr.bin/binutils/ld/emultempl/ |
| D | xtensaelf.em | 866 xtensa_ld_iter front; /* Location where new insertion should occur. */
|
| /mirbsd/src/gnu/usr.bin/binutils/bfd/doc/ |
| D | section.texi | 506 /* Macros to handle insertion and deletion of a bfd's sections. These
|
| /mirbsd/src/lib/libncurses/src/doc/ |
| D | hackguide.doc | 396 The hardscroll.c module computes an optimum set of scroll, insertion,
|
| D | ncurses-intro.doc | 2129 is an insertion or a replacement depends on the field's edit mode 2130 (insertion is the default. 2136 Set insertion mode.
|
12