Searched refs:addspace (Results 1 – 5 of 5) sorted by relevance
52 addspace(struct str *s, size_t len) in addspace() function75 if (addspace(s, 1) == -1) in addchar()88 if (addspace(s, len) != -1) in addnstr()
50 addspace(struct str *s, size_t len) in addspace() function73 if (addspace(s, 1) == -1) in addchar()86 if (addspace(s, len) != -1) in addnstr()
24 {\setunit{\adddot\addspace}\printtext{%
198 addspace(); in get_commands()
41 #define addspace() (write(1," ",1), real_x++) macro