Home
last modified time | relevance | path

Searched refs:scmd (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/npm/node_modules/meant/
Dindex.js25 function meant (scmd, commands) { argument
31 item[levenshteinD(scmd, cmd)] = i
41 if (scmd.length / 2 >= key) {
/third_party/node/deps/npm/lib/utils/
Ddid-you-mean.js3 function didYouMean (scmd, commands) { argument
4 var bestSimilarity = meant(scmd, commands).map(function (str) {
/third_party/openssl/ssl/
Dssl_conf.c789 const ssl_switch_tbl *scmd; in ctrl_switch_option() local
794 scmd = ssl_cmd_switches + idx; in ctrl_switch_option()
795 ssl_set_option(cctx, scmd->name_flags, scmd->option_value, 1); in ctrl_switch_option()