Searched refs:CA_COMMAND (Results 1 – 4 of 4) sorted by relevance
/dports/shells/psh/psh-1.8.1/lib/Psh/ |
H A D | PCompletion.pm | 28 sub CA_COMMAND { 1<<4; } subroutine 56 command => CA_COMMAND, 135 if ($cs->{action} & CA_COMMAND and !$pretext) { 317 $cs{action} |= CA_COMMAND;
|
/dports/shells/bash/bash-5.1/ |
H A D | pcomplete.h | 48 #define CA_COMMAND (1<<4) macro
|
H A D | pcomplete.c | 856 GEN_XCOMPS(flags, CA_COMMAND, text, command_word_completion_function, cmatches, ret, tmatches);
|
/dports/shells/bash/bash-5.1/builtins/ |
H A D | complete.def | 116 { "command", CA_COMMAND, 'c' }, 245 acts |= CA_COMMAND;
|