Home
last modified time | relevance | path

Searched refs:s_head (Results 1 – 25 of 182) sorted by relevance

12345678

/dports/mail/mailutils/mailutils-3.13/libmailutils/locus/
H A Dlinetrack.c53 struct source *s_head, *s_tail; member
123 trk->s_head = sp->next; in del_source()
172 else if (trk->s_head) in mu_linetrack_origin()
194 sp->next = trk->s_head; in mu_linetrack_origin()
195 if (trk->s_head) in mu_linetrack_origin()
196 trk->s_head->prev = sp; in mu_linetrack_origin()
199 trk->s_head = sp; in mu_linetrack_origin()
265 while (trk->s_head) in mu_linetrack_free()
311 trk->s_head->line + count_lines (trk, trk->s_head->idx) - 1; in mu_linetrack_advance()
323 trk->s_head->line + count_lines (trk, trk->s_head->idx) - 1; in mu_linetrack_advance()
[all …]
/dports/textproc/uim-el/uim-d1ac9d9/fep/
H A Ddraw.c77 static struct point_tag s_head; variable
262 s_head.col = 0; in start_preedit()
266 s_head.row++; in start_preedit()
269 debug2(("s_head.row = %d s_head.col = %d\n", s_head.row, s_head.col)); in start_preedit()
271 s_line2width[0] = s_head.col; in start_preedit()
289 put_cursor_address_p(&s_head); in end_preedit()
877 if (s_head.row + lineno == g_win->ws_row - 1 && s_head.row > 0) { in draw_pseg()
879 s_head.row--; in draw_pseg()
986 int line_width = s_head.col; in set_line2width()
1059 int w = -s_head.col; in width2lineno_char()
[all …]
/dports/textproc/uim-gtk/uim-d1ac9d9/fep/
H A Ddraw.c77 static struct point_tag s_head; variable
262 s_head.col = 0; in start_preedit()
266 s_head.row++; in start_preedit()
269 debug2(("s_head.row = %d s_head.col = %d\n", s_head.row, s_head.col)); in start_preedit()
271 s_line2width[0] = s_head.col; in start_preedit()
289 put_cursor_address_p(&s_head); in end_preedit()
877 if (s_head.row + lineno == g_win->ws_row - 1 && s_head.row > 0) { in draw_pseg()
879 s_head.row--; in draw_pseg()
986 int line_width = s_head.col; in set_line2width()
1059 int w = -s_head.col; in width2lineno_char()
[all …]
/dports/textproc/uim-gtk3/uim-d1ac9d9/fep/
H A Ddraw.c77 static struct point_tag s_head; variable
262 s_head.col = 0; in start_preedit()
266 s_head.row++; in start_preedit()
269 debug2(("s_head.row = %d s_head.col = %d\n", s_head.row, s_head.col)); in start_preedit()
271 s_line2width[0] = s_head.col; in start_preedit()
289 put_cursor_address_p(&s_head); in end_preedit()
877 if (s_head.row + lineno == g_win->ws_row - 1 && s_head.row > 0) { in draw_pseg()
879 s_head.row--; in draw_pseg()
986 int line_width = s_head.col; in set_line2width()
1059 int w = -s_head.col; in width2lineno_char()
[all …]
/dports/textproc/uim-qt5/uim-d1ac9d9/fep/
H A Ddraw.c77 static struct point_tag s_head; variable
262 s_head.col = 0; in start_preedit()
266 s_head.row++; in start_preedit()
269 debug2(("s_head.row = %d s_head.col = %d\n", s_head.row, s_head.col)); in start_preedit()
271 s_line2width[0] = s_head.col; in start_preedit()
289 put_cursor_address_p(&s_head); in end_preedit()
877 if (s_head.row + lineno == g_win->ws_row - 1 && s_head.row > 0) { in draw_pseg()
879 s_head.row--; in draw_pseg()
986 int line_width = s_head.col; in set_line2width()
1059 int w = -s_head.col; in width2lineno_char()
[all …]
/dports/textproc/uim-m17nlib/uim-d1ac9d9/fep/
H A Ddraw.c77 static struct point_tag s_head; variable
262 s_head.col = 0; in start_preedit()
266 s_head.row++; in start_preedit()
269 debug2(("s_head.row = %d s_head.col = %d\n", s_head.row, s_head.col)); in start_preedit()
271 s_line2width[0] = s_head.col; in start_preedit()
289 put_cursor_address_p(&s_head); in end_preedit()
877 if (s_head.row + lineno == g_win->ws_row - 1 && s_head.row > 0) { in draw_pseg()
879 s_head.row--; in draw_pseg()
986 int line_width = s_head.col; in set_line2width()
1059 int w = -s_head.col; in width2lineno_char()
[all …]
/dports/japanese/uim-anthy/uim-d1ac9d9/fep/
H A Ddraw.c77 static struct point_tag s_head; variable
262 s_head.col = 0; in start_preedit()
266 s_head.row++; in start_preedit()
269 debug2(("s_head.row = %d s_head.col = %d\n", s_head.row, s_head.col)); in start_preedit()
271 s_line2width[0] = s_head.col; in start_preedit()
289 put_cursor_address_p(&s_head); in end_preedit()
877 if (s_head.row + lineno == g_win->ws_row - 1 && s_head.row > 0) { in draw_pseg()
879 s_head.row--; in draw_pseg()
986 int line_width = s_head.col; in set_line2width()
1059 int w = -s_head.col; in width2lineno_char()
[all …]
/dports/devel/ncurses/ncurses-6.3/ncurses/tinfo/
H A Dstrings.c75 dst->s_head = src; in _nc_str_init()
135 if (dst->s_head != 0) { in _nc_safe_strcpy()
136 _nc_STRCPY(dst->s_head, src, dst->s_size); in _nc_safe_strcpy()
137 dst->s_tail = dst->s_head + len; in _nc_safe_strcpy()
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.cp/
H A Dgdb1355.exp52 set s_head "${ws}(struct|class) mystruct \{(${ws}public:|)"
83 …-re "type = ${s_head}${f_i}${f_c}${f_li}${f_ui}${f_lui}${f_si}${f_sui}${f_uc}${f_f}${f_d}${f_ld}${…
86 …-re "type = ${s_head}${bad_i}${bad_c}${bad_li}${bad_ui}${bad_lui}${bad_si}${bad_sui}${bad_uc}${bad…
/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/gdb.cp/
H A Dgdb1355.exp52 set s_head "${ws}(struct|class) mystruct \{(${ws}public:|)"
83 …-re "type = ${s_head}${f_i}${f_c}${f_li}${f_ui}${f_lui}${f_si}${f_sui}${f_uc}${f_f}${f_d}${f_ld}${…
86 …-re "type = ${s_head}${bad_i}${bad_c}${bad_li}${bad_ui}${bad_lui}${bad_si}${bad_sui}${bad_uc}${bad…
/dports/devel/avr-gdb/gdb-7.3.1/gdb/testsuite/gdb.cp/
H A Dgdb1355.exp64 set s_head "${ws}(struct|class) mystruct \{(${ws}public:|)"
95 …-re "type = ${s_head}${f_i}${f_c}${f_li}${f_ui}${f_lui}${f_si}${f_sui}${f_uc}${f_f}${f_d}${f_ld}${…
98 …-re "type = ${s_head}${bad_i}${bad_c}${bad_li}${bad_ui}${bad_lui}${bad_si}${bad_sui}${bad_uc}${bad…
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/testsuite/gdb.cp/
H A Dgdb1355.exp66 set s_head "${ws}(struct|class) mystruct \{(${ws}public:|)"
97 …-re "type = ${s_head}${f_i}${f_c}${f_li}${f_ui}${f_lui}${f_si}${f_sui}${f_uc}${f_f}${f_d}${f_ld}${…
100 …-re "type = ${s_head}${bad_i}${bad_c}${bad_li}${bad_ui}${bad_lui}${bad_si}${bad_sui}${bad_uc}${bad…
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/testsuite/gdb.cp/
H A Dgdb1355.exp66 set s_head "${ws}(struct|class) mystruct \{(${ws}public:|)"
97 …-re "type = ${s_head}${f_i}${f_c}${f_li}${f_ui}${f_lui}${f_si}${f_sui}${f_uc}${f_f}${f_d}${f_ld}${…
100 …-re "type = ${s_head}${bad_i}${bad_c}${bad_li}${bad_ui}${bad_lui}${bad_si}${bad_sui}${bad_uc}${bad…
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/base/src/
H A DnsMsgKeySet.cpp253 char* s_head; in Output() local
266 s_head = (char*)moz_xmalloc(s_size); in Output()
267 if (!s_head) return NS_ERROR_OUT_OF_MEMORY; in Output()
270 s = s_head; in Output()
280 int32_t so = s - s_head; in Output()
283 if (tmp) PL_strcpy(tmp, s_head); in Output()
284 free(s_head); in Output()
285 s_head = tmp; in Output()
287 s = s_head + so; in Output()
288 s_end = s_head + s_size; in Output()
[all …]
/dports/cad/gtkwave/gtkwave-3.3.107/src/
H A Dedgebuttons.c67 struct strace *s_head, *s; in edge_search_2() local
78 memset(s_head = &s_tmp, 0, sizeof(struct strace)); in edge_search_2()
79 s_head->trace = t; in edge_search_2()
80 s_head->value = ST_ANY; in edge_search_2()
81 s = s_head; in edge_search_2()
127 s=s_head; in edge_search_2()
171 s=s_head; in edge_search_2()
209 s=s_head; in edge_search_2()
449 s=s_head; in edge_search_2()
/dports/devel/cvs-devel/cvs-1.12.13/src/
H A Dmodules.c778 static struct sortrec *s_head; variable
822 s_head = xnrealloc (s_head, s_max, sizeof (*s_head)); in save_d()
824 s_rec = &s_head[s_count]; in save_d()
920 qsort ((void *) s_head, s_count, sizeof (struct sortrec), sort_order); in cat_module()
928 for (s_h = s_head, i = 0; i < s_count; i++, s_h++) in cat_module()
/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dinit2.c632 MAKE(s_head, header); in init_s_info()
635 s_head->v_major = VERSION_MAJOR; in init_s_info()
636 s_head->v_minor = VERSION_MINOR; in init_s_info()
637 s_head->v_patch = VERSION_PATCH; in init_s_info()
638 s_head->v_extra = 0; in init_s_info()
642 s_head->info_num = MAX_SKILLS; in init_s_info()
643 s_head->info_len = sizeof(skill_type); in init_s_info()
646 s_head->head_size = sizeof(header); in init_s_info()
647 s_head->info_size = s_head->info_num * s_head->info_len; in init_s_info()
704 C_MAKE(s_info, s_head->info_num, skill_type); in init_s_info()
[all …]
/dports/devel/sunpromake/schily-2021-09-18/mkisofs/
H A Ddiskmbr.h38 unsigned char s_head; member
/dports/devel/schilybase/schily-2021-09-18/mkisofs/
H A Ddiskmbr.h38 unsigned char s_head; member
/dports/net/rscsi/schily-2021-09-18/mkisofs/
H A Ddiskmbr.h38 unsigned char s_head; member
/dports/archivers/star/schily-2021-09-18/mkisofs/
H A Ddiskmbr.h38 unsigned char s_head; member
/dports/sysutils/cdrkit/cdrkit-1.1.11/genisoimage/
H A Ddiskmbr.h50 unsigned char s_head; member
/dports/sysutils/cdrtools/schily-2021-09-18/mkisofs/
H A Ddiskmbr.h38 unsigned char s_head; member
/dports/editors/ved/schily-2021-09-18/mkisofs/
H A Ddiskmbr.h38 unsigned char s_head; member
/dports/sysutils/genisoimage/cdrkit-1.1.11/genisoimage/
H A Ddiskmbr.h50 unsigned char s_head; member

12345678