Searched refs:lct (Results 1 - 3 of 3) sorted by path

/macosx-10.9.5/mail_cmds-29/msgs/
H A Dmsgs.c141 int lct; variable
528 lct = linecnt(newmsg);
529 if (lct)
530 printf("(%d%slines) ", lct, seensubj? " " : " more ");
542 ask(lct? MORE : (msg==lastmsg? NOMORE : NEXT));
591 prmesg(nlines + lct + (seensubj? 1 : 0));
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclUtf.c1328 Tcl_UniChar lct = Tcl_UniCharToLower(*uct);
1330 if (lcs != lct) {
1331 return (lcs - lct);
1303 Tcl_UniChar lct = Tcl_UniCharToLower(*uct); local
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclUtf.c1323 Tcl_UniChar lct = Tcl_UniCharToLower(*ct);
1324 if (lcs != lct) {
1325 return (lcs - lct);
1298 Tcl_UniChar lct = Tcl_UniCharToLower(*ct); local

Completed in 252 milliseconds