Home
last modified time | relevance | path

Searched refs:tm_buffer (Results 1 – 25 of 40) sorted by relevance

12

/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Texmacs/Data/
H A Dnew_buffer.cpp22 array<tm_buffer> bufs;
72 remove_buffer (tm_buffer buf) { in remove_buffer()
90 tm_buffer buf= concrete_buffer (name); in remove_buffer()
107 tm_buffer
116 tm_buffer
118 tm_buffer buf= concrete_buffer (u); in concrete_buffer_insist()
154 tm_buffer buf= concrete_buffer (name); in rename_buffer()
221 tm_buffer buf= concrete_buffer (name); in get_title_buffer()
228 tm_buffer buf= concrete_buffer (name); in set_title_buffer()
255 tm_buffer buf= concrete_buffer (name); in set_buffer_tree()
[all …]
H A Dnew_project.cpp28 tm_buffer buf= concrete_buffer (name); in project_attach()
45 tm_buffer buf= concrete_buffer (get_current_buffer ()); in project_attached()
51 tm_buffer buf= concrete_buffer (get_current_buffer ()); in project_get()
H A Dnew_buffer.hpp64 typedef tm_buffer_rep* tm_buffer; typedef
65 tm_buffer concrete_buffer (url name);
66 tm_buffer concrete_buffer_insist (url name);
H A Dnew_view.cpp39 tm_view_rep::tm_view_rep (tm_buffer buf2, editor ed2): in tm_view_rep()
88 tm_buffer buf= concrete_buffer (name); in concrete_view()
149 tm_buffer buf= concrete_buffer (name); in buffer_to_views()
251 tm_buffer buf= concrete_buffer (name); in get_new_view()
275 tm_buffer buf= concrete_buffer_insist (name); in get_passive_view()
308 tm_buffer buf= vw->buf; in delete_view()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Texmacs/
H A Dtm_buffer.hpp19 typedef tm_buffer_rep* tm_buffer; typedef
34 tm_buffer prj; // buffer which corresponds to the project
51 inline tm_buffer nil_buffer () { return (tm_buffer) NULL; } in nil_buffer()
52 inline bool is_nil (tm_buffer buf) { return buf == NULL; } in is_nil()
H A Dtm_window.hpp86 tm_buffer buf;
90 tm_view_rep (tm_buffer buf2, editor ed2);
93 typedef tm_buffer_rep* tm_buffer; typedef
H A Dtm_data.hpp17 extern array<tm_buffer> bufs;
/dports/sysutils/lnav/lnav-0.10.1/src/
H A Dhist_source.cc73 char tm_buffer[128]; in text_value_for_line() local
77 strftime(tm_buffer, sizeof(tm_buffer), in text_value_for_line()
83 tm_buffer[0] = '\0'; in text_value_for_line()
93 value_out.append(tm_buffer); in text_value_for_line()
H A Dspectro_source.cc252 char tm_buffer[128]; in text_value_for_line() local
263 strftime(tm_buffer, sizeof(tm_buffer), " %a %b %d %H:%M:%S", &tm); in text_value_for_line()
265 value_out = tm_buffer; in text_value_for_line()
/dports/audio/libmpdclient/libmpdclient-2.20/src/
H A Diso8601.c54 struct tm tm_buffer, *tm; in timezone_offset() local
56 tm = gmtime_r(&t, &tm_buffer); in timezone_offset()
142 struct tm tm_buffer, *tm; in iso8601_datetime_format() local
144 tm = gmtime_r(&t, &tm_buffer); in iso8601_datetime_format()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/mroonga/vendor/groonga/lib/
H A Dgrn_time.h35 struct tm *grn_timeval2tm(grn_ctx *ctx, grn_timeval *tv, struct tm *tm_buffer);
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/mroonga/vendor/groonga/lib/
H A Dgrn_time.h35 struct tm *grn_timeval2tm(grn_ctx *ctx, grn_timeval *tv, struct tm *tm_buffer);
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/mroonga/vendor/groonga/lib/
H A Dgrn_time.h35 struct tm *grn_timeval2tm(grn_ctx *ctx, grn_timeval *tv, struct tm *tm_buffer);
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/mroonga/vendor/groonga/lib/
H A Dgrn_time.h35 struct tm *grn_timeval2tm(grn_ctx *ctx, grn_timeval *tv, struct tm *tm_buffer);
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/mroonga/vendor/groonga/lib/
H A Dgrn_time.h35 struct tm *grn_timeval2tm(grn_ctx *ctx, grn_timeval *tv, struct tm *tm_buffer);
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/mroonga/vendor/groonga/lib/
H A Dgrn_time.h35 struct tm *grn_timeval2tm(grn_ctx *ctx, grn_timeval *tv, struct tm *tm_buffer);
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Texmacs/Server/
H A Dtm_server.cpp153 tm_buffer buf= (tm_buffer) bufs[i]; in interpose_handler()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Edit/Editor/
H A Dedit_main.cpp53 editor_rep::editor_rep (server_rep* sv2, tm_buffer buf2): in editor_rep()
57 edit_main_rep::edit_main_rep (server_rep* sv, tm_buffer buf): in edit_main_rep()
77 new_editor (server_rep* sv, tm_buffer buf) { in new_editor()
H A Dedit_main.hpp46 edit_main_rep (server_rep* sv, tm_buffer buf);
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Edit/
H A Deditor.hpp46 typedef tm_buffer_rep* tm_buffer; typedef
59 tm_buffer buf; // the underlying buffer
138 editor_rep (server_rep* sv, tm_buffer buf);
591 editor new_editor (server_rep* sv, tm_buffer buf);
/dports/mail/milter-greylist/milter-greylist-4.6.4/
H A Dspamd.c302 struct tm tm_buffer; local
336 tm = gmtime_r(&t, &tm_buffer);
/dports/biology/kallisto/kallisto-0.46.1/ext/htslib/
H A Dhfile_s3.c236 struct tm tm_buffer; in s3_rewrite() local
237 struct tm *tm = gmtime_r(&now, &tm_buffer); in s3_rewrite()
/dports/biology/vt/vt-0.57721/lib/htslib/
H A Dhfile_s3.c260 struct tm tm_buffer; in auth_header_callback() local
261 struct tm *tm = gmtime_r(&now, &tm_buffer); in auth_header_callback()
/dports/biology/bedtools/bedtools2-2.30.0/src/utils/htslib/
H A Dhfile_s3.c260 struct tm tm_buffer; in auth_header_callback() local
261 struct tm *tm = gmtime_r(&now, &tm_buffer); in auth_header_callback()
/dports/biology/py-pysam/pysam-0.18.0/htslib/
H A Dhfile_s3.c309 struct tm tm_buffer; in auth_header_callback() local
310 struct tm *tm = gmtime_r(&now, &tm_buffer); in auth_header_callback()
902 struct tm tm_buffer; in update_time() local
903 struct tm *tm = gmtime_r(&now, &tm_buffer); in update_time()

12