Lines Matching refs:ucmds
31 static garray_T ucmds = {0, 0, sizeof(ucmd_T), 4, NULL}; variable
33 #define USER_CMD(i) (&((ucmd_T *)(ucmds.ga_data))[i])
166 if (gap == &ucmds) in find_ucmd()
181 if (gap == &ucmds) in find_ucmd()
214 if (j < gap->ga_len || gap == &ucmds) in find_ucmd()
216 gap = &ucmds; in find_ucmd()
317 if (idx < ucmds.ga_len) in get_user_commands()
330 if (cmdidx == CMD_USER && idx < ucmds.ga_len) in get_user_command_name()
462 if (gap != &ucmds) in uc_list()
568 if (gap == &ucmds || i < gap->ga_len) in uc_list()
570 gap = &ucmds; in uc_list()
919 gap = &ucmds; in uc_add_command()
1135 uc_clear(&ucmds); in ex_comclear()
1190 if (gap == &ucmds || res == 0 || buffer_only) in ex_delcommand()
1192 gap = &ucmds; in ex_delcommand()