Home
last modified time | relevance | path

Searched refs:ATTR_POS (Results 1 – 7 of 7) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/services/
H A Dns_job_serializer.cpp104 #define ATTR_POS " at column " << attr_column in LoadJobInput() macro
117 "unknown attribute '" << attr_name << "'" ATTR_POS); in LoadJobInput()
122 "attribute '" << attr_name << "' requires a value" ATTR_POS); in LoadJobInput()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/connect/services/
H A Dns_job_serializer.cpp104 #define ATTR_POS " at column " << attr_column in LoadJobInput() macro
117 "unknown attribute '" << attr_name << "'" ATTR_POS); in LoadJobInput()
122 "attribute '" << attr_name << "' requires a value" ATTR_POS); in LoadJobInput()
/dports/ftp/wget/wget-1.21.2/src/
H A Dhtml-url.c271 #define ATTR_POS(tag, attrind, ctx) \ macro
400 raw_start = ATTR_POS (tag, attrind, ctx); in check_style_attr()
463 struct urlpos *up = append_url (link, ATTR_POS(tag,attrind,ctx), in tag_find_urls()
489 base_urlpos = append_url (newbase, ATTR_POS(tag,attrind,ctx), in tag_handle_base()
513 struct urlpos *up = append_url (action, ATTR_POS(tag,attrind,ctx), in tag_handle_form()
537 struct urlpos *up = append_url (href, ATTR_POS(tag,attrind,ctx), in tag_handle_link()
618 entry = append_url (p, ATTR_POS(tag,attrind,ctx), in tag_handle_meta()
698 int base_ind = ATTR_POS (tag,attrind,ctx); in tag_handle_img()
/dports/cad/nvc/nvc-r1.5.3/src/
H A Dcommon.h146 ATTR_POS, enumerator
H A Dsem.c5650 return ATTR_POS; in sem_predefined_attr()
5948 case ATTR_POS: in sem_check_attr_ref()
5962 type_t result_type = predef == ATTR_POS ? uint : name_type; in sem_check_attr_ref()
H A Dlower.c2881 case ATTR_POS: in lower_attr_ref()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/grid/grid_cli/
H A Dns_cmds.cpp318 #define ATTR_POS " at line " << m_LineNumber << ", column " << attr_column in NextAttribute() macro
323 "unknown attribute " << attr_name << ATTR_POS); in NextAttribute()
331 "attribute " << attr_name << " requires a value" ATTR_POS); in NextAttribute()