Lines Matching refs:lbool
26 extern lbool marks_modified;
28 public lbool pasting = FALSE;
35 static lbool literal; /* Next input char should not be interpreted */
37 static lbool have_updown_match = FALSE;
39 static lbool insert_mode = TRUE;
46 static lbool in_completion = FALSE;
78 lbool modified;
193 public lbool cmdbuf_empty(void) in cmdbuf_empty()
759 public void cmd_addhist(struct mlist *mlist, constant char *cmd, lbool modified) in cmd_addhist()
843 static int cmd_edit(char c, lbool stay_in_completion) in cmd_edit()
974 lbool save_insert_mode = insert_mode; in cmd_istr()
1347 static int cmd_char2(char c, lbool stay_in_completion) in cmd_char2()
1393 public int cmd_setstring(constant char *s, lbool uc) in cmd_setstring()
1471 static char * histfile_find(lbool must_exist) in histfile_find()
1498 static char * histfile_name(lbool must_exist) in histfile_name()
1597 …id (*action)(void*,struct mlist*,constant char*), void *uparam, lbool skip_search, lbool skip_shel… in read_cmdhist()
1722 lbool do_chmod = TRUE; in make_file_private()
1739 static lbool histfile_modified(void) in histfile_modified()