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