Searched refs:cmdidxs2 (Results 1 – 4 of 4) sorted by relevance
1 " This script generates the tables cmdidxs1[] and cmdidxs2[][] which,48 let cmdidxs2 = {} variable57 let cmdidxs2{c1}{c2} = i variable79 let output += [ ' * Values in cmdidxs2[c1][c2] are relative to cmdidxs1[c1] so that they' ]82 let output += [ 'static const unsigned char cmdidxs2[26][26] =' ]88 if exists('cmdidxs2{c1}{c2}')89 let line .= printf('%3d', cmdidxs2{c1}{c2} - cmdidxs1{c1})
42 static const unsigned char cmdidxs2[26][26] = variable
3713 eap->cmdidx += cmdidxs2[CharOrdLow(c1)][CharOrdLow(c2)]; in find_ex_command()
36812 Solution: Do not use cmdidxs2[] if the length is 1. (closes #4721)