Lines Matching defs:b
410 # define vim_fseek(a, b, c) fseek(a, (long)b, c) argument
1791 # define INIT2(a, b) argument
1792 # define INIT3(a, b, c) argument
1793 # define INIT4(a, b, c, d) argument
1794 # define INIT5(a, b, c, d, e) argument
1795 # define INIT6(a, b, c, d, e, f) argument
1799 # define INIT2(a, b) = {a, b} argument
1800 # define INIT3(a, b, c) = {a, b, c} argument
1801 # define INIT4(a, b, c, d) = {a, b, c, d} argument
1802 # define INIT5(a, b, c, d, e) = {a, b, c, d, e} argument
1803 # define INIT6(a, b, c, d, e, f) = {a, b, c, d, e, f} argument
2345 #define MB_BYTE2LEN(b) mb_bytelen_tab[b] argument
2346 #define MB_BYTE2LEN_CHECK(b) (((b) < 0 || (b) > 255) ? 1 : mb_bytelen_tab[b]) argument