Searched refs:offst (Results 1 – 2 of 2) sorted by relevance
87 static int offst; /* number of page offset spaces */ variable185 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 …]
6528 def SEH_SaveLR : PseudoInst<(outs), (ins i32imm:$offst), NoItinerary, []>, Sched<[]>;