Home | History | Annotate | Download | only in config

Lines Matching refs:DST

269       char *dst, *buffer;
275 dst = buffer = XNEWVEC (char, strlen (src) + 1);
285 *dst++ = *src++;
287 *dst = 0;
288 len = dst - buffer;
913 get_operand (&ptr, operand + 1, DST);
922 get_operand (&ptr, operand + 1, DST);
930 get_operand (&ptr, operand + 1, DST);
959 get_operand (&ptr, operand + 1, DST);
1504 d = (c & OP3) == OP3 ? 2 : (c & DST) == DST ? 1 : 0;