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

/darwin-on-arm/xnu/SETUP/decomment/
H A Ddecomment.c59 char bufchar; local
84 bufchar = getc_unlocked(fp);
85 if (bufchar == EOF)
91 if(bufchar == '/') {
98 if(!(remove_whitespace && isspace(bufchar))) {
99 putchar_unlocked(bufchar);
105 switch(bufchar) {
128 if(!(remove_whitespace && isspace(bufchar))) {
129 putchar_unlocked(bufchar);
137 if(bufchar
[all...]

Completed in 23 milliseconds