Searched refs:x_arg (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/bin/ksh/
H A Demacs.c100 static int x_arg; /* general purpose arg */ variable
101 static int x_arg_defaulted;/* x_arg not explicitly set; defaulted to 1 */
376 x_arg = 1;
412 while (x_arg--)
505 if (x_arg > col)
506 x_arg = col;
507 x_goto(xcp - x_arg);
508 x_delete(x_arg, false);
522 if (x_arg > nleft)
523 x_arg
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dcselib.c122 cselib_hasher::equal (const cselib_val *v, const key *x_arg) argument
125 rtx x = x_arg->x;
126 machine_mode mode = x_arg->mode;
127 machine_mode memmode = x_arg->memmode;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dcselib.cc123 cselib_hasher::equal (const cselib_val *v, const key *x_arg) argument
126 rtx x = x_arg->x;
127 machine_mode mode = x_arg->mode;
128 machine_mode memmode = x_arg->memmode;

Completed in 198 milliseconds