Lines Matching +refs:is +refs:completion +refs:line

1 # tc(8) completion                                         -*- shell-script -*-
11 # Takes a list of words in argument; each one of them is added to COMPREPLY if
12 # it is not already present on the command line. Returns no value.
29 # Takes a list of words in argument; each one of them is added to COMPREPLY if
30 # it is not already present on the command line from the provided index. Returns
50 # is already present on the command line. Returns no value.
63 # is already present on the command line from the provided index. Returns no
89 # Returns 0 is completion should stop after running this function, 1 otherwise.
212 object-pinned|graft) # Pinned object is probably under /sys/fs/bpf/
275 # Returns 0 is completion should stop after running this function, 1 otherwise.
376 # Returns 0 is completion should stop after running this function, 1 otherwise.
390 # This function is recursive, thus allowing multiple actions statement to be
392 # Returns 0 is completion should stop after running this function, 1 otherwise.
414 # Returns 0 is completion should stop after running this function, 1 otherwise.
497 # Returns 0 is completion should stop after running this function, 1 otherwise.
529 # Returns 0 is completion should stop after running this function, 1 otherwise.
549 # Main completion function
550 # Logic is as follows:
551 # 1. Check if previous word is a global option; if so, propose arguments.
552 # 2. Check if current word is a global option; if so, propose completion.
554 # there is one, first call _tc_direct_complete to see if previous word is
555 # waiting for a particular completion. If so, propose completion and exit.
558 # 5. Propose completion based on main and sub- command in use. Additional