Home
last modified time | relevance | path

Searched refs:textconstrain (Results 1 – 3 of 3) sorted by relevance

/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/acme/
H A Delog.c274 textconstrain(t, b.q0, b.q0+b.nd, &tq0, &tq1); in elogapply()
296 textconstrain(t, b.q0, b.q0+b.nd, &tq0, &tq1); in elogapply()
308 textconstrain(t, b.q0, b.q0, &tq0, &tq1); in elogapply()
H A Ddat.h209 void textconstrain(Text*, uint, uint, uint*, uint*);
H A Dtext.c517 textconstrain(Text *t, uint q0, uint q1, uint *p0, uint *p1) in textconstrain() function