Lines Matching defs:BSS
37 #define BSS macro
45 char *progname BSS; variable
46 char *filename BSS; variable
47 char text BSS; /* -t option in effect: this is a text file */ variable
48 char lnblank BSS; /* -l option in effect: blank deleted lines */ variable
49 char complement BSS; /* -c option in effect: complement the operation */ variable
60 char nsyms BSS; variable
61 char incomment BSS; /* inside C comment */ variable
66 char inquote BSS; /* inside single or double quotes */ variable
68 int exitstat BSS; variable
169 Reject_level reject BSS; /* 0 or 1: pass thru; 1 or 2: ignore comments */ variable
174 int linenum BSS; /* current line number */ variable
175 int stqcline BSS; /* start of current coment or quote */ variable
511 static char svchar BSS; local