Searched refs:nchars (Results 1 - 25 of 68) sorted by relevance

123

/macosx-10.10/text_cmds-88/banner/
H A Dbanner.c1029 int debug, i, j, linen, max, nchars, pc, term, trace, x, y; variable
1075 nchars = strlen(message);
1081 nchars = 0;
1084 nchars = strlen(message);
1087 if (message[nchars - 1] == '\n')
1088 message[--nchars] = '\0';
1117 for (i = 0; i < nchars; i++)
1131 for (i = 0; i < nchars; i++) {
/macosx-10.10/ksh-23/ksh/src/lib/libcmd/
H A Dwclib.c167 register Sfoff_t nchars; local
183 nlines = nwords = nchars = nbytes = 0;
205 if ((nchars - longest) > wp->longest)
206 wp->longest = nchars - longest;
220 nchars += (cp-side) - 1;
237 if ((nchars - longest) > wp->longest)
238 wp->longest = nchars - longest;
239 longest = nchars + 1;
250 nchars++;
253 nchars
[all...]
/macosx-10.10/emacs-93/emacs/src/
H A Dinsdel.c418 int nchars = to - from;
444 m->charpos += nchars;
469 adjust_point (nchars, nbytes)
470 int nchars, nbytes;
472 BUF_PT (current_buffer) += nchars;
666 int nchars = 0;
690 nchars++;
692 return nchars;
988 insert_1_both (string, nchars, nbytes, inherit, prepare, before_markers)
990 register int nchars, nbyte
413 int nchars = to - from; local
658 int nchars = 0; local
[all...]
H A Ddoc.c324 int nchars = multibyte_chars_in_text (get_doc_string_buffer + offset, local
327 nchars,
768 int nchars;
780 nchars = 0;
814 nchars++;
817 *bufp++ = *strp++, nchars++;
868 nchars += 4;
962 nchars += length;
968 *bufp++ = *strp++, nchars++;
981 nchars
766 int nchars; variable
[all...]
H A Dcharset.c815 find_charset_in_text (ptr, nchars, nbytes, charsets, table)
817 int nchars, nbytes, *charsets;
820 if (nchars == nbytes)
850 while (nchars-- > 0)
1285 c_string_width (str, len, precision, nchars, nbytes)
1287 int len, precision, *nchars, *nbytes;
1320 *nchars = i;
1331 *nchars = i;
1346 lisp_string_width (string, precision, nchars, nbytes)
1348 int precision, *nchars, *nbyte
[all...]
H A Dw32bdf.h111 int nchars; member in struct:__anon8815
H A Dcomposite.c172 get_composition_id (charpos, bytepos, nchars, prop, string)
173 int charpos, bytepos, nchars;
189 if (nchars == 0 || !CONSP (prop))
206 if (!INTEGERP (length) || XINT (length) != nchars)
223 key = Fmake_vector (make_number (nchars), Qnil);
225 for (i = 0; i < nchars; i++)
231 for (i = 0; i < nchars; i++)
250 XSETCDR (prop, Fcons (make_number (nchars), Fcons (key, XCDR (prop))));
298 XSETCDR (prop, Fcons (make_number (nchars), Fcons (key, XCDR (prop))));
H A Dw32.c3723 int nchars;
3744 nchars = 0;
3752 nchars++;
3770 if (nchars <= 0)
3772 return nchars;
3784 nchars++;
3803 nchars += _read (fd, buffer, to_read);
3812 if (waiting == 0 && nchars == 0)
3829 nchars += res;
3838 nchars
3721 int nchars; local
3868 int nchars; local
[all...]
H A Dmarker.c109 int nchars = 0;
113 nchars = multibyte_chars_in_text (BUF_BEG_ADDR (b),
115 nchars += multibyte_chars_in_text (BUF_GAP_END_ADDR (b),
119 nchars = multibyte_chars_in_text (BUF_BEG_ADDR (b),
122 if (charpos - 1 != nchars)
108 int nchars = 0; local
H A Dalloc.c1957 allocate_string_data (s, nchars, nbytes)
1959 int nchars, nbytes;
2040 s->size = nchars;
2381 int nchars, multibyte_nbytes;
2383 parse_str_as_multibyte (contents, nbytes, &nchars, &multibyte_nbytes);
2384 if (nbytes == nchars || nbytes != multibyte_nbytes)
2389 val = make_multibyte_string (contents, nchars, nbytes);
2413 make_multibyte_string (contents, nchars, nbytes)
2415 int nchars, nbytes;
2418 val = make_uninit_multibyte_string (nchars, nbyte
2375 int nchars, multibyte_nbytes; local
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/builtins/
H A Dread.c90 int raw, edit, nchars, silent, have_timeout, fd; local
115 USE_VAR(nchars);
139 nr = nchars = input_is_tty = input_is_pipe = unbuffered_read = have_timeout = 0;
187 nchars = intval;
304 if (nchars > 0 || delim != '\n')
309 if (nchars > 0)
312 rl_num_chars_to_read = nchars;
345 unbuffered_read = (nchars > 0) || (delim != '\n') || input_is_pipe;
446 if (nchars > 0 && nr >= nchars)
[all...]
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGTextContentElement.h78 float getSubStringLength(unsigned charnum, unsigned nchars, ExceptionCode&);
84 void selectSubString(unsigned charnum, unsigned nchars, ExceptionCode&);
H A DSVGTextContentElement.cpp116 float SVGTextContentElement::getSubStringLength(unsigned charnum, unsigned nchars, ExceptionCode& ec) argument
126 return SVGTextQuery(renderer()).subStringLength(charnum, nchars);
183 void SVGTextContentElement::selectSubString(unsigned charnum, unsigned nchars, ExceptionCode& ec) argument
191 if (nchars > numberOfChars - charnum)
192 nchars = numberOfChars - charnum;
205 for (unsigned i = 0; i < nchars; ++i)
/macosx-10.10/text_cmds-88/col/
H A Dcol.c400 int i, nchars, last_col, this_col; local
403 nchars = l->l_line_len;
426 for (i = nchars, c = l->l_line; --i >= 0; c++)
439 for (i = nchars, c = l->l_line; --i >= 0; c++)
444 while (nchars > 0) {
449 } while (--nchars > 0 && this_col == endc->c_column);
454 if (nchars > 0 &&
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dmemdebug.c467 int nchars; local
478 nchars = vsnprintf(buf, LOGLINE_BUFSIZE, format, ap);
481 if(nchars > LOGLINE_BUFSIZE - 1)
482 nchars = LOGLINE_BUFSIZE - 1;
484 if(nchars > 0)
485 fwrite(buf, 1, nchars, logfile);
/macosx-10.10/text_cmds-88/uniq/
H A Duniq.c222 int nchars, nfields; local
230 for (nchars = numchars; nchars-- && *str; ++str);
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclScan.c35 int nchars; member in struct:CharSet
119 cset->nchars = cset->nranges = 0;
123 cset->chars[cset->nchars++] = ch;
142 cset->chars[cset->nchars++] = start;
143 cset->chars[cset->nchars++] = ch;
161 cset->chars[cset->nchars++] = ch;
194 for (i = 0; i < cset->nchars; i++) {
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclScan.c45 int nchars; member in struct:CharSet
129 cset->nchars = cset->nranges = 0;
133 cset->chars[cset->nchars++] = ch;
152 cset->chars[cset->nchars++] = start;
153 cset->chars[cset->nchars++] = ch;
171 cset->chars[cset->nchars++] = ch;
203 for (i = 0; i < cset->nchars; i++) {
/macosx-10.10/groff-38/groff/src/utils/hpftodit/
H A Dhpftodit.cpp230 uint32 nchars = 0; variable
359 if (nchars == 0)
597 for (i = 0; i < nchars; i++)
668 nchars = tag_info(charcode_tag).count;
669 char_table = new char_info[nchars];
673 for (i = 0; i < nchars; i++)
678 for (i = 0; i < nchars; i++)
683 for (i = 0; i < nchars; i++) {
691 for (i = 0; i < nchars; i++) {
699 for (i = 0; i < nchars;
[all...]
/macosx-10.10/CPANInternal-159.1/Text-WordDiff-0.08/t/
H A Dhtmltwolines.t61 . qq{<span class="hunk">\nchars in the end</span>}
72 . qq{<span class="hunk">\nchars in the end</span>}
/macosx-10.10/groff-38/groff/src/devices/xditview/
H A Ddraw.c112 dw->dvi.cache.cache[0].nchars = 0;
197 if (dw->dvi.cache.cache[dw->dvi.cache.index].nchars != 0) {
201 dw->dvi.cache.cache[dw->dvi.cache.index].nchars = 0;
206 if (dw->dvi.cache.cache[dw->dvi.cache.index].nchars != 0) {
210 dw->dvi.cache.cache[dw->dvi.cache.index].nchars = 0;
219 if (text->nchars == 0) {
232 ++text->nchars;
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dcommon.c829 int nchars = c_hpos(el); local
854 nchars-- > 0 && ptr < el->el_line.lastchar && *ptr != '\n';
872 int nchars = c_hpos(el); local
888 nchars-- > 0 && ptr < el->el_line.lastchar && *ptr != '\n';
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/edit/
H A Dvi.c1091 /*{ DELETE( nchars, mode )
1093 * Delete nchars from the virtual space and leave cur_virt positioned
1102 static void cdelete(Vi_t *vp,register int nchars, int mode) argument
1112 if( nchars > 0 )
1116 if( (cur_virt-- + nchars) > last_virt )
1118 /*** set nchars to number actually deleted ***/
1119 nchars = last_virt - cur_virt;
1126 i = cp[nchars];
1127 cp[nchars] = 0;
1129 cp[nchars]
1835 putstring(register Vi_t *vp,register int col, register int nchars) argument
[all...]
/macosx-10.10/tcsh-65/tcsh/
H A Dsh.lex.c1537 wide_read(int fildes, Char *buf, size_t nchars, int use_fclens) argument
1544 if (nchars == 0)
1546 assert (nchars <= sizeof(cbuf) / sizeof(*cbuf));
1552 size_t len = nchars > partial ? nchars - partial : 1;
1563 while (i < partial && nchars != 0) {
1583 nchars--;
1588 } while (partial != 0 && nchars > 0);
/macosx-10.10/vim-55/src/proto/
H A Dfileio.pro10 void msg_add_lines __ARGS((int insert_space, long lnum, off_t nchars));

Completed in 377 milliseconds

123