OpenBSD CVS

src/usr.bin/vi/ex/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / vi / ex


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] ex.awk  1.3   6 years  martijn   Enable the awk scripts to generate ex_def.h and options_def.h. These scripts gen...
[TXT] ex.c  1.23   10 months  millert   Fix a bug in ex's 's' command with the 'c' flag when 'number' is off. The underl...
[TXT] ex.h  1.11   7 years  martijn   Revert CHAR_T removal. Some signedness flaws were introduced. Found the hard way...
[TXT] ex_abbrev.c  1.9   7 years  martijn   Revert CHAR_T removal. Some signedness flaws were introduced. Found the hard way...
[TXT] ex_append.c  1.14   7 years  martijn   Revert CHAR_T removal. Some signedness flaws were introduced. Found the hard way...
[TXT] ex_args.c  1.12   8 years  millert   Remove the numeric identifiers at the beginning of the messages which used to be...
[TXT] ex_argv.c  1.20   7 years  martijn   Revert CHAR_T removal. Some signedness flaws were introduced. Found the hard way...
[TXT] ex_at.c  1.14   7 years  martijn   Revert CHAR_T removal. Some signedness flaws were introduced. Found the hard way...
[TXT] ex_bang.c  1.12   2 years  millert   vi: apply expandtab to the output of a ! command This is consistent with vim's e...
[TXT] ex_cd.c  1.15   7 years  martijn   Revert CHAR_T removal. Some signedness flaws were introduced. Found the hard way...
[TXT] ex_cmd.c  1.12   5 years  bentley   Remove cscope leftover and a stray comma. From "kshe" on tech@.
[TXT] ex_delete.c  1.7   9 years  bentley   Ansify vi. ok bcallah@ millert@
[TXT] ex_display.c  1.13   7 years  martijn   Revert CHAR_T removal. Some signedness flaws were introduced. Found the hard way...
[TXT] ex_edit.c  1.6   9 years  bentley   Ansify vi. ok bcallah@ millert@
[TXT] ex_equal.c  1.6   9 years  bentley   Ansify vi. ok bcallah@ millert@
[TXT] ex_file.c  1.9   7 years  martijn   Revert CHAR_T removal. Some signedness flaws were introduced. Found the hard way...
[TXT] ex_filter.c  1.15   7 years  bentley   Remove vi's "directory" option and TMPDIR support. ok jung@
[TXT] ex_global.c  1.17   7 years  martijn   Revert CHAR_T removal. Some signedness flaws were introduced. Found the hard way...
[TXT] ex_init.c  1.19   2 years  deraadt   For open/openat, if the flags parameter does not contain O_CREAT, the 3rd (varia...
[TXT] ex_join.c  1.8   8 years  millert   Remove the numeric identifiers at the beginning of the messages which used to be...
[TXT] ex_map.c  1.9   7 years  martijn   Revert CHAR_T removal. Some signedness flaws were introduced. Found the hard way...
[TXT] ex_mark.c  1.7   8 years  millert   Remove the numeric identifiers at the beginning of the messages which used to be...
[TXT] ex_mkexrc.c  1.7   8 years  millert   Remove the numeric identifiers at the beginning of the messages which used to be...
[TXT] ex_move.c  1.11   8 years  millert   Remove the numeric identifiers at the beginning of the messages which used to be...
[TXT] ex_open.c  1.7   8 years  millert   Remove the numeric identifiers at the beginning of the messages which used to be...
[TXT] ex_preserve.c  1.7   8 years  millert   Remove the numeric identifiers at the beginning of the messages which used to be...
[TXT] ex_print.c  1.13   7 years  martijn   Revert CHAR_T removal. Some signedness flaws were introduced. Found the hard way...
[TXT] ex_put.c  1.6   9 years  bentley   Ansify vi. ok bcallah@ millert@
[TXT] ex_quit.c  1.5   9 years  bentley   Ansify vi. ok bcallah@ millert@
[TXT] ex_read.c  1.14   7 years  deraadt   free(NULL) is ok so use it; from Michael W. Bombardieri
[TXT] ex_screen.c  1.10   8 years  millert   Remove the numeric identifiers at the beginning of the messages which used to be...
[TXT] ex_script.c  1.27   7 years  deraadt   free(NULL) is ok so use it; from Michael W. Bombardieri
[TXT] ex_set.c  1.6   9 years  bentley   Ansify vi. ok bcallah@ millert@
[TXT] ex_shell.c  1.15   9 years  bcallah   vi was using two separate isblank functions: one defined in <ctype.h> and the ot...
[TXT] ex_shift.c  1.10   2 years  millert   vi: apply expandtab to the output of a ! command This is consistent with vim's e...
[TXT] ex_source.c  1.11   2 years  deraadt   For open/openat, if the flags parameter does not contain O_CREAT, the 3rd (varia...
[TXT] ex_stop.c  1.6   9 years  bentley   Ansify vi. ok bcallah@ millert@
[TXT] ex_subst.c  1.31   10 months  millert   Fix a bug in ex's 's' command with the 'c' flag when 'number' is off. The underl...
[TXT] ex_tag.c  1.26   2 years  deraadt   For open/openat, if the flags parameter does not contain O_CREAT, the 3rd (varia...
[TXT] ex_txt.c  1.17   4 years  millert   Add an expandtab option, similar to what vim supports. If set, expands tabs to s...
[TXT] ex_undo.c  1.6   9 years  bentley   Ansify vi. ok bcallah@ millert@
[TXT] ex_usage.c  1.10   5 years  krw   Unused variable. ok martijn@ henning@
[TXT] ex_util.c  1.9   8 years  millert   Remove the numeric identifiers at the beginning of the messages which used to be...
[TXT] ex_version.c  1.10   9 years  bentley   Ansify vi. ok bcallah@ millert@
[TXT] ex_visual.c  1.10   8 years  millert   Remove the numeric identifiers at the beginning of the messages which used to be...
[TXT] ex_write.c  1.13   8 years  millert   Remove the numeric identifiers at the beginning of the messages which used to be...
[TXT] ex_yank.c  1.6   9 years  bentley   Ansify vi. ok bcallah@ millert@
[TXT] ex_z.c  1.8   9 years  bcallah   Remove SA_INTERRUPT, HISTORIC_PRACTICE, and HISTORICAL_PRACTICE using unifdef. I...
[TXT] script.h  1.4   9 years  millert   Remove more portability bits for older systems; from Martin Natano
[TXT] tag.h  1.7   8 years  bentley   Remove cscope support in vi. It makes no sense to keep support for a non-base t...
[TXT] version.h  1.9   23 years  niklas   $OpenBSD$
[TXT] ex_cscope.c (in the Attic) [Hide]  1.27   8 years  bentley   Remove cscope support in vi. It makes no sense to keep support for a non-base t...
[TXT] ex_digraph.c (in the Attic) [Hide]  1.2   28 years  deraadt   new vi
[TXT] ex_exit.c (in the Attic) [Hide]  1.2   28 years  deraadt   new vi
[TXT] ex_perl.c (in the Attic) [Hide]  1.8   9 years  bentley   Remove the vi perl api. There have been various build errors for coming on two ...
[TXT] ex_tcl.c (in the Attic) [Hide]  1.8   9 years  tedu   from natano: The 'tcl' command in vi does nothing, except to print the message "...
[TXT] excmd.awk (in the Attic) [Hide]  1.2   28 years  deraadt   new vi
[TXT] excmd.c (in the Attic) [Hide]  1.2   28 years  deraadt   new vi
[TXT] excmd.h.stub (in the Attic) [Hide]  1.2   28 years  deraadt   new vi
[TXT] filter.c (in the Attic) [Hide]  1.2   28 years  deraadt   new vi