Home | History | Annotate | Download | only in src

Lines Matching defs:COMMAND

166 	/* Substitute and execute command */
324 ret = command(editor ? editor : TFCEDIT_dollaru, 0);
402 ret = command(cmd, 0);
440 /* the -1 is to avoid the current fc command */
449 /* Return a pointer to the newest command in the history */
460 /* Return a pointer to the oldest command in the history */
602 /* do not save command in history but possibly sync */
626 * save command in history
700 /* remove oldest command */
729 * Each command is
730 * <command byte><command number(4 octets, big endian)><bytes><NUL>
734 COMMAND 0xFF
882 if (!bytes || (cp = memchr(base, COMMAND, bytes)) == NULL)
884 /* advance base pointer past COMMAND byte */
916 * write a command to the end of the history file
950 if (*news == COMMAND) {
976 hdr[0] = COMMAND;
1321 command(trapstr, current_lineno);