Home
last modified time | relevance | path

Searched refs:arg6 (Results 1 – 5 of 5) sorted by relevance

/original-bsd/old/as.tahoe/
H A Daspseudo.c11 #define OP(name, opcode, nargs, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
13 name, opcode, nargs, arg1, arg2, arg3, arg4, arg5, arg6, \
/original-bsd/old/as.vax/
H A Daspseudo.c14 #define OP(name, eopcode, popcode, nargs, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
16 name, popcode, nargs, arg1, arg2, arg3, arg4, arg5, arg6, \
/original-bsd/games/hack/
H A Dhack.topl.c119 pline(line,arg1,arg2,arg3,arg4,arg5,arg6) in pline() argument
120 register char *line,*arg1,*arg2,*arg3,*arg4,*arg5,*arg6; in pline()
128 (void) sprintf(pbuf,line,arg1,arg2,arg3,arg4,arg5,arg6);
/original-bsd/sys/vax/vax/
H A Demulate.s50 #define arg6 32(sp) macro
649 #define putsign movb arg6,(r5)+
650 #define setsign(reg) movb reg,arg6
661 # arg5 and arg6 are used for fill and sign - r0 is free
/original-bsd/usr.bin/pascal/pc3/
H A Dpc3.c797 error( type , message , arg1 , arg2 , arg3 , arg4 , arg5 , arg6 , arg7 , arg8 ) in error() argument
820 fprintf( stderr , message , arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8 );