Home
last modified time | relevance | path

Searched refs:yyextra (Results 1 – 25 of 1013) sorted by relevance

12345678910>>...41

/dports/devel/doxygen/doxygen-1.9.3/src/
H A Dscanner.l1304 …if (yyextra->insideIDL || yyextra->insideJava || yyextra->insideCS || yyextra->insideD || yyextra-…
3999yyextra->insideJava || yyextra->insidePHP || yyextra->insideCS || yyextra->insideD || yyextra->ins…
7095 yyextra->yyLineNr++,yyextra->column=0,yyextra->yyColNr=1;
7103 yyextra->column++,yyextra->yyColNr++;
7396 yyextra->previous = yyextra->current;
7401 yyextra->previous = yyextra->current;
7402 yyextra->current = yyextra->tempEntry;
7431yyextra->docBlockInBody && yyextra->previous ? yyextra->previous.get() : yyextra->current.get(),
7569 …if (yyextra->insidePHP || yyextra->insideD || yyextra->insideJS || yyextra->insideIDL || yyextra->…
7671 yyextra->commentScanner.enterFile(yyextra->fileName,yyextra->yyLineNr);
[all …]
H A Dpyscanner.l1505 yyextra->current->virt = yyextra->virt;
1506 yyextra->current->stat = yyextra->stat;
1515 yyextra->previous = yyextra->current;
1669 … (yyextra->docBlockInBody && yyextra->previous) ? yyextra->previous.get() : yyextra->current.get(),
1721 yyextra->commentIndent = yyextra->curIndent;
1734 yyextra->commentIndent = yyextra->curIndent;
1747 yyextra->commentIndent = yyextra->curIndent;
1760 yyextra->current->stat = yyextra->stat;
1819 yyextra->commentScanner.enterCompound(yyextra->fileName,yyextra->yyLineNr,name);
1894 yyextra->commentScanner.enterFile(yyextra->fileName,yyextra->yyLineNr);
[all …]
H A Ddefargs.l202 yyextra->copyArgValue=&yyextra->curArgTypeName;
208 yyextra->curArgTypeName+=yyextra->curArgName;
215 yyextra->curArgTypeName=yyextra->curArgTypeName.left(i)+
217 yyextra->curArgTypeName+=yyextra->curArgName;
227 yyextra->copyArgValue=&yyextra->curArgTypeName;
232 yyextra->copyArgValue=&yyextra->curArgDefValue;
271 *yyextra->copyArgValue+=" "+yyextra->curArgName;
278 if (yyextra->argRoundCount>0) yyextra->argRoundCount--;
298 if (yyextra->argSquareCount>0) yyextra->argSquareCount--;
360 if (yyextra->argCurlyCount>0) yyextra->argCurlyCount--;
[all …]
H A Ddeclinfo.l265 if (yyextra->name.isEmpty() && yyextra->scope.isEmpty()) return;
266 if (!yyextra->type.isEmpty()) yyextra->type+=" ";
267 if (!yyextra->scope.isEmpty()) yyextra->type+=yyextra->scope+"::";
268 yyextra->type+=yyextra->name;
283 if (!yyextra->type.isEmpty()) yyextra->type+=' ';
284 yyextra->type+=yyextra->name;
294 *buf = yyextra->inputString[yyextra->inputPosition++] ;
346 yyextra->args.prepend(yyextra->name.right(yyextra->name.length()-nb));
347 yyextra->name=yyextra->name.left(nb);
411 …parseFuncDecl(s,yyextra->className,classTNames,yyextra->type,yyextra->name,yyextra->args,funcTName…
[all …]
H A Dfortranscanner.l1371 yyextra->lineNr+=yyextra->lineCountPrepass;
2326 yyextra->last_entry = yyextra->current;
2356 yyextra->current->startLine = yyextra->lineNr;
2419 yyextra->current->name= yyextra->current_root->name + "::" + yyextra->current->name;
2422 yyextra->current->fileName = yyextra->fileName;
2423 yyextra->current->bodyLine = yyextra->lineNr;
2462 yyextra->current->docLine = yyextra->lineNr;
2698 yyextra->commentScanner.enterFile(yyextra->fileName,yyextra->lineNr);
2703 yyextra->current->name = yyextra->fileName;
2705 yyextra->file_root = yyextra->current;
[all …]
H A Dcommentcnv.l577 …if (yyextra->blockName=="dot" || yyextra->blockName=="msc" || yyextra->blockName=="uml" || yyextra
943 if (!yyextra->lastEscaped) yyextra->blockCount--;
1041 yyextra->col+=tabSize-(yyextra->col%tabSize);
1059 case '\t': yyextra->col+=tabSize-(yyextra->col%tabSize); break;
1078 yyextra->condStack.push(commentcnvYY_CondCtx(yyextra->lineNr,sectId,yyextra->skip));
1145 memcpy(buf,yyextra->inBuf->data()+yyextra->inBufPos,bytesToCopy);
1153 if (yyextra->mlBrief || yyextra->skip)
1201 while (!yyextra->condStack.empty()) yyextra->condStack.pop();
1217 yyextra->commentStack.push(yyextra->lineNr);
1233 …if (yyextra->nestingCount>0 && yyextra->lang!=SrcLangExt_Markdown && yyextra->lang!=SrcLangExt_For…
[all …]
H A Dcode.l2286 yyextra->code->setCurrentDoc(yyextra->searchCtx,yyextra->searchCtx->anchor(),FALSE);
2348 if (yyextra->sourceFileDef && yyextra->lineNumbers)
2359 yyextra->currentMemberDef = yyextra->sourceFileDef->getSourceMember(yyextra->yyLineNr);
2396 yyextra->code->startCodeLine(yyextra->sourceFileDef && yyextra->lineNumbers);
2423 if (yyextra->yyLineNr<yyextra->inputLines)
2530 if (!yyextra->type.isEmpty()) yyextra->type += ' ' ;
2531 yyextra->type += yyextra->name ;
2533 if (!yyextra->type.isEmpty()) yyextra->type += ' ' ;
2534 yyextra->type += yyextra->args ;
2543 yyextra->parmType += yyextra->parmName ;
[all …]
H A Dcommentscan.l803yyextra->docGroup.open(yyextra->current,yyextra->fileName,yyextra->lineNr);
2309 yyextra->docGroup.close(yyextra->current,yyextra->fileName,yyextra->lineNr,TRUE,true);
2364 warn(yyextra->fileName,yyextra->lineNr,
2382 warn(yyextra->fileName,yyextra->lineNr,
2396 warn(yyextra->fileName,yyextra->lineNr,
2410 warn(yyextra->fileName,yyextra->lineNr,
2424 warn(yyextra->fileName,yyextra->lineNr,
2462 warn(yyextra->fileName,yyextra->lineNr,
3130 si = sm.replace(yyextra->sectionLabel,yyextra->fileName,yyextra->lineNr,
3151 si = sm.add(yyextra->sectionLabel,yyextra->fileName,yyextra->lineNr,
[all …]
H A Dlexcode.l388 yyextra->roundCount++;
408 yyextra->roundCount++;
412 yyextra->roundCount--;
414 if (!yyextra->roundCount) BEGIN( yyextra->lastContext ) ;
418 yyextra->yyLineNr++;
435 yyextra->startCCodeLine=yyextra->yyLineNr;
436 yyextra->curlyCount = 0;
454 yyextra->startCCodeLine=yyextra->yyLineNr;
455 yyextra->curlyCount = 0;
489 yyextra->yyLineNr++;
[all …]
H A Dfortrancode.l614 … if (!(yyextra->hasContLine && yyextra->hasContLine[yyextra->contLineNr - 1]))
897 yyextra->code->setCurrentDoc(yyextra->searchCtx,yyextra->searchCtx->anchor(),FALSE);
901 yyextra->code->setCurrentDoc(yyextra->sourceFileDef,anchor,TRUE);
933 yyextra->currentMemberDef = yyextra->sourceFileDef->getSourceMember(yyextra->yyLineNr);
961 yyextra->code->startCodeLine(yyextra->sourceFileDef);
965 yyextra->code->startFontClass(QCString(yyextra->currentFontClass));
983 if (yyextra->yyLineNr<yyextra->inputLines)
1248 if (yyextra->currentDefinition && yyextra->currentMemberDef &&
1249 yyextra->insideBody && yyextra->collectXRefs)
1497 yyextra->inputLines = yyextra->yyLineNr + countLines(yyscanner) - 1;
[all …]
H A Dlexscanner.l406 yyextra->roundCount++;
426 yyextra->roundCount++;
430 yyextra->roundCount--;
432 if (!yyextra->roundCount) BEGIN( yyextra->lastContext ) ;
445 yyextra->curlyCount = 0;
456 yyextra->curlyCount = 0;
492 if( yyextra->curlyCount )
494 --yyextra->curlyCount ;
499 if ( yyextra->curlyCount )
501 --yyextra->curlyCount ;
[all …]
/dports/textproc/miller/miller-5.10.2/c/parsing/
H A Dmlr_dsl_lexer.l36 *yyextra = mlr_dsl_ast_node_alloc(yytext, MD_AST_NODE_TYPE_FILTER);
40 *yyextra = mlr_dsl_ast_node_alloc(yytext, MD_AST_NODE_TYPE_UNSET);
44 *yyextra = mlr_dsl_ast_node_alloc(yytext, MD_AST_NODE_TYPE_TEE);
48 *yyextra = mlr_dsl_ast_node_alloc(yytext, MD_AST_NODE_TYPE_EMITF);
52 *yyextra = mlr_dsl_ast_node_alloc(yytext, MD_AST_NODE_TYPE_EMITP);
56 *yyextra = mlr_dsl_ast_node_alloc(yytext, MD_AST_NODE_TYPE_EMIT);
60 *yyextra = mlr_dsl_ast_node_alloc(yytext, MD_AST_NODE_TYPE_DUMP);
64 *yyextra = mlr_dsl_ast_node_alloc(yytext, MD_AST_NODE_TYPE_EDUMP);
68 *yyextra = mlr_dsl_ast_node_alloc(yytext, MD_AST_NODE_TYPE_PRINT);
117 *yyextra = mlr_dsl_ast_node_alloc(yytext, MD_AST_NODE_TYPE_ALL);
[all …]
H A Dex1_lexer.l35 *yyextra = ex_ast_node_alloc(yytext, MD_AST_NODE_TYPE_FILTER);
39 *yyextra = ex_ast_node_alloc(yytext, MD_AST_NODE_TYPE_UNSET);
43 *yyextra = ex_ast_node_alloc(yytext, MD_AST_NODE_TYPE_EMITF);
47 *yyextra = ex_ast_node_alloc(yytext, MD_AST_NODE_TYPE_EMITP);
51 *yyextra = ex_ast_node_alloc(yytext, MD_AST_NODE_TYPE_EMIT);
55 *yyextra = ex_ast_node_alloc(yytext, MD_AST_NODE_TYPE_DUMP);
59 *yyextra = ex_ast_node_alloc(yytext, MD_AST_NODE_TYPE_EDUMP);
63 *yyextra = ex_ast_node_alloc(yytext, MD_AST_NODE_TYPE_PRINT);
67 *yyextra = ex_ast_node_alloc(yytext, MD_AST_NODE_TYPE_PRINTN);
87 *yyextra = ex_ast_node_alloc(yytext, MD_AST_NODE_TYPE_ALL);
[all …]
/dports/databases/p5-Memcached-libmemcached/Memcached-libmemcached-1.001801/src/libmemcached/libmemcached/csl/
H A Dscanner.l127 "--SERVER=" { yyextra->begin= yytext; yyextra->set_server(); return yyextr…
137 "--HASH=" { yyextra->begin= yytext; return yyextra->previous_token= HASH; }
151 "--SORT-HOSTS" { yyextra->begin= yytext; return yyextra->previous_token= SORT_HOSTS; }
157 "--USER-DATA" { yyextra->begin= yytext; return yyextra->previous_token= USER_DATA; }
167 INCLUDE { yyextra->begin= yytext; return yyextra->previous_token= INCLUDE; }
168 RESET { yyextra->begin= yytext; return yyextra->previous_token= RESET; }
169 DEBUG { yyextra->begin= yytext; return yyextra->previous_token= PARSER_DEBUG; }
170 SERVERS { yyextra->begin= yytext; return yyextra->previous_token= SERVERS; }
171 END { yyextra->begin= yytext; return yyextra->previous_token= END; }
179 yyextra->begin= yytext;
[all …]
/dports/databases/libmemcached/libmemcached-1.0.18/libmemcached/csl/
H A Dscanner.l127 "--SERVER=" { yyextra->begin= yytext; yyextra->set_server(); return yyextr…
137 "--HASH=" { yyextra->begin= yytext; return yyextra->previous_token= HASH; }
151 "--SORT-HOSTS" { yyextra->begin= yytext; return yyextra->previous_token= SORT_HOSTS; }
157 "--USER-DATA" { yyextra->begin= yytext; return yyextra->previous_token= USER_DATA; }
167 INCLUDE { yyextra->begin= yytext; return yyextra->previous_token= INCLUDE; }
168 RESET { yyextra->begin= yytext; return yyextra->previous_token= RESET; }
169 DEBUG { yyextra->begin= yytext; return yyextra->previous_token= PARSER_DEBUG; }
170 SERVERS { yyextra->begin= yytext; return yyextra->previous_token= SERVERS; }
171 END { yyextra->begin= yytext; return yyextra->previous_token= END; }
179 yyextra->begin= yytext;
[all …]
/dports/net/wireshark/wireshark-3.6.1/epan/
H A Duat_load.l129 yyextra->uat->free_cb(yyextra->record); \
145yyextra->uat->fields[yyextra->colnum].cb.chk(yyextra->record, yyextra->ptrx, yyextra->len, yyextra
152yyextra->uat->fields[yyextra->colnum].cb.set(yyextra->record, yyextra->ptrx, yyextra->len, yyextra
242 if ( yyextra->colnum >= yyextra->uat->ncols ) {
293 if ( yyextra->colnum >= yyextra->uat->ncols ) {
310 while (yyextra->colnum < yyextra->uat->ncols) {
315yyextra->uat->fields[yyextra->colnum].cb.set(yyextra->record, default_value, (guint) strlen(defaul…
317yyextra->uat->filename, yyextra->linenum, yyextra->uat->fields[yyextra->colnum].name, default_valu…
321 if (yyextra->colnum < yyextra->uat->ncols) {
352 rec = uat_add_record(yyextra->uat, yyextra->record, yyextra->valid_record);
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/epan/
H A Duat_load.l129 yyextra->uat->free_cb(yyextra->record); \ in UPnPPlugin()
145yyextra->uat->fields[yyextra->colnum].cb.chk(yyextra->record, yyextra->ptrx, yyextra->len, yyextra in UPnPPlugin()
152yyextra->uat->fields[yyextra->colnum].cb.set(yyextra->record, yyextra->ptrx, yyextra->len, yyextra in UPnPPlugin()
242 if ( yyextra->colnum >= yyextra->uat->ncols ) {
293 if ( yyextra->colnum >= yyextra->uat->ncols ) {
310 while (yyextra->colnum < yyextra->uat->ncols) {
315yyextra->uat->fields[yyextra->colnum].cb.set(yyextra->record, default_value, (guint) strlen(defaul…
317yyextra->uat->filename, yyextra->linenum, yyextra->uat->fields[yyextra->colnum].name, default_valu…
321 if (yyextra->colnum < yyextra->uat->ncols) {
352 rec = uat_add_record(yyextra->uat, yyextra->record, yyextra->valid_record);
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/epan/
H A Duat_load.l129 yyextra->uat->free_cb(yyextra->record); \
145yyextra->uat->fields[yyextra->colnum].cb.chk(yyextra->record, yyextra->ptrx, yyextra->len, yyextra
152yyextra->uat->fields[yyextra->colnum].cb.set(yyextra->record, yyextra->ptrx, yyextra->len, yyextra
242 if ( yyextra->colnum >= yyextra->uat->ncols ) {
293 if ( yyextra->colnum >= yyextra->uat->ncols ) {
310 while (yyextra->colnum < yyextra->uat->ncols) {
315yyextra->uat->fields[yyextra->colnum].cb.set(yyextra->record, default_value, (guint) strlen(defaul…
317yyextra->uat->filename, yyextra->linenum, yyextra->uat->fields[yyextra->colnum].name, default_valu…
321 if (yyextra->colnum < yyextra->uat->ncols) {
352 rec = uat_add_record(yyextra->uat, yyextra->record, yyextra->valid_record);
[all …]
/dports/net/tshark/wireshark-3.6.1/epan/
H A Duat_load.l129 yyextra->uat->free_cb(yyextra->record); \
145yyextra->uat->fields[yyextra->colnum].cb.chk(yyextra->record, yyextra->ptrx, yyextra->len, yyextra
152yyextra->uat->fields[yyextra->colnum].cb.set(yyextra->record, yyextra->ptrx, yyextra->len, yyextra
242 if ( yyextra->colnum >= yyextra->uat->ncols ) {
293 if ( yyextra->colnum >= yyextra->uat->ncols ) {
310 while (yyextra->colnum < yyextra->uat->ncols) {
315yyextra->uat->fields[yyextra->colnum].cb.set(yyextra->record, default_value, (guint) strlen(defaul…
317yyextra->uat->filename, yyextra->linenum, yyextra->uat->fields[yyextra->colnum].name, default_valu…
321 if (yyextra->colnum < yyextra->uat->ncols) {
352 rec = uat_add_record(yyextra->uat, yyextra->record, yyextra->valid_record);
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/compiler/glsl/
H A Dglsl_lexer.ll83 _mesa_glsl_error(yylloc, yyextra, \
104 _mesa_glsl_error(yylloc, yyextra, \
128 _mesa_glsl_error(yylloc, yyextra, \
495 if (yyextra->OES_EGL_image_external_enable || yyextra->OES_EGL_image_external_essl3_enable) {
503 … KEYWORD_WITH_ALT(400, 310, 400, 320, yyextra->ARB_gpu_shader5_enable || yyextra->EXT_gpu_shader5_…
511 …, 320, yyextra->ARB_shader_image_load_store_enable || yyextra->EXT_shader_image_load_store_enable …
522 …, 320, yyextra->ARB_shader_image_load_store_enable || yyextra->EXT_shader_image_load_store_enable …
558 if ((yyextra->is_version(140, 300))
716 …, 300, 140, 320, yyextra->EXT_texture_buffer_enable || yyextra->OES_texture_buffer_enable || (yyex…
723yyextra->EXT_texture_buffer_enable || yyextra->OES_texture_buffer_enable || (yyextra->EXT_gpu_shad…
[all …]
/dports/lang/clover/mesa-21.3.6/src/compiler/glsl/
H A Dglsl_lexer.ll83 _mesa_glsl_error(yylloc, yyextra, \
104 _mesa_glsl_error(yylloc, yyextra, \
128 _mesa_glsl_error(yylloc, yyextra, \
495 if (yyextra->OES_EGL_image_external_enable || yyextra->OES_EGL_image_external_essl3_enable) {
503 … KEYWORD_WITH_ALT(400, 310, 400, 320, yyextra->ARB_gpu_shader5_enable || yyextra->EXT_gpu_shader5_…
511 …, 320, yyextra->ARB_shader_image_load_store_enable || yyextra->EXT_shader_image_load_store_enable …
522 …, 320, yyextra->ARB_shader_image_load_store_enable || yyextra->EXT_shader_image_load_store_enable …
558 if ((yyextra->is_version(140, 300))
716 …, 300, 140, 320, yyextra->EXT_texture_buffer_enable || yyextra->OES_texture_buffer_enable || (yyex…
723yyextra->EXT_texture_buffer_enable || yyextra->OES_texture_buffer_enable || (yyextra->EXT_gpu_shad…
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/compiler/glsl/
H A Dglsl_lexer.ll83 _mesa_glsl_error(yylloc, yyextra, \
104 _mesa_glsl_error(yylloc, yyextra, \
128 _mesa_glsl_error(yylloc, yyextra, \
495 if (yyextra->OES_EGL_image_external_enable || yyextra->OES_EGL_image_external_essl3_enable) {
503 … KEYWORD_WITH_ALT(400, 310, 400, 320, yyextra->ARB_gpu_shader5_enable || yyextra->EXT_gpu_shader5_…
511 …, 320, yyextra->ARB_shader_image_load_store_enable || yyextra->EXT_shader_image_load_store_enable …
522 …, 320, yyextra->ARB_shader_image_load_store_enable || yyextra->EXT_shader_image_load_store_enable …
558 if ((yyextra->is_version(140, 300))
716 …, 300, 140, 320, yyextra->EXT_texture_buffer_enable || yyextra->OES_texture_buffer_enable || (yyex…
723yyextra->EXT_texture_buffer_enable || yyextra->OES_texture_buffer_enable || (yyextra->EXT_gpu_shad…
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/compiler/glsl/
H A Dglsl_lexer.ll83 _mesa_glsl_error(yylloc, yyextra, \
104 _mesa_glsl_error(yylloc, yyextra, \
128 _mesa_glsl_error(yylloc, yyextra, \
495 if (yyextra->OES_EGL_image_external_enable || yyextra->OES_EGL_image_external_essl3_enable) {
503 … KEYWORD_WITH_ALT(400, 310, 400, 320, yyextra->ARB_gpu_shader5_enable || yyextra->EXT_gpu_shader5_…
511 …, 320, yyextra->ARB_shader_image_load_store_enable || yyextra->EXT_shader_image_load_store_enable …
522 …, 320, yyextra->ARB_shader_image_load_store_enable || yyextra->EXT_shader_image_load_store_enable …
558 if ((yyextra->is_version(140, 300))
716 …, 300, 140, 320, yyextra->EXT_texture_buffer_enable || yyextra->OES_texture_buffer_enable || (yyex…
723yyextra->EXT_texture_buffer_enable || yyextra->OES_texture_buffer_enable || (yyextra->EXT_gpu_shad…
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/compiler/glsl/
H A Dglsl_lexer.ll83 _mesa_glsl_error(yylloc, yyextra, \
104 _mesa_glsl_error(yylloc, yyextra, \
128 _mesa_glsl_error(yylloc, yyextra, \
495 if (yyextra->OES_EGL_image_external_enable || yyextra->OES_EGL_image_external_essl3_enable) {
503 … KEYWORD_WITH_ALT(400, 310, 400, 320, yyextra->ARB_gpu_shader5_enable || yyextra->EXT_gpu_shader5_…
511 …, 320, yyextra->ARB_shader_image_load_store_enable || yyextra->EXT_shader_image_load_store_enable …
522 …, 320, yyextra->ARB_shader_image_load_store_enable || yyextra->EXT_shader_image_load_store_enable …
558 if ((yyextra->is_version(140, 300))
716 …, 300, 140, 320, yyextra->EXT_texture_buffer_enable || yyextra->OES_texture_buffer_enable || (yyex…
723yyextra->EXT_texture_buffer_enable || yyextra->OES_texture_buffer_enable || (yyextra->EXT_gpu_shad…
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/compiler/glsl/
H A Dglsl_lexer.ll83 _mesa_glsl_error(yylloc, yyextra, \
104 _mesa_glsl_error(yylloc, yyextra, \
128 _mesa_glsl_error(yylloc, yyextra, \
495 if (yyextra->OES_EGL_image_external_enable || yyextra->OES_EGL_image_external_essl3_enable) {
503 … KEYWORD_WITH_ALT(400, 310, 400, 320, yyextra->ARB_gpu_shader5_enable || yyextra->EXT_gpu_shader5_…
511 …, 320, yyextra->ARB_shader_image_load_store_enable || yyextra->EXT_shader_image_load_store_enable …
522 …, 320, yyextra->ARB_shader_image_load_store_enable || yyextra->EXT_shader_image_load_store_enable …
558 if ((yyextra->is_version(140, 300))
716 …, 300, 140, 320, yyextra->EXT_texture_buffer_enable || yyextra->OES_texture_buffer_enable || (yyex…
723yyextra->EXT_texture_buffer_enable || yyextra->OES_texture_buffer_enable || (yyextra->EXT_gpu_shad…
[all …]

12345678910>>...41