Lines Matching +refs:attempt +refs:translate +refs:random +refs:macro +refs:op

30 	  style lines. (main.c, file.c, random.c)
74 + translate X key-events to a default set of xvile FN-bindings,
100 + attempt at better video support, and raw i/o, for djgpp (ibmpc.c)
145 random.c, termio.c)
164 + use new macro 'chrBIT()' to fix long/short bitmasks in character
215 random.c, revlist, tags.c).
223 file.c, filec.c, finderr.c, globals.c, line.c, random.c, tags.c,
229 + added macro 'KbSize()' (file.c, estruct.h, x11.c, spawn.c, line.c).
324 macro (path.c).
513 display.c, random.c).
515 + use 'delay()' function in TurboC for 'catnap()' (random.c)
536 + use macro 'cmdBIT()' to clarify flags for CMDFUNC, added flag OPTREG
601 we're in has been removed. (random.c)
604 standard libraries (glob.c, eval.c, random.c, filec.c)
638 problem where a second substitute-til in a macro would appear to
659 main.c, map.c, modes.c, oneliner.c, random.c, spawn.c, tags.c).
773 + introduced new buffer-attribute 'b_lim_left', macro
776 display.c, random.c, region.c, window.c, x11.c).
851 value (cmdtbl, estruct.h, exec.c, random.c).
870 case macro-tokens are too long (input.c).
915 + corrected definition of ScratchName macro for apollo SR10.2
952 of out-of-memory (buffer.c, random.c).
965 instead of 0..MAX (random.c).
1003 + make the #ifdef USE_TERMIO version of ttclean() be a no-op under
1042 buffer.c, random.c).
1066 (globals.c, line.c, undo.c, oneliner.c, random.c, region.c)
1200 than all buffers. (mostly file.c, estruct.h, random.c)
1207 modes.c path.c random.c spawn.c termio.c)
1213 + fixed calloc macro (estruct.h) in RAMSIZE ifdef
1232 + changed name of ABS macro to ABSM to avoid namespace conflict
1306 key generated by a terminal?) (proto.h fences.c input.c random.c
1311 dirstuff.h ibmpc.c main.c fileio.c random.c termio.c display.c
1322 buffer.c, random.c, spawn.c). Note that moving the cursor between
1325 + use macro 'for_each_line()' in some more places (files: buffer.c,
1326 globals.c, random.c, spawn.c, vmalloc.c).
1353 modes.c, random.c, spawn.c, tags.c, undo.c.
1396 macro routines -- this would make sense, and allow for recursion
1427 + Use macro 'ExitProgram()' to hide whether we call 'exit_program()' or
1471 npopen.c, oneliner.c, search.c, random.c, x11.c)
1512 + used macro 'same_ptr()' to compare LINEPTR's directly (a bit more
1531 oneliner.c, random.c, region.c, search.c, vmalloc.c, word.c
1546 path.c, random.c, region.c, spawn.c, tcap.c.
1557 history.c insert.c line.c oneliner.c path.c proto.h random.c region.c
1663 macro tests backspc directly. will make rebinding of backspace
1679 random.c main.c display.c bind.c).
1690 + modified 'setvar()' in eval.c to show warning message if attempt is
1828 Files: bind.c, exec.c, main.c, oneliner.c, random.c, spawn.c
1831 redisplay if VISMAC is configured (previously, only keyboard macro
1887 + substituted all l_fp references to lforw macro, l_bp references to
1888 lback macro, verified mechanically.
1908 replay of keyboard macro "iX<esc>/Y^MaZ<esc>".
2039 modes.c; did this to get rid of 'comma' macro, which does not work as
2050 + moved macro 'P' from file proto.h to estruct.h, adjusted definitions
2051 in file 'estruct.h' to allow use of 'P' macro in CMDFUNC definition.
2054 + use P-macro for TERM struct definitions (and added TTscroll),
2058 special case of macro "@w" followed by "dd" command, I noticed that
2067 random.c regexp.c region.c spawn.c tbuff.c window.c).
2070 random.c
2111 + simplified MSDOS-drive translation (untested) in file random.c to
2114 + modified 'cd()' procedure in file random.c to chdir to home directory
2137 + corrected definition of macro 'isready_c()' for VMS.
2155 the same purpose as the (now obsolete) macro isScratchName. This
2157 names) than the macro.
2159 + deleted macro isScratchName from file estruct.h; changed macro
2164 bind.c and random.c to encapsulate the program+version string. Use
2177 + corrected code for 'catnap()' (file random.c) for VMS.
2233 keyboard macro. The macro was "iA^[l2." (for testing).
2236 the "." command after defining or executing a keyboard macro causes
2237 the macro to be (re)invoked.
2287 + added macro 'char2int()' to file estruct.h, use this in fileio.c and
2308 invoked from within a keyboard-macro (i.e., ^X-&).
2345 isAppendToName macro's knowledge of the ">>" length (files path.c,
2346 filec.c, fileio.c, random.c). Used this to make functions
2356 (files random.c and path.c)
2376 fileio.c, npopen.c, random.c to accommodate order-of-definition
2382 mktbls.c, npopen.c, proto.h, random.c (On my machine, this only cuts
2475 filec.c, used this to allow pathname completion in 'cd()' in random.c
2483 + added macro 'for_each_line' to file estruct.h
2564 + redefined 'kcod2key()' in terms of N_chars; added macro 'isspecial()'
2591 * random.c: add include of sys/select.h for AIX
2650 These hide random use of 'ttcol'.
2755 * corrected VMS definition of exit codes; added def of BAD-macro.
2786 * introduced new macro 'isreturn()', used this in correction in
2810 screen. Use these types in new macro 'screen_to_bname()' which uses
2830 * added/used macro SIZEOF
2930 - The "keyboard macro" obtained with ^X-( and ^X-) can be saved into a named
2932 macro and save it for use with the new '@' command.