Searched refs:optflag (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/usr.bin/less/ |
| H A D | command.c | 57 static int optflag; variable 150 no_prompt = (optflag & OPT_NO_PROMPT); in mca_opt_toggle() 151 flag = (optflag & ~OPT_NO_PROMPT); in mca_opt_toggle() 206 toggle_option(curropt, opt_lower, cbuf, optflag); in exec_mca() 266 int no_prompt = (optflag & OPT_NO_PROMPT); in mca_opt_first_char() 267 int flag = (optflag & ~OPT_NO_PROMPT); in mca_opt_first_char() 280 optflag = no_prompt | in mca_opt_first_char() 286 optflag = no_prompt | in mca_opt_first_char() 291 optflag ^= OPT_NO_PROMPT; in mca_opt_first_char() 401 if ((optflag & ~OPT_NO_PROMPT) != OPT_TOGGLE || in mca_opt_char() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/ext/GDBM_File/ |
| H A D | GDBM_File.xs | 145 #define gdbm_setopt(db,optflag,optval,optlen) not_here("gdbm_setopt") argument 960 #define gdbm_setopt(db,optflag, optval, optlen) gdbm_setopt(db->dbp,optflag, optval, optlen) argument 962 gdbm_setopt (db, optflag, optval, optlen) 964 int optflag
|