libosmocore/src/vty
Vadim Yanitskiy 3d81147dea vty/talloc_ctx_vty.c: use REG_NOSUB flag of regcomp()
We don't need to know position of matches: just yes or no.
This change would save some computation power.

Change-Id: Id55ffe64cc1a35dd83f61dbb0f9828aa676696f9
2019-04-11 00:24:55 +00:00
..
Makefile.am add osmo_tdef API, originally adopted from osmo-bsc T_def 2019-02-04 18:52:16 +01:00
buffer.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
command.c vty: enable tab-completion for optional-multi-choice args 2019-02-04 16:43:57 +00:00
fsm_vty.c ctrl/vty: fsm: use correct element when iterating over fsm->proc.children 2018-07-29 14:35:00 +00:00
logging_vty.c vty logging: fix crash when missing 'logging enable' 2018-10-01 15:58:20 +02:00
stats_vty.c make 'show rate-counters' show group index 2018-10-29 17:50:30 +01:00
talloc_ctx_vty.c vty/talloc_ctx_vty.c: use REG_NOSUB flag of regcomp() 2019-04-11 00:24:55 +00:00
tdef_vty.c vty/tdef_vty.c: drop redundant comparison 2019-03-19 13:44:58 +00:00
telnet_interface.c select: Rename BSC_FD_* constants to OSMO_FD_* 2019-03-21 16:02:01 +00:00
utils.c stop printing group description in vty_out_rate_ctr_group_fmt() 2018-10-29 13:48:47 +00:00
vector.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
vty.c vty api: add vty_out_va() 2019-02-04 16:43:57 +00:00