Home
last modified time | relevance | path

Searched defs:_Buffer (Results 1 – 25 of 62) sorted by relevance

123

/dports/japanese/jed/jed-B0.99-8__J067/src/
H A Dbuffer.h128 struct _Buffer struct
154 struct _Buffer *next; /* */ argument
155 struct _Buffer *prev; argument
156 char *mode_string;
171 char status_line[80];
175 SLang_Name_Type *wrap_hook;
187 unsigned int coloring_style;
192 int abbrev_table_handle;
197 int locked;
210 Menu_Bar_Type *menubar;
[all …]
/dports/editors/jed/jed-0.99-19/src/
H A Dbuffer.h184 struct _Buffer struct
211 struct _Buffer *next; /* */ argument
212 struct _Buffer *prev; argument
230 Jed_Buffer_Hook_Type *buffer_hooks; argument
233 unsigned int coloring_style;
234 unsigned char *column_colors;
235 unsigned int num_column_colors;
243 int locked;
246 Jed_Save_Narrow_Type *save_narrow;
256 Menu_Bar_Type *menubar;
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/python/generic/
H A Dbgl.h34 typedef struct _Buffer { struct
35 PyObject_VAR_HEAD PyObject *parent;
37 int type; /* GL_BYTE, GL_SHORT, GL_INT, GL_FLOAT */
38 int ndimensions;
39 int *dimensions;
41 union {
49 } buf;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Modules/Inputs/merge-record-definition/RecordDefCopy.framework/Headers/
H A DRecordDefCopy.h3 struct _Buffer { struct
4 int a;
5 int b;
6 int c;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Modules/Inputs/merge-record-definition/RecordDef.framework/Headers/
H A DRecordDef.h3 struct _Buffer { struct
4 int a;
5 int b;
6 int c;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Modules/Inputs/merge-record-definition/RecordDefHidden.framework/Headers/
H A DHidden.h3 struct _Buffer { struct
4 int a;
5 int b;
6 int c;
/dports/japanese/w3m/w3m-2b59b9e/
H A Dfm.h460 struct _Buffer *nextBuffer; argument
462 short width;
463 short height;
464 char *type;
466 int allLine;
471 int pos;
473 short rootX;
474 short rootY;
475 short COLS;
476 short LINES;
[all …]
/dports/japanese/w3m-img/w3m-2b59b9e/
H A Dfm.h460 struct _Buffer *nextBuffer; argument
462 short width;
463 short height;
464 char *type;
466 int allLine;
471 int pos;
473 short rootX;
474 short rootY;
475 short COLS;
476 short LINES;
[all …]
/dports/www/w3m-img/w3m-2b59b9e/
H A Dfm.h460 struct _Buffer *nextBuffer; argument
462 short width;
463 short height;
464 char *type;
466 int allLine;
471 int pos;
473 short rootX;
474 short rootY;
475 short COLS;
476 short LINES;
[all …]
/dports/www/w3m/w3m-2b59b9e/
H A Dfm.h460 struct _Buffer *nextBuffer; argument
462 short width;
463 short height;
464 char *type;
466 int allLine;
471 int pos;
473 short rootX;
474 short rootY;
475 short COLS;
476 short LINES;
[all …]
/dports/devel/deforaos-libsystem/libSystem-0.3.1/src/
H A Dbuffer.c31 struct _Buffer struct
33 size_t size;
34 char * data;
/dports/multimedia/onevpl/oneVPL-2022.0.6/tools/legacy/sample_common/include/
H A Dv4l2_util.h44 typedef struct _Buffer { struct
45 int fd, index;
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/samples/sample_common/include/
H A Dv4l2_util.h64 typedef struct _Buffer struct
66 int fd, index;
/dports/sysutils/reed/reed-5.6/
H A Dreed.c77 struct _Buffer { struct
78 int line, lines, *markers;
79 signed short jump;
80 unsigned long delay; /* Stored as microseconds/10 */
81 char *filename, *message, is_file, paused;
82 FILE *file;
83 regex_t *match; /* The current search */
84 Buffer *n, *p;
/dports/converters/enca/enca-1.19/src/
H A Dcommon.h121 struct _Buffer { struct
122 size_t size; /* buffer size */
123 ssize_t pos; /* position in buffer */
124 byte *data; /* the buffer itself buffer */
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/js/src/util/
H A Dutf8.ts25 const _Buffer = typeof Buffer === 'function' ? Buffer : null; constant
/dports/games/aklabeth/aklabeth-1.0/src/
H A Dbritish.c102 static char _Buffer[64]; in _BRITISHName() local
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/js/src/util/
H A Dutf8.ts25 const _Buffer = typeof Buffer === 'function' ? Buffer : null; constant
/dports/security/gnome-keyring/gnome-keyring-40.0/pkcs11/secret-store/
H A Ddump-keyring0-format.c64 typedef struct _Buffer { struct
65 unsigned char *buf;
66 gsize len;
67 gsize allocated_len;
68 int failures;
69 BufferAllocator allocator;
/dports/x11-toolkits/gtk20/gtk+-2.24.33/tests/
H A Dtesttext.c43 struct _Buffer struct
45 gint refcount;
46 GtkTextBuffer *buffer;
47 char *filename;
48 gint untitled_serial;
52 GtkTextTag *rise_tag;
53 GtkTextTag *large_tag;
54 GtkTextTag *indent_tag;
55 GtkTextTag *margin_tag;
57 GSList *color_tags;
[all …]
/dports/graphics/silgraphite/silgraphite-2.3.1/wrappers/pangographite/
H A Dtesttext.c22 struct _Buffer struct
24 gint refcount;
25 GtkTextBuffer *buffer;
26 char *filename;
27 gint untitled_serial;
28 GtkTextTag *invisible_tag;
30 GtkTextTag *found_text_tag;
31 GtkTextTag *custom_tabs_tag;
32 GSList *color_tags;
33 guint color_cycle_timeout;
[all …]
/dports/graphics/vips/vips-8.12.0/libvips/draw/
H A Ddraw_flood.c99 typedef struct _Buffer { struct
100 struct _Buffer *next; argument
101 int n;
102 Scan scan[PBUFSIZE];
/dports/multimedia/libmatroska/libmatroska-1.6.3/matroska/
H A DKaxBlock.h122 binary *_Buffer = static_cast<const SimpleDataBuffer*>(&aBuffer)->BaseBuffer; in myFreeBuffer() local
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/lib/libmatroska/matroska/
H A DKaxBlock.h122 binary *_Buffer = static_cast<const SimpleDataBuffer*>(&aBuffer)->BaseBuffer; in myFreeBuffer() local
/dports/irc/smuxi/smuxi-1.1/lib/SmartIrc4net/src/IrcFeatures/
H A DDccSend.cs46 private byte[] _Buffer = new byte[8192]; field in Meebey.SmartIrc4net.DccSend

123