Searched refs:numchars (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/tcl-102/tcl/tcl/tools/
H A DuniClass.tcl16 global ranges numranges chars numchars
26 incr numchars
27 if {$numchars % 9 == 0} {
32 incr numchars
33 if {$numchars % 9 == 0} {
41 global first last ranges numranges chars numchars
48 set numchars 0
/macosx-10.9.5/tcl-102/tcl84/tcl/tools/
H A DuniClass.tcl16 global ranges numranges chars numchars
26 incr numchars
27 if {$numchars % 9 == 0} {
32 incr numchars
33 if {$numchars % 9 == 0} {
41 global first last ranges numranges chars numchars
48 set numchars 0
/macosx-10.9.5/emacs-92/emacs/src/
H A Dw32inevt.h25 extern int w32_console_read_socket (int sd, int numchars,
/macosx-10.9.5/text_cmds-87/uniq/
H A Duniq.c65 int numchars, numfields, repeats; variable
106 numchars = strtol(optarg, &p, 10);
107 if (numchars < 0 || *p)
154 if (numfields || numchars) {
230 for (nchars = numchars; nchars-- && *str; ++str);
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/
H A Dexp_log.c672 expPrintifyRealUni(s,numchars)
674 int numchars;
683 if (numchars == 0) return("");
686 need = numchars*6 + 1;
693 for (d = dest;numchars > 0;numchars--) {
737 expPrintifyUni(s,numchars) /* INTL */
739 int numchars;
746 return expPrintifyRealUni(s,numchars);
H A Dexpect.c835 int numchars, flags, dummy, globmatch;
839 numchars = esPtr->input.use;
844 expDiagLogU(expPrintifyUni(str,numchars));
863 globmatch = Exp_StringCaseMatch(str, numchars, pat, plen,
887 buf = Tcl_NewUnicodeObj (str, numchars);
922 match = Exp_StringCaseMatch(str,numchars, pat, plen,
941 p = string_first(str, numchars, pat); /* NEW function in this file, see above */
943 p = string_case_first(str, numchars, pat);
978 if (((expSizeGet(esPtr)*3) >= (esPtr->input.max*2)) && (numchars > 0)) {
980 o->matchlen = numchars;
834 int numchars, flags, dummy, globmatch; local
1945 int numchars, newlen, skiplen; local
2351 int numchars; local
[all...]
H A Dexp_inter.c214 int numchars; local
219 numchars = esPtr->input.use; /* Actually #chars */
227 *skip = numchars;
233 string_end = string + numchars;
441 int numchars; local
445 numchars = esPtr->input.use;
446 eobOld = str + numchars;
450 if (numchars*3 >= esPtr->input.max*2) {
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/textutil/
H A Dexpander.tcl1053 set numchars [string length $text]
1057 incr ch $numchars
1060 set col [expr {$numchars - [string last \n $text] - 1}]
1062 incr col $numchars
/macosx-10.9.5/nano-11/src/
H A Dsearch.c88 int numchars; local
93 numchars = actual_x(disp, mbstrnlen(disp, COLS / 2));
95 statusbar(_("\"%.*s%s\" not found"), numchars, disp,
96 (disp[numchars] == '\0') ? "" : "...");
/macosx-10.9.5/ntp-88/ntpd/
H A Drefclock_ripencc.c4707 numchars; local
4709 numchars = 0;
4716 numchars = sprintf(HdrStr, "\nRaw Measurement Data");
4717 numchars += sprintf(HdrStr+numchars,
4722 numchars = sprintf(HdrStr, "\nEphemeris Status");
4723 numchars += sprintf(HdrStr+numchars,
4728 numchars = sprintf(HdrStr, "\nTracking Info");
4729 numchars
[all...]

Completed in 359 milliseconds