Lines Matching refs:write_byte
160 static int write_byte(FILE *file, unsigned char b)
222 if(write_byte(file, count) == 0) {
230 if(write_byte(file, 0) == 0) {
422 if(!write_byte(configFile, 0)) {
427 if(!write_byte(configFile, (char) wm_command_count)) {
444 if(!write_byte(configFile, theWindow->isicon ? 1 : 0)) {
455 if(!write_byte(configFile, theWindow->icon->w ? 1 : 0)) {
471 if(!write_byte(configFile, 0)) {
489 if(!write_byte(configFile, theWindow->widthEverChangedByUser ? 1 : 0)) {
492 if(!write_byte(configFile, theWindow->heightEverChangedByUser ? 1 : 0)) {