Searched defs:doprint (Results 1 – 7 of 7) sorted by relevance
18 func doprint(c complex128) { println(c) } func
27 func doprint(c complex128, w string) { func
71 int consistencyCheck(struct partition *partTable, int doprint, in consistencyCheck()
265 int doprint = 0; in mpartition() local
1533 bool doprint = (ntruncate != -1); in pprompt() local
1221 x_init_prompt(bool doprint) in x_init_prompt()
589 def doprint(self, expr, *, simplify: bool = True): member in ExprPrinter