Searched refs:nChars (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/stand/ficl/
H A Dtools.c743 int nChars = 0; local
759 nChars += sprintf(pPad + nChars, "%s", cp);
761 if (nChars > 70)
763 pPad[nChars] = '\0';
764 nChars = 0;
776 len = nCOLWIDTH - nChars % nCOLWIDTH;
778 pPad[nChars++] = ' ';
781 if (nChars > 70)
783 pPad[nChars]
[all...]
H A Dvm.c471 void vmPushTib(FICL_VM *pVM, char *text, FICL_INT nChars, TIB *pSaveTib) argument
479 pVM->tib.end = text + nChars;
H A Dficl.h637 void vmPushTib (FICL_VM *pVM, char *text, FICL_INT nChars, TIB *pSaveTib);
949 ** terminated, you can pass -1 as nChars rather than count it.
971 int ficlExecC(FICL_VM *pVM, char *pText, FICL_INT nChars);
/freebsd-current/contrib/tcsh/
H A Dsh.hist.c437 generateHashes(int nChars, unsigned nWords, unsigned samples, unsigned *hashes, argument
440 if (nChars < 1)
443 Char *number = xmalloc((nChars+nWords)*sizeof(Char));
451 while (nWords >= 2 && nChars < (wBoundaries[nWords-2]+1) + 4)
455 for (i = 0; i<nChars; i++) {
470 number[nChars + w] = 0; /* terminate last word */
478 unsigned j = nChars-1 + w;
504 samples, nChars, w+1, hashFcnName, (int)((sec/samples)*1e9),
505 (int)((double)samples*nChars/sec/1e6));

Completed in 129 milliseconds