Home
last modified time | relevance | path

Searched refs:offst (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.bin/pr/
H A Dpr.c87 static int offst; /* number of page offset spaces */ variable
185 off = num + offst; in onecol()
197 if ((hbuf = malloc((unsigned)(HDBUF + offst)*sizeof(char))) == NULL) { in onecol()
203 ohbuf = hbuf + offst; in onecol()
204 nbuf = obuf + offst; in onecol()
208 if (offst) { in onecol()
209 (void)memset(obuf, (int)' ', offst); in onecol()
210 (void)memset(hbuf, (int)' ', offst); in onecol()
327 int mxlen = pgwd + offst + 1; in vertcol()
356 if ((hbuf = malloc((unsigned)(HDBUF + offst)*sizeof(char))) == NULL) { in vertcol()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrInfo.td6528 def SEH_SaveLR : PseudoInst<(outs), (ins i32imm:$offst), NoItinerary, []>, Sched<[]>;