Home
last modified time | relevance | path

Searched refs:insert_space (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/texinfo/makeinfo/
H A Dcmds.h60 insert_space (int arg),
H A Dcmds.c54 { "\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 Drdata.c606 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 Dregex.c1864 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 DChangeLog534 insert_space, wcs_compile_range, byte_compile_range,
/openbsd-src/gnu/usr.bin/texinfo/
H A DChangeLog.467975 (insert_space): New function.