Searched refs:s_head (Results 1 – 2 of 2) sorted by relevance
47 set s_head "${ws}(struct|class) mystruct \{(${ws}public:|)"78 …-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}${…81 …-re "type = ${s_head}${bad_i}${bad_c}${bad_li}${bad_ui}${bad_lui}${bad_si}${bad_sui}${bad_uc}${bad…
781 static struct sortrec *s_head; variable825 s_head = xnrealloc (s_head, s_max, sizeof (*s_head)); in save_d()827 s_rec = &s_head[s_count]; in save_d()923 qsort ((void *) s_head, s_count, sizeof (struct sortrec), sort_order); in cat_module()931 for (s_h = s_head, i = 0; i < s_count; i++, s_h++) in cat_module()