Searched refs:xvalue (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/usr.bin/cvs/src/ |
H A D | modules.c | 131 char *xvalue = NULL; local 791 if (xvalue != NULL) 792 free (xvalue);
|
/openbsd/gnu/usr.bin/gcc/gcc/f/ |
H A D | target.c | 2382 ffetarget_typeless_binary (ffetargetTypeless *xvalue, ffelexToken token) in ffetarget_typeless_binary() argument 2420 *xvalue = value; in ffetarget_typeless_binary() 2426 ffetarget_typeless_octal (ffetargetTypeless *xvalue, ffelexToken token) in ffetarget_typeless_octal() argument 2464 *xvalue = value; in ffetarget_typeless_octal() 2470 ffetarget_typeless_hex (ffetargetTypeless *xvalue, ffelexToken token) in ffetarget_typeless_hex() argument 2508 *xvalue = value; in ffetarget_typeless_hex()
|
/openbsd/gnu/usr.bin/gcc/gcc/doc/ |
H A D | extend.texi | 1742 struct point p = @{ .y = yvalue, .x = xvalue @}; 1749 struct point p = @{ xvalue, yvalue @}; 1756 struct point p = @{ y: yvalue, x: xvalue @};
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | extend.texi | 1378 struct point p = @{ .y = yvalue, .x = xvalue @}; 1385 struct point p = @{ xvalue, yvalue @}; 1392 struct point p = @{ y: yvalue, x: xvalue @};
|
H A D | gcc.info | 15206 struct point p = { .y = yvalue, .x = xvalue }; 15210 struct point p = { xvalue, yvalue }; 15215 struct point p = { y: yvalue, x: xvalue };
|