HomeSort by: relevance | last modified time | path
    Searched defs:pf_sep (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/acpitools/acpidump/
acpi.c 184 static char pf_sep = '{'; variable in typeref:typename:char
190 if (pf_sep == ',') {
192 } else if (pf_sep == '{') {
195 pf_sep = '{';
204 printf("%c%s", pf_sep, name);
205 pf_sep = ',';
2159 pf_sep = ',';
2279 pf_sep = ',';

Completed in 14 milliseconds