• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/groff-38/groff/src/roff/troff/

Lines Matching +defs:cl +defs:new

549   push(new input_boundary);
554 push(new input_return_boundary);
612 return new statem(diversion_state);
682 *pp = new file_iterator(fp, s);
845 buf = new char[ABUF_SIZE*2];
851 buf = new char[buf_size*2];
1142 return new non_interpreted_char_node(c);
1181 (void)color_dictionary.lookup(nm, new color(nm));
1196 (void)color_dictionary.lookup(nm, new color(nm));
1228 color *col = new color;
1257 color *col = new color;
1286 color *col = new color;
1316 color *col = new color;
1390 overstrike_node *on = new overstrike_node;
1416 bracket_node *bn = new bracket_node;
1529 return new zero_width_node(n);
1539 node *rev = new dummy_node;
1563 return new zero_width_node(n);
1591 return new token_node(tk);
1751 nd = new hmotion_node(curenv->get_narrow_space_width(),
1757 nd = new hmotion_node(curenv->get_half_narrow_space_width(),
1875 nd = new hmotion_node(curenv->get_digit_width(),
1888 nd = new left_italic_corrected_node;
1938 nd = new non_interpreted_char_node('\001');
1963 nd = new vmotion_node(curenv->get_size() / 2,
2013 nd = new hmotion_node(x, curenv->get_fill_color());
2048 nd = new hline_node(x, char_node);
2050 nd = new vline_node(x, char_node);
2091 nd = new vmotion_node(-curenv->get_size(), curenv->get_fill_color());
2112 nd = new non_interpreted_char_node('\t');
2116 nd = new vmotion_node(-curenv->get_size() / 2,
2123 nd = new vmotion_node(x, curenv->get_fill_color());
2139 nd = new extra_size_node(x);
2158 nd = new special_node(*m);
2166 nd = new zero_width_node(nd);
2174 nd = new zero_width_node(gn);
2210 char *buf = new char[strlen(gn) + 1 + 1];
2459 buf = new char[ABUF_SIZE*2];
2465 buf = new char[buf_size*2];
2651 int_stack_element *p = new int_stack_element;
2866 curenv->add_node(new hmotion_node(space_width * nspaces,
3035 head = tail = new char_block;
3040 tail->next = new char_block;
3141 char_list cl;
3210 p = new macro_header;
3211 if (p->cl.length() != len) {
3217 p->cl.append(c);
3227 p->cl.set(c, offset);
3233 return p->cl.get(offset);
3257 p = new macro_header;
3258 if (p->cl.length() != len) {
3264 p->cl.append(0);
3296 macro_header *p = new macro_header;
3297 char_block *bp = cl.head;
3306 p->cl.append(c);
3362 bp = mac.p->cl.head;
3485 base = new unsigned char[len];
3502 void *operator new(size_t);
3511 void *small_temp_iterator::operator new(size_t n)
3516 (small_temp_iterator *)new char[sizeof(small_temp_iterator)*BLOCK];
3556 return new small_temp_iterator(s, 0);
3560 return new small_temp_iterator(s, n);
3562 return new temp_iterator(s, n);
3609 return new string_iterator(p->mac);
3620 *p = new arg_list(m);
3695 p = new macro;
3808 macro_iterator *mi = new macro_iterator(nm, *this);
3887 macro_iterator *mi = new macro_iterator();
3955 input_stack::push(new macro_iterator(nm, *m, "trap-invoked macro"));
3980 macro_iterator *mi = new macro_iterator;
4025 input_stack::push(new string_iterator(mac));
4075 mm = new macro;
4139 macro *m = new macro;
4192 string_iterator *si = new string_iterator(*m, "string", nm);
4204 macro_iterator *mi = new macro_iterator(s, *m);
4276 m.append(new token_node(t));
4277 input_stack::push(new string_iterator(m));
4292 mac.append(new token_node(tok));
4293 input_stack::push(new string_iterator(mac));
4392 mm = new macro;
4957 buf = new char[ABUF_SIZE*2];
4963 buf = new char[buf_size*2];
5143 return new non_interpreted_node(mac);
5176 return new non_interpreted_node(mac);
5248 return new special_node(mac);
5284 return new suppress_node(0, 0);
5289 return new suppress_node(1, 0);
5293 return new suppress_node(1, 1);
5323 return new suppress_node(symbol(s), position, image_no);
5602 mac.append(new token_node(tok));
5638 input_stack::push(new string_iterator(mac, "while loop"));
5697 input_stack::push(new file_iterator(fp, nm.contents()));
5724 char *buf = new char[buf_size];
5733 buf = new char[buf_size];
5744 input_stack::push(new file_iterator(fp, symbol(buf).contents(), 1));
6080 curenv->add_node(new tag_node(s, 0));
6103 curenv->add_node(new tag_node(s, 1));
6550 n = new dummy_node;
6577 n = new hmotion_node(curenv->get_space_width(),
6584 n = new unbreakable_space_node(curenv->get_space_width(),
6588 n = new space_char_hmotion_node(curenv->get_space_width(),
6592 n = new transparent_dummy_node;
6595 n = new space_node(H0, curenv->get_fill_color());
6615 curenv->add_node(new hmotion_node(-curenv->get_space_width(),
6622 curenv->add_node(new dummy_node);
6681 curenv->add_node(new unbreakable_space_node(curenv->get_space_width(),
6685 curenv->add_node(new space_char_hmotion_node(curenv->get_space_width(),
6694 curenv->add_node(new transparent_dummy_node);
6698 node *tmp = new space_node(H0, curenv->get_fill_color());
6823 char *s = new char[len];
6832 s = new char[len*2];
6870 char *s = new char[strlen(pipe_command) + strlen(pc) + 1 + 1];
7034 output_page_list = new page_range(i, j, output_page_list);
7048 char *s1 = new char[strlen(mac)+strlen(MACRO_POSTFIX)+1];
7054 char *s2 = new char[strlen(mac)+strlen(MACRO_PREFIX)+1];
7071 input_stack::push(new file_iterator(fp, s));
7083 input_stack::push(new file_iterator(fp, symbol(path).contents()));
7107 char *s = new char[strlen(fn) + sizeof(MACRO_POSTFIX)];
7116 char *s = new char[strlen(fn) + sizeof(MACRO_PREFIX)];
7125 input_stack::push(new file_iterator(fp, symbol(path).contents()));
7147 input_stack::push(new file_iterator(fp, name));
7176 char *buf = new char[p - s + 1];
7188 macro *m = new macro;
7205 char *buf = new char[p - s + 1];
7222 string_list *l = new string_list(s);
7232 *p = new string_list(s);
7418 curdiv = topdiv = new top_level_diversion;
7428 number_reg_dictionary.define(".T", new constant_reg(tflag ? "1" : "0"));
7498 new constant_reg(ascii_output_flag
7634 number_reg_dictionary.define(".$", new nargs_reg);
7635 number_reg_dictionary.define(".C", new constant_int_reg(&compatible_flag));
7636 number_reg_dictionary.define(".c", new lineno_reg);
7637 number_reg_dictionary.define(".color", new constant_int_reg(&color_flag));
7638 number_reg_dictionary.define(".F", new filename_reg);
7639 number_reg_dictionary.define(".g", new constant_reg("1"));
7640 number_reg_dictionary.define(".H", new constant_int_reg(&hresolution));
7641 number_reg_dictionary.define(".R", new constant_reg("10000"));
7642 number_reg_dictionary.define(".U", new constant_int_reg(&safer_flag));
7643 number_reg_dictionary.define(".V", new constant_int_reg(&vresolution));
7644 number_reg_dictionary.define(".warn", new constant_int_reg(&warning_mask));
7646 number_reg_dictionary.define(".x", new constant_reg(major_version));
7648 number_reg_dictionary.define(".Y", new constant_reg(revision));
7650 number_reg_dictionary.define(".y", new constant_reg(minor_version));
7651 number_reg_dictionary.define("c.", new writable_lineno_reg);
7652 number_reg_dictionary.define("llx", new variable_reg(&llx_reg_contents));
7653 number_reg_dictionary.define("lly", new variable_reg(&lly_reg_contents));
7655 new variable_reg(&output_reg_maxx_contents));
7657 new variable_reg(&output_reg_maxy_contents));
7659 new variable_reg(&output_reg_minx_contents));
7661 new variable_reg(&output_reg_miny_contents));
7663 new variable_reg(&input_stack::limit));
7664 number_reg_dictionary.define("systat", new variable_reg(&system_status));
7665 number_reg_dictionary.define("urx", new variable_reg(&urx_reg_contents));
7666 number_reg_dictionary.define("ury", new variable_reg(&ury_reg_contents));
7673 request_dictionary.define(s, new request(f));
7682 p = new macro;
7704 new string_iterator(*mac, "composite character", ci->nm);
7753 hvpair *point = new hvpair[maxpoints];
7761 point = new hvpair[maxpoints*2];
7828 draw_node *dn = new draw_node(type, point, npoints,
7948 char *s = new char[sizeof(prefix) + strlen(format)];
8083 charinfo *cp = new charinfo(nm);
8178 ci = new charinfo(UNNAMED_SYMBOL);
8188 ci = new charinfo(UNNAMED_SYMBOL);