Lines Matching defs:buff
77 static char buff[BUF_LEN + 1];
370 if(fgets(buff, BUF_LEN, rc_includes[include_file].fp) == NULL) {
381 if(fgets(buff, BUF_LEN, twmrc) == NULL) {
386 if(strncmp(buff, "include", 7) == 0) {
388 char *p = buff + 7, *q;
416 len = strlen(buff);
418 return ((int)buff[ptr++]);
447 if(fgets(buff, BUF_LEN, twmrc) == NULL) {
454 fputs(buff, cp);
457 if(sscanf(buff, "#line %d", &line)) {
466 len = strlen(buff);
468 return ((int)buff[ptr++]);