Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.bin/sed/
Dprocess.c159 cspace(&PS, hs, hsl, REPLACE); in process()
162 cspace(&PS, "\n", 1, APPEND); in process()
163 cspace(&PS, hs, hsl, APPEND); in process()
166 cspace(&HS, ps, psl, REPLACE); in process()
169 cspace(&HS, "\n", 1, APPEND); in process()
170 cspace(&HS, ps, psl, APPEND); in process()
188 cspace(&PS, "\n", 1, APPEND); in process()
261 cspace(&HS, "", 0, REPLACE); in process()
376 cspace(&HS, "", 0, REPLACE); in resetstate()
415 cspace(&SS, s, match[0].rm_so - le, APPEND); in substitute()
[all …]
Dextern.h54 void cspace(SPACE *, const char *, size_t, enum e_spflag);
Dmain.c472 cspace(sp, p, len, spflag); in mf_fgets()
/freebsd-12-stable/sys/sparc64/pci/
Dofw_pci.h112 uint32_t cspace; member
127 #define OFW_PCI_RANGE_CS(r) (((r)->cspace >> 24) & 0x03)
/freebsd-12-stable/sys/sparc64/sbus/
Dofw_sbus.h48 u_int32_t cspace; /* Client space */ member
Dsbus.c318 sc->sc_rd[i].rd_slot = range[i].cspace; in sbus_attach()