Searched refs:bc (Results 1 - 8 of 8) sorted by relevance

/ast/src/lib/libast/comp/
H A Dstrcasecmp.c40 register int bc;
48 bc = *b++;
49 if (isupper(bc))
50 bc = tolower(bc);
51 if (d = ac - bc)
H A Dstrncasecmp.c41 register int bc;
52 bc = *b++;
53 if (isupper(bc))
54 bc = tolower(bc);
55 if (d = ac - bc)
/ast/src/lib/libbz/
H A Dcompress.c245 Int32 v, t, i, j, gs, ge, totc, bt, bc, iter; local
373 bc = 999999999; bt = -1;
375 if (cost[t] < bc) { bc = cost[t]; bt = t; };
376 totc += bc;
/ast/src/lib/libtk/library/demos/
H A Dtcolor299 set bc [expr {($max - $blue)/$range}]
301 set hue [expr {.166667*($bc - $gc)}]
304 set hue [expr {.166667*(2 + $rc - $bc)}]
/ast/src/cmd/pax/
H A Dtar.sh43 single-character function letters \(\bc\b, \br\b, \bt\b, \bu\b, or
/ast/src/cmd/sort/
H A Dtestsort.sh280 a bc
287 a bc
294 a bc
548 bc
566 bc
/ast/src/cmd/re/
H A Dsed1.c77 #define tc bc
252 bc(Text *script, Text *t) function
669 xx,ac,bc,cc,dc,xx,xx,gc,hc,ic,xx,xx,lc,xx,nc,xx, /* a-n */
/ast/src/lib/libast/regex/
H A Dregcomp.c1032 col(Celt_t* ce, int ic, unsigned char* bp, int bw, int bc, unsigned char* ep, int ew, int ec) argument
1049 c = bc;

Completed in 41 milliseconds