Searched refs:retstr (Results 1 – 4 of 4) sorted by relevance
470 char **match_list = NULL, *retstr, *prevstr; in completion_matches() local476 while ((retstr = (*genfunc) (text, (int)matches)) != NULL) { in completion_matches()491 match_list[++matches] = retstr; in completion_matches()508 retstr = el_calloc(max_equal + 1, sizeof(*retstr)); in completion_matches()509 if (retstr == NULL) { in completion_matches()513 (void)strlcpy(retstr, match_list[1], max_equal + 1); in completion_matches()514 match_list[0] = retstr; in completion_matches()
58 typeset retstr=""69 retstr="${prop_vals[$i]} $retstr"71 echo $retstr
49 char *retstr; in mntopt() local54 retstr = cp; in mntopt()64 return (retstr); in mntopt()
1142 def fail(retstr, ret=255): argument1143 print('%s: %s' % (sys.argv[0], retstr))