Searched defs:cl (Results 1 - 3 of 3) sorted by relevance
/ast/src/cmd/tests/sfio/ |
H A D | tscanf.c | 70 char str[8], c[4], cl[8]; local 91 cl[0] = cl[1] = cl[2] = cl[3] = 92 cl[4] = cl[5] = cl[6] = cl[7] = 'x'; 116 sfsscanf("1234567890","%4I*s%2I*c%4I*[0-9]",4,str,2,c,6,cl); [all...] |
/ast/src/lib/libvgraph/ |
H A D | grbranching.c | 85 static int prcycl(Brcycl_t* cl) argument 88 PRINT(Fd,"Emin: ",0); predge(cl->emin); 89 PRINT(Fd,"Entr: ",0); predge(cl->entr); 90 prlink(cl->cycl); 110 Brcycl_t *clist, *cl, *endcl; local 132 if(!(clist = cl = (Brcycl_t*)calloc(w+1,sizeof(Brcycl_t))) ) 134 endcl = cl+w+1; 165 if(cl >= endcl) /* hmm, this should not happen */ 166 { /**/ASSERT(cl < endcl); 171 cl [all...] |
/ast/src/lib/libast/misc/ |
H A D | optget.c | 2372 int cl; local 2968 cl = p - cb; 2982 p = textout(sp_misc, p, cb, cl, style, 1, 3, sp_info, version, id, catalog, &hflags); 3003 p = textout(sp, p, cb, cl, style, 1, 3, sp_info, version, id, catalog, &hflags); 3016 p = textout(sp_body, p, cb, cl, style, 0, 0, sp_info, version, id, catalog, &bflags); 3032 p = textout(sp, p, cb, cl, style, 1, 3, sp_info, version, id, catalog, &hflags); 3039 p = textout(sp, p, cb, cl, style, 1, 3, sp_info, version, id, catalog, &hflags); 3410 textout(sp_body, d, cb, cl, style, 0, 3, sp_info, version, id, catalog, &bflags); 3414 textout(sp_body, u, cb, cl, style, 0, 3, sp_info, version, id, catalog, &bflags);
|
Completed in 1022 milliseconds