Home
last modified time | relevance | path

Searched refs:synctex_node_last_child (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/evince/evince-41.3/cut-n-paste/synctex/
H A Dsynctex_parser.h381 synctex_node_p synctex_node_last_child(synctex_node_p node);
H A Dsynctex_parser.c2724 synctex_node_p synctex_node_last_child(synctex_node_p node) { in synctex_node_last_child() function
/dports/print/pdf-tools/pdf-tools-0.90-90-ga8847b7/server/
H A Dsynctex_parser.h381 synctex_node_p synctex_node_last_child(synctex_node_p node);
H A Dsynctex_parser.c2719 synctex_node_p synctex_node_last_child(synctex_node_p node) { in synctex_node_last_child() function
/dports/graphics/okular/okular-21.12.3/core/synctex/
H A Dsynctex_parser.h348 synctex_node_p synctex_node_last_child(synctex_node_p node);
H A Dsynctex_parser.c2630 synctex_node_p synctex_node_last_child(synctex_node_p node) in synctex_node_last_child() function
/dports/editors/texstudio/texstudio-4.1.2/src/pdfviewer/synctex/
H A Dsynctex_parser.h381 synctex_node_p synctex_node_last_child(synctex_node_p node);
H A Dsynctex_parser.c2735 synctex_node_p synctex_node_last_child(synctex_node_p node) { in synctex_node_last_child() function
/dports/editors/texstudio/texstudio-4.1.2/src/pdfviewer/
H A Dqsynctex.h69 Node lastChild() const { return synctex_node_last_child(node); } in lastChild()