cdesktopenv/src
Martijn Dekker 59e79dc026 parse.c: eliminate global flag (re: 06e56251)
inout() initialises its 'token' variable to the value of
lexp->token. So when inout() returns upon finding a process
subtitution, lexp->token is known to contain either IPROCSYM or
OPROCSYM; simple() can check for that instead, making a global flag
unnecessary.

The fact that inout() calls itself recursively to process multiple
redirections does not influence this because the recursive call is
done right before returning from the current call.
2022-07-06 21:23:32 +02:00
..
cmd parse.c: eliminate global flag (re: 06e56251) 2022-07-06 21:23:32 +02:00
lib Yet another round of accumulated tweaks and cleanups 2022-07-04 00:29:05 +02:00
Mamfile Another build system overhaul (re: 35672208, 580ff616, 6cc2f6a0) 2022-06-12 05:47:02 +01:00