Searched refs:PRINT (Results 1 - 6 of 6) sorted by relevance

/ast/src/lib/libvgraph/
H A Dgrbranching.c46 { PRINT(Fd,"Null edge\n",0);
49 PRINT(Fd,"%d", (int)ed->tail->label); PRINT(Fd,"(%d) -> ", (int)grfind(ed->tail)->label );
50 PRINT(Fd,"%d", (int)ed->head->label); PRINT(Fd,"(%d), ", (int)grfind(ed->head)->label );
51 PRINT(Fd,"root=%d, ", BREDGE(ed)->root ? (int)BREDGE(ed)->root->label : -1 );
52 PRINT(Fd,"wght=%d, ", (int)BREDGE(ed)->wght); PRINT(Fd,"wadj=%d\n", (int)BREDGE(ed)->wadj);
57 { PRINT(Fd, "\t", 0); predge(e); }
58 PRINT(F
[all...]
H A Dkpvdebug.h42 #define PRINT(fd,s,v) do {char _b[1024];sprintf(_b,s,v);write((fd),_b,strlen(_b));} while(0) macro
58 #define PRINT(fd,s,v) macro
/ast/src/lib/libvcodex/Vcdelta/
H A Dvcdelta.c205 { PRINT(2, "add %6d ", mtch->size);
206 PRINT(2, "pos %6d\n", mtch->tpos - vcpa->nsrc);
211 PRINT(2, "cpy %6d ", mtch[n-1].tpos+mtch[n-1].size - m->tpos);
212 PRINT(2, "pos %6d ", m->tpos - vcpa->nsrc);
213 PRINT(2, "adr %6d ", m->mpos);
215 PRINT(2,"#frags %6d", l);
/ast/src/cmd/tw/
H A Dfind.c125 PRINT, PRINT0, PRINTF, PRINTX, FPRINT, FPRINT0, FPRINTF, FPRINTX, enumerator in enum:Command
404 "print", PRINT, Unary, 1, 0, 0,
849 enum Command oldop = PRINT;
887 oldop = PRINT;
901 if (oldop == NOT || np->action != NOT && (oldop != PRINT || !oldnp))
910 oldop = PRINT;
1227 np->action = PRINT;
1230 case PRINT:
1237 np->action = PRINT;
1249 np->action = PRINT;
[all...]
/ast/src/cmd/ksh93/sh/
H A Dargs.c57 #define PRINT 2 macro
180 action = PRINT;
327 if(action==PRINT)
/ast/src/cmd/nmake/
H A DMakerules.mk5053 .PRINT : .COMMON.SAVE

Completed in 49 milliseconds