Searched refs:thiscom (Results 1 – 1 of 1) sorted by relevance
103 char *thiscom; /* this component */ in config_lookup() local120 thiscom = &path[len - 1]; in config_lookup()121 if (!isdigit(*thiscom)) in config_lookup()125 while (thiscom > path && isdigit(*thiscom)) in config_lookup()126 thiscom--; in config_lookup()127 if (thiscom == path && isdigit(*thiscom)) in config_lookup()130 thiscom++; /* move to first numeric character */ in config_lookup()131 num = atoi(thiscom); in config_lookup()132 svdigit = *thiscom; in config_lookup()133 *thiscom = '\0'; in config_lookup()[all …]