Home
last modified time | relevance | path

Searched refs:PRINT_SHORT (Results 1 – 7 of 7) sorted by relevance

/dports/math/calc/calc-2.14.0.14/
H A Dassocfunc.c508 (PRINT_SHORT | PRINT_UNAMBIG)); in assocprint()
512 printvalue(&ep->e_value, PRINT_SHORT | PRINT_UNAMBIG); in assocprint()
H A Dobj.c395 printvalue(&op->o_table[i], PRINT_SHORT | PRINT_UNAMBIG); in objprint()
H A Dvalue.c2806 ((flags & PRINT_SHORT) ? 0L : conf->maxprint)); in printvalue()
2810 ((flags & PRINT_SHORT) ? 0L : conf->maxprint)); in printvalue()
2815 ((flags & PRINT_SHORT) ? 0L : conf->maxprint)); in printvalue()
3028 printvalue(&tmp, PRINT_SHORT | PRINT_UNAMBIG); in config_print()
H A Dvalue.h63 #define PRINT_SHORT 0x01 /* print in short format (no elements) */ macro
H A Dlistfunc.c913 printvalue(&ep->e_value, PRINT_SHORT | PRINT_UNAMBIG); in listprint()
H A Dmatfunc.c1815 printvalue(vp++, PRINT_SHORT | PRINT_UNAMBIG); in matprint()
H A Dfunc.c277 printvalue(vp, PRINT_SHORT); in f_prompt()