Home
last modified time | relevance | path

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

/coreutils/src/
Dyes.c80 bool reuse_operand_strings = true; in main() local
88 reuse_operand_strings = false; in main()
96 reuse_operand_strings = false; in main()
101 char *buf = reuse_operand_strings ? *operands : xmalloc (bufalloc); in main()
107 if (! reuse_operand_strings) in main()