Searched refs:add_char (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter2/
H A Dlexer.ml12 Buffer.add_char buffer c;
18 Buffer.add_char buffer c;
34 Buffer.add_char buffer c;
41 Buffer.add_char buffer c;
/macosx-10.10/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter3/
H A Dlexer.ml12 Buffer.add_char buffer c;
18 Buffer.add_char buffer c;
34 Buffer.add_char buffer c;
41 Buffer.add_char buffer c;
/macosx-10.10/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter4/
H A Dlexer.ml12 Buffer.add_char buffer c;
18 Buffer.add_char buffer c;
34 Buffer.add_char buffer c;
41 Buffer.add_char buffer c;
/macosx-10.10/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter5/
H A Dlexer.ml12 Buffer.add_char buffer c;
18 Buffer.add_char buffer c;
34 Buffer.add_char buffer c;
41 Buffer.add_char buffer c;
/macosx-10.10/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter6/
H A Dlexer.ml12 Buffer.add_char buffer c;
18 Buffer.add_char buffer c;
34 Buffer.add_char buffer c;
41 Buffer.add_char buffer c;
/macosx-10.10/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter7/
H A Dlexer.ml12 Buffer.add_char buffer c;
18 Buffer.add_char buffer c;
34 Buffer.add_char buffer c;
41 Buffer.add_char buffer c;
/macosx-10.10/groff-38/groff/src/devices/grotty/
H A Dtty.cpp211 void add_char(unsigned int, int, int, int, color *, color *, unsigned char);
368 add_char(f->get_code(i), w,
374 void tty_printer::add_char(unsigned int c, int w, function in class:tty_printer
439 add_char(*arg - '0', 0, env->hpos, env->vpos, env->col, env->fill,
479 add_char(0, 0, env->hpos, env->vpos, env->col, env->fill, COLOR_CHANGE);
484 add_char(0, 0, env->hpos, env->vpos, env->col, env->fill, COLOR_CHANGE);
504 add_char(vline_char, font::hor, env->hpos, v, env->col, env->fill,
507 add_char(vline_char, font::hor, env->hpos, v, env->col, env->fill,
512 add_char(vline_char, font::hor, env->hpos, v, env->col, env->fill,
517 add_char(vline_cha
[all...]
/macosx-10.10/groff-38/groff/src/devices/xditview/
H A Ddevice.c63 static struct charinfo *add_char(DeviceFont *, const char *, int, int);
369 struct charinfo *add_char(DeviceFont *f, const char *name, int width, int code) function
423 (void)add_char(f, name,
447 last_charinfo = add_char(f, name, width, code);
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dprincipal.c396 #define add_char(BASE, INDEX, LEN, C) do { if((INDEX) < (LEN)) (BASE)[(INDEX)++] = (C); }while(0); macro
405 add_char(out, idx, len, replace_chars[q - quotable_chars]);
407 add_char(out, idx, len, '\\');
408 add_char(out, idx, len, replace_chars[q - quotable_chars]);
410 add_char(out, idx, len, *p);
440 add_char(name, idx, len, '/');
460 add_char(name, idx, len, '@');
/macosx-10.10/bash-94.1.2/bash-3.2/builtins/
H A Dread.c421 goto add_char;
442 add_char:
/macosx-10.10/groff-38/groff/src/roff/troff/
H A Denv.h342 void add_char(charinfo *);
H A Dnode.h60 node *add_char(charinfo *, environment *, hunits *, int *, node ** = 0);
H A Denv.cpp274 void environment::add_char(charinfo *ci) function in class:environment
293 tab_contents = tab_contents->add_char(ci, this, &tab_width, &s, &gc_np);
305 line = line->add_char(ci, this, &width_total, &space_total, &gc_np);
H A Dnode.cpp4968 node *node::add_char(charinfo *ci, environment *env, function in class:node

Completed in 206 milliseconds