openocd/src/rtos
Antonio Borneo 9e7b31479b helper/jim-nvp: comply with coding style [2/2]
With the API fixed to comply with OpenOCD coding style, fix all
the references in the code.

Patch generated automatically with the script below.
The list is in reverse order to replace a common prefix after the
replacement of the symbols with the same prefix.

%<---%<---%<---%<---%<---%<---%<---%<---%<---%<---%<---%<---%<---
(cat << EOF
Jim_SetResult_NvpUnknown         jim_set_result_nvp_unknown
Jim_Nvp_value2name_simple        jim_nvp_value2name_simple
Jim_Nvp_value2name_obj           jim_nvp_value2name_obj
Jim_Nvp_value2name               jim_nvp_value2name
Jim_Nvp_name2value_simple        jim_nvp_name2value_simple
Jim_Nvp_name2value_obj_nocase    jim_nvp_name2value_obj_nocase
Jim_Nvp_name2value_obj           jim_nvp_name2value_obj
Jim_Nvp_name2value_nocase_simple jim_nvp_name2value_nocase_simple
Jim_Nvp_name2value_nocase        jim_nvp_name2value_nocase
Jim_Nvp_name2value               jim_nvp_name2value
Jim_Nvp                        struct jim_nvp
Jim_GetOpt_Wide                  jim_getopt_wide
Jim_GetOpt_String                jim_getopt_string
Jim_GetOpt_Setup                 jim_getopt_setup
Jim_GetOpt_Obj                   jim_getopt_obj
Jim_GetOpt_NvpUnknown            jim_getopt_nvp_unknown
Jim_GetOpt_Nvp                   jim_getopt_nvp
Jim_GetOpt_Enum                  jim_getopt_enum
Jim_GetOpt_Double                jim_getopt_double
Jim_GetOpt_Debug                 jim_getopt_debug
Jim_GetOptInfo                 struct jim_getopt_info
Jim_GetNvp                       jim_get_nvp
Jim_Debug_ArgvString             jim_debug_argv_string
EOF
) | while read a b; do
    sed -i "s/$a/$b/g" $(find src -type f ! -name jim-nvp.\? )
done
%<---%<---%<---%<---%<---%<---%<---%<---%<---%<---%<---%<---%<---

Change-Id: I10a12bd64bb8b17575fd9150482c989c92b298a2
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/6184
Reviewed-by: Marc Schink <dev@zapb.de>
Tested-by: jenkins
2021-06-04 17:40:48 +01:00
..
chibios.c rtos: use ARRAY_SIZE() and simplify rtos_type.create() 2021-05-29 21:33:44 +01:00
chromium-ec.c rtos: Remove typedef'd struct 2021-03-10 21:29:52 +00:00
eCos.c rtos: use ARRAY_SIZE() and simplify rtos_type.create() 2021-05-29 21:33:44 +01:00
embKernel.c rtos: Remove typedef'd struct 2021-03-10 21:29:52 +00:00
FreeRTOS.c rtos: use ARRAY_SIZE() and simplify rtos_type.create() 2021-05-29 21:33:44 +01:00
hwthread.c rtos: Remove typedef'd struct 2021-03-10 21:29:52 +00:00
linux_header.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
linux.c rtos: Remove typedef'd struct 2021-03-10 21:29:52 +00:00
Makefile.am rtos: Add support for Zephyr RTOS 2021-05-11 10:43:22 +01:00
mqx.c openocd: use macro ARRAY_SIZE() 2021-05-29 21:33:23 +01:00
nuttx_header.h rtos: add support for NuttX 2018-08-01 14:33:50 +01:00
nuttx.c openocd: use macro ARRAY_SIZE() 2021-05-29 21:33:23 +01:00
riot.c rtos: Remove typedef'd struct 2021-03-10 21:29:52 +00:00
rtos_chibios_stackings.c rtos: support gdb_get_register_packet 2018-10-16 11:58:03 +01:00
rtos_chibios_stackings.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
rtos_ecos_stackings.c rtos: support gdb_get_register_packet 2018-10-16 11:58:03 +01:00
rtos_ecos_stackings.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
rtos_embkernel_stackings.c coding style: src: remove empty lines at end of text files 2020-05-02 15:40:21 +01:00
rtos_embkernel_stackings.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
rtos_mqx_stackings.c coding style: fix space separation 2020-07-08 22:08:08 +01:00
rtos_mqx_stackings.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
rtos_riot_stackings.c rtos: add support for RIOT 2020-07-26 20:11:52 +01:00
rtos_riot_stackings.h rtos: add support for RIOT 2020-07-26 20:11:52 +01:00
rtos_standard_stackings.c rtos: support gdb_get_register_packet 2018-10-16 11:58:03 +01:00
rtos_standard_stackings.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
rtos_ucos_iii_stackings.c esirisc: support eSi-RISC targets 2018-10-16 11:58:24 +01:00
rtos_ucos_iii_stackings.h esirisc: support eSi-RISC targets 2018-10-16 11:58:24 +01:00
rtos.c helper/jim-nvp: comply with coding style [2/2] 2021-06-04 17:40:48 +01:00
rtos.h helper/jim-nvp: comply with coding style [2/2] 2021-06-04 17:40:48 +01:00
ThreadX.c rtos: use ARRAY_SIZE() and simplify rtos_type.create() 2021-05-29 21:33:44 +01:00
uCOS-III.c rtos: Remove typedef'd struct 2021-03-10 21:29:52 +00:00
zephyr.c rtos: Add support for Zephyr RTOS 2021-05-11 10:43:22 +01:00