FLAG
extern FLAG modified; /* Set when file is modified */
extern FLAG stat_visible; /* Set if status_line is visible */
extern FLAG writable; /* Set if file cannot be written */
extern FLAG quit; /* Set when quit character is typed */
extern FLAG rpipe; /* Set if file should be read from stdin */
extern FLAG loading; /* Set if we're loading a file */
extern FLAG yank_status; /* Status of yank_file */
int bottom_line(FLAG revfl, const char *s1, const char *s2, char *inbuf, FLAG statfl);
void put_line(LINE *line, int offset, FLAG clear_line);
void raw_mode(FLAG state);
FLAG writefl, FLAG changed);
int input(char *inbuf, FLAG clearfl);
void move_previous_word(FLAG remove);
void move_next_word(FLAG remove);
void file_insert(int fd, FLAG old_pos);
void set_up(FLAG remove);
FLAG checkmark(void);
LINE *end_line, char *end_textp, FLAG remove);
int scratch_file(FLAG mode);
void change(const char *message, FLAG file);
void search(const char *message, FLAG method);
LINE *match(REGEX *program, char *string, FLAG method);
int line_check(REGEX *program, char *string, FLAG method);
put_line(LINE *line, int offset, FLAG clear_line)
raw_mode(FLAG state)
FLAG modified = FALSE; /* Set when file is modified */
FLAG stat_visible; /* Set if status_line is visible */
FLAG writable; /* Set if file cannot be written */
FLAG loading; /* Set if we are loading a file. */
FLAG quit = FALSE; /* Set when quit character is typed */
FLAG rpipe = FALSE; /* Set if file should be read from stdin */
FLAG yank_status = NOT_VALID; /* Status of yank_file */
FLAG writefl, FLAG changed)
FLAG digit_seen = FALSE;
input(char *inbuf, FLAG clearfl)
bottom_line(FLAG revfl, const char *s1, const char *s2, char *inbuf,
FLAG statfl)
FLAG remove)
scratch_file(FLAG mode)
change(const char *message, FLAG file)
search(const char *message, FLAG method)
FLAG negate; /* Negate flag for BRACKET */
match(REGEX *program, char *string, FLAG method)
line_check(REGEX *program, char *string, FLAG method)
move_previous_word(FLAG remove)
move_next_word(FLAG remove)
file_insert(int fd, FLAG old_pos)
set_up(FLAG remove)
FLAG
FLAG cur_seen = FALSE;
extern FLAG Am_monitor; /* -m flag */
extern FLAG no_beep; /* -b flag */
FLAG Am_monitor = FALSE;
FLAG no_beep = FALSE;
static FLAG Query_driver = FALSE;
static FLAG Show_scores = FALSE;
static FLAG Last_player;
drawplayer(PLAYER *pp, FLAG draw)
FLAG should_announce = TRUE; /* true if listening on standard port */
zap(PLAYER *pp, FLAG was_player)
static void zap(PLAYER *, FLAG);
static FLAG first = TRUE;
static FLAG server = FALSE;
FLAG moved;
FLAG Am_monitor = FALSE; /* current process is a monitor */
FLAG b_expl;
void drawplayer(PLAYER *, FLAG);
extern FLAG Am_monitor;
FLAG(IEEE80211_CHAN_A),
FLAG(IEEE80211_CHAN_B),
FLAG(IEEE80211_CHAN_G),
FLAG(IEEE80211_CHAN_HT20),
FLAG(IEEE80211_CHAN_HT40),
FLAG(IEEE80211_CHAN_VHT20),
FLAG(IEEE80211_CHAN_VHT40),
FLAG(IEEE80211_CHAN_VHT80),
FLAG(IEEE80211_CHAN_VHT160),
FLAG(IEEE80211_CHAN_ST),
FLAG(IEEE80211_CHAN_TURBO),
FLAG(IEEE80211_CHAN_PASSIVE),
FLAG(IEEE80211_CHAN_DFS),
FLAG(IEEE80211_CHAN_CCK),
FLAG(IEEE80211_CHAN_OFDM),
FLAG(IEEE80211_CHAN_2GHZ),
FLAG(IEEE80211_CHAN_5GHZ),
FLAG(IEEE80211_CHAN_DYN),
FLAG(IEEE80211_CHAN_GFSK),
FLAG(IEEE80211_CHAN_GSM),
FLAG(IEEE80211_CHAN_STURBO),
FLAG(IEEE80211_CHAN_HALF),
FLAG(IEEE80211_CHAN_QUARTER),
FLAG(IEEE80211_CHAN_HT40U),
FLAG(IEEE80211_CHAN_HT40D),
FLAG(IEEE80211_CHAN_4MSXMIT),
FLAG(IEEE80211_CHAN_NOADHOC),
FLAG(IEEE80211_CHAN_NOHOSTAP),
FLAG(IEEE80211_CHAN_11D),
FLAG(IEEE80211_CHAN_FHSS),
FLAG(IEEE80211_CHAN_PUREG),
FLAG(IEEE80211_CHAN_108A),
FLAG(IEEE80211_CHAN_108G),
FLAG |
z->state->mode = FLAG;
case FLAG:
FLAG('a', aflag, 1); break;
FLAG('d', dflag, 1); break;
FLAG('D', dflag, 2); break;
FLAG('h', hflag, 1); break;
FLAG('l', lflag, 1); break;
FLAG('n', nflag, 1); break;
FLAG('q', qflag, 1); break;
FLAG('s', sflag, 1); break;
FLAG('S', Sflag, 1); break;