Lines Matching +full:constant +full:- +full:current
2 * Copyright (C) 1984-2025 Mark Nudelman
44 public void lsystem(constant char *cmd, constant char *donemsg) in lsystem()
48 constant char *shell; in lsystem()
58 * unless the command starts with a "-". in lsystem()
60 if (cmd[0] == '-') in lsystem()
87 * Close the current input file. in lsystem()
93 * De-initialize the terminal and take out of raw mode. in lsystem()
124 * <$SHELL -c "command"> instead of just <command>. in lsystem()
211 setdisk(cwd[0] - 'a'); in lsystem()
213 setdisk(cwd[0] - 'A'); in lsystem()
219 * Reopen the current input file. in lsystem()
240 * The section to be piped is the section "between" the current
243 * If the mark is after the current screen, the section between
245 * If the mark is before the current screen, the section between
247 * If the mark is on the current screen, or if the mark is ".",
248 * the whole current screen is piped.
250 public int pipe_mark(char c, constant char *cmd) in pipe_mark()
261 return (-1); in pipe_mark()
281 public int pipe_data(constant char *cmd, POSITION spos, POSITION epos) in pipe_data()
295 return (-1); in pipe_data()
301 return (-1); in pipe_data()