Home
last modified time | relevance | path

Searched refs:_findCommand (Results 1 - 2 of 2) sorted by relevance

/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/
H A Dcommand.js388 return this.commands.length && !this._actionHandler && !this._findCommand('help');
1072 const subCommand = this._findCommand(commandName);
1247 if (operands && this._findCommand(operands[0])) {
1297 if (this._findCommand('*')) { // legacy default command
1325 _findCommand(name) {
1506 if (this._findCommand(arg)) {
/third_party/python/PC/
H A Dlauncher2.c875 _findCommand(SearchInfo *search, const wchar_t *command, int commandLength) in _findCommand() function
1054 if (_findCommand(search, &command[-6], commandLength + 6)) { in checkShebang()
1099 if (_findCommand(search, shebang, commandLength)) { in checkShebang()

Completed in 6 milliseconds