Searched refs:EXPAND_USER_LIST (Results 1 – 3 of 3) sorted by relevance
58 {EXPAND_USER_LIST, "customlist"},686 if (*complp != EXPAND_USER_DEFINED && *complp != EXPAND_USER_LIST in parse_compl_arg()697 if ((*complp == EXPAND_USER_DEFINED || *complp == EXPAND_USER_LIST) in parse_compl_arg()
820 || context == EXPAND_USER_LIST) && fname[i] == '\\') in addstar()833 && context != EXPAND_USER_LIST in addstar()850 || context == EXPAND_USER_LIST) in addstar()1295 if (compl != EXPAND_USER_DEFINED && compl != EXPAND_USER_LIST) in set_one_cmd_context()2068 if (xp->xp_context == EXPAND_USER_LIST) in ExpandFromContext()
784 #define EXPAND_USER_LIST 31 macro