fish-shell/src
Kurtis Rader 937c229b2e eliminate symbol aliases that obscure the code
Defining aliases for existing symbols serves only to obscure the code.
So remove the following symbols and replace them with the primary
symbols:

enum { BUILTIN_TEST_SUCCESS = STATUS_BUILTIN_OK, BUILTIN_TEST_FAIL =
STATUS_BUILTIN_ERROR };

See issue #3985.
2017-04-24 23:06:22 -07:00
..
autoload.cpp implement our own assert() function 2017-02-14 18:48:27 -08:00
autoload.h implement our own assert() function 2017-02-14 18:48:27 -08:00
builtin.cpp limit bind mode names to the rules for var names 2017-04-22 20:33:56 -07:00
builtin.h limit bind mode names to the rules for var names 2017-04-22 20:33:56 -07:00
builtin_commandline.cpp implement our own assert() function 2017-02-14 18:48:27 -08:00
builtin_commandline.h restyle builtin modules to match project style 2016-04-26 21:58:59 -07:00
builtin_complete.cpp more IWYU fixes 2017-02-12 20:36:37 -08:00
builtin_complete.h implement our own assert() function 2017-02-14 18:48:27 -08:00
builtin_jobs.cpp Switch a job's process list from a linked list to a vector of pointers 2017-01-23 09:28:34 -08:00
builtin_jobs.h implement our own assert() function 2017-02-14 18:48:27 -08:00
builtin_printf.cpp use a consistent ERANGE message 2017-02-20 18:43:13 -08:00
builtin_printf.h implement our own assert() function 2017-02-14 18:48:27 -08:00
builtin_set.cpp simplify and clarify valid identifiers 2017-04-21 21:55:06 -07:00
builtin_set.h implement our own assert() function 2017-02-14 18:48:27 -08:00
builtin_set_color.cpp fix setting up and using the terminfo data 2017-03-08 20:54:37 -08:00
builtin_set_color.h implement our own assert() function 2017-02-14 18:48:27 -08:00
builtin_string.cpp add string match --filter flag 2017-04-24 21:45:06 -07:00
builtin_string.h implement our own assert() function 2017-02-14 18:48:27 -08:00
builtin_test.cpp eliminate symbol aliases that obscure the code 2017-04-24 23:06:22 -07:00
builtin_test.h restyle builtin modules to match project style 2016-04-26 21:58:59 -07:00
builtin_ulimit.cpp improve converting strings to ints/longs 2016-11-25 18:52:15 -08:00
builtin_ulimit.h implement our own assert() function 2017-02-14 18:48:27 -08:00
color.cpp style cleanups 2017-03-15 14:06:58 -07:00
color.h implement our own assert() function 2017-02-14 18:48:27 -08:00
common.cpp simplify and clarify valid identifiers 2017-04-21 21:55:06 -07:00
common.h simplify and clarify valid identifiers 2017-04-21 21:55:06 -07:00
complete.cpp simplify and clarify valid identifiers 2017-04-21 21:55:06 -07:00
complete.h implement our own assert() function 2017-02-14 18:48:27 -08:00
env.cpp Force setting $USER if UID is 0 2017-04-18 15:06:49 +02:00
env.h fix setting up and using the terminfo data 2017-03-08 20:54:37 -08:00
env_universal_common.cpp simplify and clarify valid identifiers 2017-04-21 21:55:06 -07:00
env_universal_common.h implement our own assert() function 2017-02-14 18:48:27 -08:00
event.cpp more IWYU fixes 2017-02-12 20:36:37 -08:00
event.h implement our own assert() function 2017-02-14 18:48:27 -08:00
exec.cpp make not blocking signals the default 2017-03-10 21:34:24 -08:00
exec.h implement our own assert() function 2017-02-14 18:48:27 -08:00
expand.cpp simplify and clarify valid identifiers 2017-04-21 21:55:06 -07:00
expand.h low level tests should not depend on /tmp 2017-04-08 21:13:34 -07:00
fallback.cpp style cleanups 2017-03-15 14:06:58 -07:00
fallback.h style cleanups 2017-03-15 14:06:58 -07:00
fish.cpp make not blocking signals the default 2017-03-10 21:34:24 -08:00
fish_indent.cpp fix setting up and using the terminfo data 2017-03-08 20:54:37 -08:00
fish_key_reader.cpp fix setting up and using the terminfo data 2017-03-08 20:54:37 -08:00
fish_tests.cpp remove transitory test directory 2017-04-15 22:28:59 -07:00
fish_version.cpp restyle fish modules to match project style 2016-04-30 19:52:13 -07:00
fish_version.h restyle fish modules to match project style 2016-04-30 19:52:13 -07:00
function.cpp more sanity involving fatal errors 2017-02-14 21:09:15 -08:00
function.h implement means to learn about a functions source 2017-01-20 21:48:41 -08:00
highlight.cpp simplify and clarify valid identifiers 2017-04-21 21:55:06 -07:00
highlight.h implement our own assert() function 2017-02-14 18:48:27 -08:00
history.cpp cleanup env code and contains() 2017-04-05 17:09:12 -07:00
history.h implement our own assert() function 2017-02-14 18:48:27 -08:00
input.cpp Make "trying to match mapping" debug priority 4 2017-04-01 10:43:01 +02:00
input.h fix setting up and using the terminfo data 2017-03-08 20:54:37 -08:00
input_common.cpp lint cleanups 2017-02-11 21:30:38 -08:00
input_common.h implement our own assert() function 2017-02-14 18:48:27 -08:00
intern.cpp implement our own assert() function 2017-02-14 18:48:27 -08:00
intern.h restyle intern module to match project style 2016-05-01 20:28:46 -07:00
io.cpp implement our own assert() function 2017-02-14 18:48:27 -08:00
io.h implement our own assert() function 2017-02-14 18:48:27 -08:00
iothread.cpp more sanity involving fatal errors 2017-02-14 21:09:15 -08:00
iothread.h lint cleanups 2017-02-11 21:30:38 -08:00
kill.cpp fix random lint issues 2016-05-29 22:24:29 -07:00
kill.h restyle kill module to match project style 2016-05-01 22:18:59 -07:00
lru.h implement our own assert() function 2017-02-14 18:48:27 -08:00
output.cpp fix setting up and using the terminfo data 2017-03-08 20:54:37 -08:00
output.h implement our own assert() function 2017-02-14 18:48:27 -08:00
pager.cpp remove some lint from pager.cpp 2017-02-15 15:21:35 -08:00
pager.h implement our own assert() function 2017-02-14 18:48:27 -08:00
parse_constants.h Error message prefix: Prefix the message, not the context 2017-04-11 20:00:29 -07:00
parse_execution.cpp cleanup env code and contains() 2017-04-05 17:09:12 -07:00
parse_execution.h Eliminate moved_ref 2017-01-26 15:43:46 -08:00
parse_productions.cpp convert narrow stderr output to wide forms 2017-01-03 16:14:42 -08:00
parse_productions.h use enum_map for parser enums 2016-11-11 18:56:56 -08:00
parse_tree.cpp Error message prefix: Prefix the message, not the context 2017-04-11 20:00:29 -07:00
parse_tree.h implement our own assert() function 2017-02-14 18:48:27 -08:00
parse_util.cpp simplify and clarify valid identifiers 2017-04-21 21:55:06 -07:00
parse_util.h implement our own assert() function 2017-02-14 18:48:27 -08:00
parser.cpp add string match --filter flag 2017-04-24 21:45:06 -07:00
parser.h lint cleanups 2017-02-11 21:30:38 -08:00
parser_keywords.cpp cleanup env code and contains() 2017-04-05 17:09:12 -07:00
parser_keywords.h Make IWYU output in lint.cpp less messy 2016-06-23 17:26:08 -07:00
path.cpp cleanup env code and contains() 2017-04-05 17:09:12 -07:00
path.h Make IWYU output in lint.cpp less messy 2016-06-23 17:26:08 -07:00
postfork.cpp make not blocking signals the default 2017-03-10 21:34:24 -08:00
postfork.h more IWYU fixes 2017-02-12 20:36:37 -08:00
print_help.cpp lint: "collapsible if statements" warnings 2016-10-22 19:09:40 -07:00
print_help.h restyle proc module to match project style 2016-05-02 22:07:58 -07:00
proc.cpp Kill an unused variable 2017-04-15 17:37:30 -07:00
proc.h implement our own assert() function 2017-02-14 18:48:27 -08:00
reader.cpp Capture read command contents without displaying it via a silent flag. 2017-04-11 19:06:48 -07:00
reader.h Capture read command contents without displaying it via a silent flag. 2017-04-11 19:06:48 -07:00
sanity.cpp improve sanity check code 2017-01-24 15:24:13 -08:00
sanity.h improve sanity check code 2017-01-24 15:24:13 -08:00
screen.cpp fix setting up and using the terminfo data 2017-03-08 20:54:37 -08:00
screen.h Fix a buffer overflow in cached_esc_sequences_t::find_entry 2017-03-26 12:55:15 -07:00
signal.cpp make not blocking signals the default 2017-03-10 21:34:24 -08:00
signal.h make not blocking signals the default 2017-03-10 21:34:24 -08:00
tokenizer.cpp implement our own assert() function 2017-02-14 18:48:27 -08:00
tokenizer.h Make IWYU output in lint.cpp less messy 2016-06-23 17:26:08 -07:00
utf8.cpp implement our own assert() function 2017-02-14 18:48:27 -08:00
utf8.h implement our own assert() function 2017-02-14 18:48:27 -08:00
util.cpp improve converting strings to ints/longs 2016-11-25 18:52:15 -08:00
util.h restyle remaining modules to match project style 2016-05-03 16:09:45 -07:00
wcstringutil.cpp fix some style bogosities that crept in 2016-05-27 14:44:30 -07:00
wcstringutil.h Be a bit more consistent and proper. 2016-06-05 21:32:57 -07:00
wgetopt.cpp Upgrade git:// and http:// URLs to https:// 2017-02-17 21:31:44 +08:00
wgetopt.h Upgrade git:// and http:// URLs to https:// 2017-02-17 21:31:44 +08:00
wildcard.cpp two more /tmp references that aren't necessary 2017-04-08 21:47:05 -07:00
wildcard.h Make IWYU output in lint.cpp less messy 2016-06-23 17:26:08 -07:00
wutil.cpp simplify and clarify valid identifiers 2017-04-21 21:55:06 -07:00
wutil.h simplify and clarify valid identifiers 2017-04-21 21:55:06 -07:00