Searched refs:bc (Results 1 - 8 of 8) sorted by relevance
/ast/src/lib/libast/comp/ |
H A D | strcasecmp.c | 40 register int bc; 48 bc = *b++; 49 if (isupper(bc)) 50 bc = tolower(bc); 51 if (d = ac - bc)
|
H A D | strncasecmp.c | 41 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 D | compress.c | 245 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 D | tcolor | 299 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 D | tar.sh | 43 single-character function letters \(\bc\b, \br\b, \bt\b, \bu\b, or
|
/ast/src/cmd/sort/ |
H A D | testsort.sh | 280 a bc 287 a bc 294 a bc 548 bc 566 bc
|
/ast/src/cmd/re/ |
H A D | sed1.c | 77 #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 D | regcomp.c | 1032 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