Lines Matching defs:status
26 Two kinds of data can be read from the DoubleTalk: status
31 can also display status flags.
516 static struct dtlk_settings status;
533 status.serial_number = t[0] + t[1] * 256; /* serial number is
539 status.rom_version[i] = *t;
540 if (i < sizeof(status.rom_version) - 1)
544 status.rom_version[i] = 0;
547 status.mode = *t++;
548 status.punc_level = *t++;
549 status.formant_freq = *t++;
550 status.pitch = *t++;
551 status.speed = *t++;
552 status.volume = *t++;
553 status.tone = *t++;
554 status.expression = *t++;
555 status.ext_dict_loaded = *t++;
556 status.ext_dict_status = *t++;
557 status.free_ram = *t++;
558 status.articulation = *t++;
559 status.reverb = *t++;
560 status.eob = *t++;
561 status.has_indexing = dtlk_has_indexing;
563 return &status;