Searched refs:aliases (Results 1 – 5 of 5) sorted by relevance
25 struct curl_slist *aliases);30 Pass a pointer to a linked list of *aliases* to be treated as valid HTTP 20034 of such. By including this string in your list of aliases, the response gets
158 $! Read through the file list to set up aliases and rename commands.209 $! add aliases224 $! remove aliases253 $! remove aliases275 $! add aliases and follow with renames.
26 ! shortened symbol will be exported, and three aliases should be created,27 ! The aliases will be the special shortened uppercase alias, and both
128 $! End of pass one, second pass needed if aliases exist
73 static const struct LongShort aliases[]= { variable756 for(j = 0; j < sizeof(aliases)/sizeof(aliases[0]); j++) { in findshortopt()757 if(aliases[j].letter != ' ') { in findshortopt()758 unsigned char l = (unsigned char)aliases[j].letter; in findshortopt()759 singles[l - ' '] = &aliases[j]; in findshortopt()1018 return bsearch(&key, aliases, sizeof(aliases)/sizeof(aliases[0]), in findlongopt()1019 sizeof(aliases[0]), findarg); in findlongopt()
Completed in 10 milliseconds