Lines Matching refs:code
8 Much of the code in libxl does not yet follow this coding style
9 document in every respect. However, new code is expected to conform.
11 Patches to improve the style of existing code are welcome. Please
15 code, without doing substantial style reengineering first, we may
19 In this case, the new code should conform to the prevailing style in
36 int rc; /* a libxl error code - and not anything else */
84 used to contain the error code, but it is NOT initialised:
109 exit code is only `CTX_UNLOCK; GC_FREE;' (or similar).
120 permitted exceptions to the usual libxl code formatting rules.
143 The code for asynchronous operations should be laid out in
155 When inventing a new sub-operation in asynchronous code, consider
210 - Tab indents push your code to the right, making your screen seriously
288 Error code paths with an if statement and a goto or a return on the same