Home
last modified time | relevance | path

Searched refs:argoff (Results 1 – 12 of 12) sorted by relevance

/netbsd/sys/arch/x68k/stand/libiocs/
H A Dmakeiocscalls.awk141 argoff = nsave * 4 + 4
189 print "\tmoveal\t%sp@(" argoff "),%a1"
231 print "\tmovel\t%sp@(" argoff "),%d1"
254 argoff += niarg * 4
314 argoff += 4
341 argoff += 4
345 argoff += 8
349 argoff += 4
353 argoff += 8
358 argoff += 8
[all …]
/netbsd/sys/arch/x68k/stand/libdos/
H A Dmakedoscalls.awk100 argoff = ncarg * 4
102 argoff += 4 * 11
128 print "\tmovel\t%sp@(" argoff "),%sp@-"
131 print "\tmovew\t%sp@(" argoff + 2 "),%sp@-"
133 print "\tmovel\t%sp@(" argoff "),%d0"
137 print "\tmovew\t%sp@(" argoff + 2 "),%d0"
141 print "\tmovew\t%sp@(" argoff + 2 "),%d0"
150 argoff -= 2
153 argoff += 2
161 argoff += 4
[all …]
/netbsd/usr.bin/rsh/
H A Drsh.c102 int argoff, asrsh, ch, dflag, nflag, one, rem; in main() local
109 argoff = asrsh = dflag = nflag = 0; in main()
131 argoff = 1; in main()
155 while ((ch = getopt(argc - argoff, argv + argoff, OPTIONS)) != -1) in main()
194 optind += argoff; in main()
/netbsd/usr.bin/rlogin/
H A Drlogin.c137 int argoff, ch, dflag, nflag, one; in main() local
146 argoff = dflag = nflag = 0; in main()
160 argoff = 1; in main()
164 while ((ch = getopt(argc - argoff, argv + argoff, OPTIONS)) != -1) in main()
198 optind += argoff; in main()
/netbsd/external/bsd/pcc/dist/pcc/arch/m16c/
H A Dcode.c126 int argoff = ARGINIT; in bfcode() local
201 s->soffset = argoff; in bfcode()
202 argoff += sz; in bfcode()
/netbsd/external/bsd/file/dist/src/
H A Dreadelf.c815 size_t argoff, pidoff; in do_core_note() local
818 argoff = 4 + 4 + 17; in do_core_note()
820 argoff = 4 + 4 + 8 + 17; in do_core_note()
822 argoff) == -1) in do_core_note()
824 pidoff = argoff + 81 + 2; in do_core_note()
/netbsd/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dpass1.h184 extern int autooff, maxautooff, argoff;
H A Dpftn.c76 argoff; /* the next unused argument offset */ variable
429 oalloc(p, &argoff); in defid()
646 argoff = ARGINIT; in dclargs()
649 oalloc(parr[i], &argoff); in dclargs()
H A Dcgram.y1770 argoff = ARGINIT; in fundef()
/netbsd/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dpass1.h180 extern int autooff, maxautooff, argoff;
H A Dpftn.c88 argoff; /* the next unused argument offset */ variable
463 oalloc(p, &argoff); in defid2()
678 argoff = ARGINIT; in dclargs()
681 oalloc(parr[i], &argoff); in dclargs()
H A Dcgram.y1821 argoff = ARGINIT; in fundef()