/netbsd-src/external/gpl2/groff/dist/src/preproc/refer/ |
H A D | ref.cpp | 275 const char *token_start = s; in sortify_words() local 278 if ((s - token_start == 1 in sortify_words() 279 && (*token_start == ' ' in sortify_words() 280 || *token_start == '\n' in sortify_words() 281 || (sep && *token_start != '\0' in sortify_words() 282 && strchr(sep, *token_start) != 0))) in sortify_words() 283 || (s - token_start == 2 in sortify_words() 284 && token_start[0] == '\\' && token_start[1] == ' ')) { in sortify_words() 289 const token_info *ti = lookup_token(token_start, s); in sortify_words() 290 if (ti->sortify_non_empty(token_start, s)) { in sortify_words() [all …]
|
H A D | label.y | 729 const char *token_start = ptr; in first_part() local 732 const token_info *ti = lookup_token(token_start, ptr); in first_part() 733 int counts = ti->sortify_non_empty(token_start, ptr); in first_part() 737 result.append(token_start, ptr - token_start); in first_part() 747 const char *token_start = ptr; in last_part() local 750 const token_info *ti = lookup_token(token_start, ptr); in last_part() 751 if (ti->sortify_non_empty(token_start, ptr)) in last_part() 758 const char *token_start = ptr; in last_part() local 761 const token_info *ti = lookup_token(token_start, ptr); in last_part() 762 if (ti->sortify_non_empty(token_start, ptr) && --skip < 0) { in last_part() [all …]
|
/netbsd-src/external/gpl2/texinfo/dist/makeinfo/ |
H A D | defun.c | 110 char *token_start, *token_end; in args_from_string() local 129 token_start = scan_string; in args_from_string() 160 token_start = scan_string; in args_from_string() 171 token_start = scan_string + 1; in args_from_string() 180 token_start = scan_string; in args_from_string() 189 token_start = scan_string; in args_from_string() 226 accumulate_token (&accumulator, substring (token_start, token_end)); in args_from_string()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-tic30.c | 643 char *token_start; in tic30_parallel_insn() local 739 token_start = current_posn; in tic30_parallel_insn() 777 if (current_posn != token_start) in tic30_parallel_insn() 792 tic30_operand (token_start); in tic30_parallel_insn() 1401 char *token_start; in md_assemble() local 1422 token_start = current_posn; in md_assemble() 1432 if (*token_start == 'q') in md_assemble() 1434 if (tic30_parallel_insn (token_start)) in md_assemble() 1437 free (token_start); in md_assemble() 1447 op = (insn_template *) str_hash_find (op_hash, token_start); in md_assemble() [all …]
|
H A D | tc-i386.c | 5233 char *token_start = l; in parse_insn() local 5249 as_bad (_("no such instruction: `%s'"), token_start); in parse_insn() 5264 if (token_start == l) in parse_insn() 5375 token_start = ++l; in parse_insn() 5453 as_bad (_("no such instruction: `%s'"), token_start); in parse_insn() 5522 char *token_start; in parse_operands() local 5544 token_start = l; /* After white space. */ in parse_operands() 5585 if (l != token_start) in parse_operands() 5608 i386_intel_operand (token_start, in parse_operands() 5611 operand_ok = i386_att_operand (token_start); in parse_operands()
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-tic30.c | 643 char *token_start; in tic30_parallel_insn() local 739 token_start = current_posn; in tic30_parallel_insn() 777 if (current_posn != token_start) in tic30_parallel_insn() 792 tic30_operand (token_start); in tic30_parallel_insn() 1401 char *token_start; in md_assemble() local 1422 token_start = current_posn; in md_assemble() 1432 if (*token_start == 'q') in md_assemble() 1434 if (tic30_parallel_insn (token_start)) in md_assemble() 1437 free (token_start); in md_assemble() 1447 op = (insn_template *) str_hash_find (op_hash, token_start); in md_assemble() [all …]
|
H A D | tc-i386.c | 7003 const char *l = line, *token_start = l; in parse_insn() local 7027 as_bad (_("no such instruction: `%s'"), token_start); in parse_insn() 7056 if (token_start == l) in parse_insn() 7180 token_start = ++l; in parse_insn() 7187 return token_start; in parse_insn() 7301 as_bad (_("no such instruction: `%s'"), token_start); in parse_insn() 7366 char *token_start; in parse_operands() local 7388 token_start = l; /* After white space. */ in parse_operands() 7429 if (l != token_start) in parse_operands() 7452 i386_intel_operand (token_start, in parse_operands() [all …]
|
/netbsd-src/external/mpl/bind/dist/lib/isc/ |
H A D | picohttpparser.c | 149 const char *token_start = buf; in get_token_to_eol() local 206 *token_len = buf - 2 - token_start; in get_token_to_eol() 208 *token_len = buf - token_start; in get_token_to_eol() 214 *token = token_start; in get_token_to_eol()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | opts.c | 234 char *token_start; in add_comma_separated_to_vector() local 244 token_start = tmp; in add_comma_separated_to_vector() 252 v->safe_push (token_start); in add_comma_separated_to_vector() 253 token_start = w; in add_comma_separated_to_vector() 265 if (*token_start != '\0') in add_comma_separated_to_vector() 266 v->safe_push (token_start); in add_comma_separated_to_vector()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | opts.cc | 368 char *token_start; in add_comma_separated_to_vector() local 378 token_start = tmp; in add_comma_separated_to_vector() 386 v->safe_push (token_start); in add_comma_separated_to_vector() 387 token_start = w; in add_comma_separated_to_vector() 399 if (*token_start != '\0') in add_comma_separated_to_vector() 400 v->safe_push (token_start); in add_comma_separated_to_vector()
|