Lines Matching defs:BOOL
48 } BOOL;
78 extern BOOL compress; /* compress the characters in the crossref */
81 extern BOOL dbtruncated; /* database symbols are truncated to 8 chars */
87 extern BOOL editallprompt; /* prompt between editing files */
91 extern BOOL incurses; /* in curses */
93 extern BOOL invertedindex; /* the database has an inverted index */
94 extern BOOL isuptodate; /* consider the crossref up-to-date */
95 extern BOOL linemode; /* use line oriented user interface */
99 extern BOOL noacttimeout; /* no activity timeout occurred */
100 extern BOOL ogs; /* display OGS book and subsystem names */
103 extern BOOL returnrequired; /* RETURN required after selection number */
108 extern BOOL truncatesyms; /* truncate symbols to 8 characters */
111 extern BOOL caseless; /* ignore letter case when searching */
112 extern BOOL *change; /* change this line */
113 extern BOOL changing; /* changing text */
119 extern BOOL errorsfound; /* prompt before clearing error messages */
190 BOOL command(int commandc);
192 BOOL readrefs(char *filename);
193 BOOL changestring(void);
209 BOOL infilelist(char *file);
219 BOOL search(void);
220 BOOL writerefsfound(void);
251 BOOL match(void);
252 BOOL matchrest(void);
272 int getaline(char s[], size_t size, int firstchar, BOOL iscaseless);