Searched refs:mblocale (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/grep_xpg4/
H A Dgrep.c105 static int use_wchar, use_bmg, mblocale; variable
144 mblocale = (MB_CUR_MAX > 1);
361 use_wchar = Fflag && mblocale && (!xflag || iflag);
648 * Fflag && mblocale && iflag
649 * Fflag && mblocale && !xflag
678 * Fflag && mblocale && !iflag
679 * Fflag && !mblocale && iflag
680 * Fflag && !mblocale && !iflag
715 * - singlebyte locale (!mblocale)
723 * when Fflag && !mblocale
[all...]

Completed in 1561 milliseconds