Searched refs:insert_space (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/usr.bin/texinfo/makeinfo/ |
| H A D | cmds.h | 60 insert_space (int arg),
|
| H A D | cmds.c | 54 { "\t", insert_space, NO_BRACE_ARGS }, 55 { "\n", insert_space, NO_BRACE_ARGS }, 56 { " ", insert_space, NO_BRACE_ARGS }, 383 insert_space (int arg) in insert_space() function
|
| /openbsd-src/usr.sbin/nsd/ |
| H A D | rdata.c | 606 int insert_space = 0; in rdata_nsec_to_string() local 626 insert_space ? " " : "", in rdata_nsec_to_string() 629 insert_space = 1; in rdata_nsec_to_string()
|
| /openbsd-src/gnu/lib/libiberty/src/ |
| H A D | regex.c | 1864 static void insert_space (int num, CHAR_T *loc, CHAR_T *end); 2834 insert_space(CHAR_CLASS_SIZE, in PREFIX() 3050 insert_space(datasize, laststart + offset, b - 1); in PREFIX() 3067 insert_space(datasize, laststart + offset, b-1); in PREFIX() 4347 insert_space (int num, CHAR_T *loc, CHAR_T *end) in insert_space() function 4401 insert_space(2, b - char_set[5] - 2, b - 1); in wcs_compile_range() 4418 insert_space(2, b - char_set[5] - 2, b - 1); in wcs_compile_range()
|
| H A D | ChangeLog | 534 insert_space, wcs_compile_range, byte_compile_range,
|
| /openbsd-src/gnu/usr.bin/texinfo/ |
| H A D | ChangeLog.46 | 7975 (insert_space): New function.
|