Searched defs:last_space (Results 1 – 4 of 4) sorted by relevance
85 size_t last_space = line.find_last_of(' '); in contributors_map_from_churn_output() local112 size_t last_space = name.find_last_of(' '); in lastname() local
37 char *last_space = strrchr(env_value, ' '); in truncate_preload_env() local
22 unsigned int last_space; member
1241 def __init__(self, indent, last_space): argument