Home
last modified time | relevance | path

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

/freebsd-9-stable/usr.bin/sed/
Dprocess.c150 cspace(&PS, hs, hsl, REPLACE); in process()
153 cspace(&PS, "\n", 1, APPEND); in process()
154 cspace(&PS, hs, hsl, APPEND); in process()
157 cspace(&HS, ps, psl, REPLACE); in process()
160 cspace(&HS, "\n", 1, APPEND); in process()
161 cspace(&HS, ps, psl, APPEND); in process()
179 cspace(&PS, "\n", 1, APPEND); in process()
244 cspace(&HS, "", 0, REPLACE); in process()
358 cspace(&HS, "", 0, REPLACE); in resetstate()
400 cspace(&SS, s, re_off, APPEND); in substitute()
[all …]
Dextern.h50 void cspace(SPACE *, const char *, size_t, enum e_spflag);
Dmain.c441 cspace(sp, p, len, spflag); in mf_fgets()
/freebsd-9-stable/sys/sparc64/pci/
Dofw_pci.h107 uint32_t cspace; member
122 #define OFW_PCI_RANGE_CS(r) (((r)->cspace >> 24) & 0x03)
/freebsd-9-stable/sys/sparc64/sbus/
Dofw_sbus.h46 u_int32_t cspace; /* Client space */ member
Dsbus.c316 sc->sc_rd[i].rd_slot = range[i].cspace; in sbus_attach()