Searched refs:nresult (Results 1 – 2 of 2) sorted by relevance
919 char *nresult = el_realloc(result, \ in history_expand()920 (size += len + 1) * sizeof(*nresult)); \ in history_expand()921 if (nresult == NULL) { \ in history_expand()927 result = nresult; \ in history_expand()1101 char **nresult; in history_tokenize() local1103 nresult = el_realloc(result, (size_t)size * sizeof(*nresult)); in history_tokenize()1104 if (nresult == NULL) { in history_tokenize()1108 result = nresult; in history_tokenize()
965 int nresult; in LoadSMask() local966 pFunc->Call(&input, 1, results, nresult); in LoadSMask()