Home
last modified time | relevance | path

Searched refs:array_chars (Results 1 – 1 of 1) sorted by relevance

/dports/audio/xmixer/xmixer/
H A Dscf.c80 unsigned char array_chars[2]; /* left and right array character */ member
239 scf->array_chars[0] = '{'; in new_scf()
240 scf->array_chars[1] = '}'; in new_scf()
377 scf->array_chars[0] = aoc[0]; in scf_set_array_mode()
378 scf->array_chars[0] = aoc[0]; in scf_set_array_mode()
380 scf->array_chars[0] = aoc[0]; in scf_set_array_mode()
381 scf->array_chars[1] = aoc[1]; in scf_set_array_mode()
983 } else if (*p == scf->array_chars[0]) { in key_value_pair()