Home
last modified time | relevance | path

Searched refs:D_COMM (Results 1 – 3 of 3) sorted by relevance

/dports/math/gap/gap-4.11.0/pkg/xgap-4.30/src.x11/
H A Dpty.c129 if ( Debug & D_COMM )
137 if ( Debug & D_COMM )
161 if ( Debug & D_COMM )
216 if ( Debug & D_COMM )
844 DEBUG( D_COMM, ("GapOutput: exec still active\n") );
887 DEBUG( D_COMM, ("GapOutput: %s: '%s'\n",
935 DEBUG( D_COMM, ("GapOutput: entering exec loop\n") );
H A Dutils.h259 #define D_COMM 4 macro
H A Dxcmds.c139 DEBUG( D_COMM, ( "AnswerGap( \"%s\", ... )\n", format ) ); in AnswerGap()