Home
last modified time | relevance | path

Searched refs:spec_end (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/groff/src/preproc/refer/
HDlabel.y407 const char *spec_end; variable
426 while (spec_ptr < spec_end && csspace(*spec_ptr)) in yylex()
429 if (spec_ptr >= spec_end) in yylex()
442 for (; spec_ptr < spec_end; spec_ptr++) { in yylex()
444 if (++spec_ptr < spec_end && *spec_ptr == '\'') in yylex()
463 spec_end = strchr(label_spec, '\0'); in set_label_spec()
475 spec_end = strchr(label_spec, '\0'); in set_date_label_spec()
487 spec_end = strchr(label_spec, '\0'); in set_short_label_spec()
498 if (spec_cur < spec_end) in yyerror()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclTemplate.h938 return spec_range(spec_begin(), spec_end());
944 spec_iterator spec_end() const {
2064 return spec_range(spec_begin(), spec_end());
2071 spec_iterator spec_end() const {
2872 return spec_range(spec_begin(), spec_end());
2879 spec_iterator spec_end() const {