Home
last modified time | relevance | path

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

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