Lines Matching defs:switch_output
85 struct switch_output { struct86 bool enabled;87 bool signal;88 unsigned long size;89 unsigned long time;90 const char *str;91 bool set;92 char **filenames;93 int num_files;94 int cur_file;174 struct switch_output switch_output; member