Searched refs:scmd (Results 1 – 3 of 3) sorted by relevance
25 function meant (scmd, commands) { argument31 item[levenshteinD(scmd, cmd)] = i41 if (scmd.length / 2 >= key) {
3 function didYouMean (scmd, commands) { argument4 var bestSimilarity = meant(scmd, commands).map(function (str) {
789 const ssl_switch_tbl *scmd; in ctrl_switch_option() local794 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()