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

  /src/sys/arch/alpha/alpha/
cpu.c 367 bool needcomma = false; local in function:cpuattach
375 needcomma = true;
380 if (!needcomma)
382 needcomma = true;
387 if (!needcomma)
389 needcomma = true;
394 needcomma ? ", " : "",

Completed in 35 milliseconds