Searched refs:opt_flag (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/ie/
H A Deditlib.c52 char opt_flag = 0; variable
99 opt_flag = EDITVI;
101 opt_flag = EMACS;
103 opt_flag = GMACS;
176 flag = (fd==editfd?opt_flag&EDITMASK:0);
199 if(fd==editfd && hist_ptr && (opt_flag&NOHIST)==0 && r>0)
259 int retval = opt_flag;
260 opt_flag = mode;
390 if (!(opt_flag&EDITMASK))
H A Dedit.h150 # define is_option(m) (opt_flag&(m))
151 extern char opt_flag;
/ast/src/cmd/ksh93/include/
H A Dedit.h210 # define is_option(m) (opt_flag&(m))
211 extern char opt_flag;

Completed in 22 milliseconds