Home
last modified time | relevance | path

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

/freebsd/usr.bin/w/
H A Dw.c91 static int use_comma; /* use comma as floats separator */ variable
147 use_comma = (*nl_langinfo(RADIXCHAR) != ','); in main()
553 if (use_comma && i > 0) in pr_header()