Home
last modified time | relevance | path

Searched refs:COMP_LINE (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/npm/lib/utils/
Dcompletion.sh22 COMP_LINE="$COMP_LINE" \
36 COMP_LINE=$BUFFER \
53 COMP_LINE="$line" \
/third_party/node/deps/npm/node_modules/dashdash/etc/
Ddashdash.bash_completion.in302 trace "COMP_LINE: '$COMP_LINE'"
341 COMP_LINE="$COMP_LINE" \
352 COMP_LINE=$BUFFER \
369 COMP_LINE="$line" \
/third_party/node/deps/npm/lib/
Dcompletion.js58 process.env.COMP_LINE === undefined ||
64 console.error(process.env.COMP_LINE)
73 var line = process.env.COMP_LINE
/third_party/glib/gio/completion/
Dgdbus12 local suggestions=$(gdbus complete "${COMP_LINE}" ${COMP_POINT})
/third_party/node/deps/npm/docs/content/cli-commands/
Dnpm-completion.md35 When `COMP_CWORD`, `COMP_LINE`, and `COMP_POINT` are defined in the
/third_party/ninja/misc/
Dbash-completion44 line=$(echo ${COMP_LINE} | cut -d" " -f 2-)