Home
last modified time | relevance | path

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

/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dcommand_graph.h71 #define IS_VARYING_TOKEN(x) ((x) >= VARIABLE_TKN && (x) < FORK_TKN) macro
H A Dcommand.c741 else if (IS_VARYING_TOKEN(token->type)) { in cmd_complete_command()
H A Dvty.c1086 if (IS_VARYING_TOKEN(token->type)) { in vty_describe_command()
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dcommand_graph.h71 #define IS_VARYING_TOKEN(x) ((x) >= VARIABLE_TKN && (x) < FORK_TKN) macro
H A Dcommand.c741 else if (IS_VARYING_TOKEN(token->type)) { in cmd_complete_command()
H A Dvty.c1086 if (IS_VARYING_TOKEN(token->type)) { in vty_describe_command()
/dports/net/frr7-pythontools/frr-frr-7.5.1/vtysh/
H A Dvtysh.c1035 if (IS_VARYING_TOKEN(token->type)) { in vtysh_process_questionmark()
/dports/net/frr7/frr-frr-7.5.1/vtysh/
H A Dvtysh.c1035 if (IS_VARYING_TOKEN(token->type)) { in vtysh_process_questionmark()