Home
last modified time | relevance | path

Searched refs:addspace (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/lib/libc/regex/
H A Dregsub.c52 addspace(struct str *s, size_t len) in addspace() function
75 if (addspace(s, 1) == -1) in addchar()
88 if (addspace(s, len) != -1) in addnstr()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dregsub.c50 addspace(struct str *s, size_t len) in addspace() function
73 if (addspace(s, 1) == -1) in addchar()
86 if (addspace(s, len) != -1) in addnstr()
/netbsd-src/external/mit/isl/dist/doc/
H A Dmanual.tex24 {\setunit{\adddot\addspace}\printtext{%
/netbsd-src/games/warp/
H A Dus.c198 addspace(); in get_commands()
H A Dterm.h41 #define addspace() (write(1," ",1), real_x++) macro