| /src/games/banner/ |
| banner.c | 59 #define NCHARS 128 63 static const int asc_ptr[NCHARS] = { 1025 static int debug, linen, max, nchars, pc, term, trace; variable 1080 nchars = strlen(message); 1085 nchars = strlen(message); 1086 message[nchars--] = '\0'; /* get rid of newline */ 1114 for (i = 0; i < nchars; i++) 1115 if ((u_char) message[i] >= NCHARS || 1128 for (i = 0; i < nchars; i++) {
|
| /src/external/gpl3/binutils/dist/gas/ |
| frags.c | 98 /* Try to augment current frag by nchars chars. 101 nchars chars available. Does not set up any fields in frag_now. */ 104 frag_grow (size_t nchars) 106 if (obstack_room (&frchain_now->frch_obstack) < nchars) 114 if (nchars < 0x10000) 115 newc = 2 * nchars; 117 newc = nchars + 0x10000; 121 if (newc < nchars) 124 (unsigned long) nchars), 125 (unsigned long) nchars); [all...] |
| frags.h | 127 void frag_grow (size_t nchars); 128 char *frag_more (size_t nchars);
|
| listing.c | 866 unsigned int nchars; local 875 nchars = (LISTING_WORD_SIZE * 2 + 1) * listing_lhs_width; 881 for (idx = 0; idx < nchars; idx++) 896 while (src[cur] && idx < nchars) 914 for (; idx < nchars; idx++) 927 nchars = ((LISTING_WORD_SIZE * 2) + 1) * listing_lhs_width_second - 1; 933 while (src[cur] && idx < nchars)
|
| /src/external/gpl3/binutils.old/dist/gas/ |
| frags.c | 94 /* Try to augment current frag by nchars chars. 97 nchars chars available. Does not set up any fields in frag_now. */ 100 frag_grow (size_t nchars) 102 if (obstack_room (&frchain_now->frch_obstack) < nchars) 110 if (nchars < 0x10000) 111 newc = 2 * nchars; 113 newc = nchars + 0x10000; 117 if (newc < nchars) 120 (unsigned long) nchars), 121 (unsigned long) nchars); [all...] |
| frags.h | 127 void frag_grow (size_t nchars); 128 char *frag_more (size_t nchars);
|
| listing.c | 866 unsigned int nchars; local 875 nchars = (LISTING_WORD_SIZE * 2 + 1) * listing_lhs_width; 881 for (idx = 0; idx < nchars; idx++) 896 while (src[cur] && idx < nchars) 914 for (; idx < nchars; idx++) 927 nchars = ((LISTING_WORD_SIZE * 2) + 1) * listing_lhs_width_second - 1; 933 while (src[cur] && idx < nchars)
|
| /src/sys/dev/ |
| devlist2h.awk | 63 nchars = 1 149 wordlist[nwords, 3] = nchars; 150 nchars = nchars + l + 1; 211 wordlist[nwords, 3] = nchars; 212 nchars = nchars + l + 1;
|
| /src/external/gpl2/texinfo/dist/info/ |
| terminal.h | 85 /* Print NCHARS from STRING to the terminal at the current position. */ 86 extern void terminal_write_chars (char *string, int nchars);
|
| pcterm.c | 151 /* Print NCHARS from STRING to the terminal at the current position. */ 153 pc_write_chars (string, nchars) 155 int nchars; 157 if (!nchars) 161 printf ("%.*s",nchars, string); 163 cprintf ("%..*s",nchars, string);
|
| terminal.c | 256 /* Print NCHARS from STRING to the terminal at the current position. */ 258 terminal_write_chars (char *string, int nchars) 261 (*terminal_write_chars_hook) (string, nchars); 264 if (nchars) 265 fwrite (string, 1, nchars, stdout);
|
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-format.cc | 3138 unsigned nchars = sizeof "__attribute" - 1; 3139 while ('_' == format_chars[nchars]) 3140 ++nchars; 3142 for (int i = nchars; format_chars[i]; ++i) 3145 nchars = i; 3149 if (format_chars[nchars] == '(') 3151 baltoks.parens.safe_push (format_chars + nchars); 3153 ++nchars; 3155 if (format_chars[nchars] == '(') 3157 baltoks.parens.safe_push (format_chars + nchars); 3136 unsigned nchars = sizeof "__attribute" - 1; local 3308 int nchars = 0; local [all...] |
| /src/usr.bin/uniq/ |
| uniq.c | 204 int infield, nchars, nfields; local 215 for (nchars = numchars; nchars-- && *str; ++str, --ls)
|
| /src/usr.bin/col/ |
| col.c | 434 int i, j, nchars, last_col, save, this_col, tot; local 437 nchars = l->l_line_len; 460 for (i = nchars, c = l->l_line; --i >= 0; c++) 473 for (i = nchars, c = l->l_line; --i >= 0; c++) 478 while (nchars > 0) { 483 } while (--nchars > 0 && this_col == endc->c_column); 488 if (nchars > 0 &&
|
| /src/usr.bin/aiomixer/ |
| draw.c | 253 int j, nchars; local 269 nchars = (levels->level[i] * 271 for (j = 0; j < nchars; ++j) 277 nchars = getmaxx(control->widgetpad) - 11 - nchars; 278 for (j = 0; j < nchars; ++j)
|
| /src/external/gpl2/groff/dist/src/utils/hpftodit/ |
| hpftodit.cpp | 232 uint32 nchars = 0; variable 361 if (nchars == 0) 599 for (i = 0; i < nchars; i++) 670 nchars = tag_info(charcode_tag).count; 671 char_table = new char_info[nchars]; 675 for (i = 0; i < nchars; i++) 680 for (i = 0; i < nchars; i++) 685 for (i = 0; i < nchars; i++) { 693 for (i = 0; i < nchars; i++) { 701 for (i = 0; i < nchars; i++ [all...] |
| /src/usr.bin/login/ |
| common.c | 135 int fd, nchars; local 143 while ((nchars = read(fd, tbuf, sizeof(tbuf))) > 0) 144 (void)write(fileno(stdout), tbuf, nchars); local
|
| /src/external/gpl2/texinfo/dist/makeinfo/ |
| multi.c | 196 int nchars; 215 nchars = strlen (command); 216 params += nchars; 194 int nchars; local
|
| /src/external/gpl2/gettext/dist/gettext-tools/libgrep/ |
| dfa.h | 254 int nchars; member in struct:mb_char_classes
|
| /src/external/gpl2/xcvs/dist/src/ |
| filesubr.c | 566 /* Read NCHARS bytes from descriptor FD into BUF. 568 The number returned is always NCHARS unless end-of-file or error. */ 570 block_read (int fd, char *buf, size_t nchars) 577 nread = read (fd, bp, nchars); 591 nchars -= nread; 592 } while (nchars != 0);
|
| /src/external/bsd/flex/dist/src/ |
| scanopt.c | 397 int nwords = 0, nchars = 0, has_short = 0; 412 nchars += indent; 417 nchars+=fprintf(fp,", ");\ 418 nchars+=fprintf(fp,"%s",s->options[i].opt_fmt);\ 441 PRINT_SPACES (fp, desccol - nchars); 396 int nwords = 0, nchars = 0, has_short = 0; local
|
| /src/external/gpl2/groff/dist/src/devices/xditview/ |
| draw.c | 114 dw->dvi.cache.cache[0].nchars = 0; 199 if (dw->dvi.cache.cache[dw->dvi.cache.index].nchars != 0) { 203 dw->dvi.cache.cache[dw->dvi.cache.index].nchars = 0; 208 if (dw->dvi.cache.cache[dw->dvi.cache.index].nchars != 0) { 212 dw->dvi.cache.cache[dw->dvi.cache.index].nchars = 0; 221 if (text->nchars == 0) { 234 ++text->nchars;
|
| /src/lib/libc/stdio/ |
| vfscanf.c | 476 int nchars; local 483 nchars = 0; 515 nchars++; 530 n = nchars;
|
| /src/lib/libedit/ |
| common.c | 750 int nchars = c_hpos(el); local 775 nchars-- > 0 && ptr < el->el_line.lastchar && *ptr != '\n'; 793 int nchars = c_hpos(el); local 809 nchars-- > 0 && ptr < el->el_line.lastchar && *ptr != '\n';
|
| /src/external/gpl2/grep/dist/src/ |
| dfa.h | 273 int nchars; member in struct:mb_char_classes
|