Home | History | Annotate | Download | only in src

Lines Matching defs:COMMAND

134 	/* Substitute and execute command */
253 ret = command(editor ? editor : "${FCEDIT:-/bin/ed} $_", 0);
322 ret = command(cmd, 0);
400 /* the -1 is to avoid the current fc command */
409 /* Return a pointer to the newest command in the history */
420 /* Return a pointer to the oldest command in the history */
597 /* do not save command in history but possibly sync */
619 * save command in history
648 if (++hp >= history + histsize) { /* remove oldest command */
675 * Each command is
676 * <command byte><command number(4 bytes)><bytes><null>
680 #define COMMAND 0xff
782 if (*base == COMMAND)
866 * is encoded after the COMMAND byte can itself contain
867 * the COMMAND byte....
869 for (; ep > base && *ep != COMMAND; ep--)
894 if (*base == COMMAND)
948 * write a command to the end of the history file
977 if (*news != COMMAND) {
998 hdr[0] = COMMAND;
1295 command(trapstr, current_lineno);