Searched refs:gch (Results 1 - 12 of 12) sorted by last modified time

/freebsd-11-stable/usr.bin/tip/tip/
H A Dtip.c387 int gch; local
403 gch = getchar();
404 if (gch == EOF)
406 gch = gch & STRIP_PAR;
407 if ((gch == character(value(ESCAPE))) && bol) {
409 gch = escape();
410 if (gch == EOF)
412 if (gch == 0)
415 } else if (!cumode && gch
450 int gch; local
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlgc.c60 (gch(x)->marked = cast_byte((gch(x)->marked & maskcolors) | luaC_white(g)))
62 #define white2gray(x) resetbits(gch(x)->marked, WHITEBITS)
63 #define black2gray(x) resetbit(gch(x)->marked, BLACKBIT)
66 #define isfinalized(x) testbit(gch(x)->marked, FINALIZEDBIT)
139 lua_assert(gch(o)->tt != LUA_TTABLE);
157 lua_assert(isblack(o) && !isdead(g, o) && gch(o)->tt == LUA_TTABLE);
219 gch(o)->marked = luaC_white(g);
220 gch(o)->tt = tt;
221 gch(
[all...]
H A Dlstring.c78 GCObject *next = gch(p)->next; /* save next */
80 gch(p)->next = tb->hash[h]; /* chain it */
139 o = gch(o)->next) {
H A Dlstate.h186 GCheader gch; /* common header */ member in union:GCObject
197 #define gch(o) (&(o)->gch) macro
201 check_exp(novariant((o)->gch.tt) == LUA_TSTRING, &((o)->ts))
203 #define rawgco2u(o) check_exp((o)->gch.tt == LUA_TUSERDATA, &((o)->u))
205 #define gco2lcl(o) check_exp((o)->gch.tt == LUA_TLCL, &((o)->cl.l))
206 #define gco2ccl(o) check_exp((o)->gch.tt == LUA_TCCL, &((o)->cl.c))
208 check_exp(novariant((o)->gch.tt) == LUA_TFUNCTION, &((o)->cl))
209 #define gco2t(o) check_exp((o)->gch.tt == LUA_TTABLE, &((o)->h))
210 #define gco2p(o) check_exp((o)->gch
[all...]
H A Dlobject.h176 #define righttt(obj) (ttype(obj) == gcvalue(obj)->gch.tt)
202 val_(io).gc=i_g; settt_(io, ctb(gch(i_g)->tt)); }
H A Dlgc.h99 #define iswhite(x) testbits((x)->gch.marked, WHITEBITS)
100 #define isblack(x) testbit((x)->gch.marked, BLACKBIT)
102 (!testbits((x)->gch.marked, WHITEBITS | bitmask(BLACKBIT)))
104 #define isold(x) testbit((x)->gch.marked, OLDBIT)
108 #define resetoldbit(o) resetbit((o)->gch.marked, OLDBIT)
112 #define isdead(g,v) isdeadm(otherwhite(g), (v)->gch.marked)
114 #define changewhite(x) ((x)->gch.marked ^= WHITEBITS)
115 #define gray2black(x) l_setbit((x)->gch.marked, BLACKBIT)
H A Dlfunc.c102 gch(o)->next = g->allgc; /* link upvalue into 'allgc' list */
H A Dldo.c156 for (up = L->openupval; up != NULL; up = up->gch.next)
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure5453 -o conftest.h.gch 1>&5 2>&1 &&
[all...]
/freebsd-11-stable/contrib/libstdc++/include/
H A DMakefile.am763 pch1_output_builddir = ${host_builddir}/stdc++.h.gch
765 pch1_output_installdir = ${host_installdir}/stdc++.h.gch
766 pch1a_output = ${pch1_output_builddir}/O0g.gch
767 pch1b_output = ${pch1_output_builddir}/O2g.gch
771 pch2_output_builddir = ${host_builddir}/stdtr1c++.h.gch
773 pch2_output_installdir = ${host_installdir}/stdtr1c++.h.gch
774 pch2_output = ${pch2_output_builddir}/O2g.gch
777 pch3_output_builddir = ${host_builddir}/extc++.h.gch
779 pch3_output_installdir = ${host_installdir}/extc++.h.gch
780 pch3_output = ${pch3_output_builddir}/O2g.gch
[all...]
H A DMakefile.in981 pch1_output_builddir = ${host_builddir}/stdc++.h.gch
983 pch1_output_installdir = ${host_installdir}/stdc++.h.gch
984 pch1a_output = ${pch1_output_builddir}/O0g.gch
985 pch1b_output = ${pch1_output_builddir}/O2g.gch
988 pch2_output_builddir = ${host_builddir}/stdtr1c++.h.gch
990 pch2_output_installdir = ${host_installdir}/stdtr1c++.h.gch
991 pch2_output = ${pch2_output_builddir}/O2g.gch
993 pch3_output_builddir = ${host_builddir}/extc++.h.gch
995 pch3_output_installdir = ${host_installdir}/extc++.h.gch
996 pch3_output = ${pch3_output_builddir}/O2g.gch
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dremote-e7000.c766 gch (void) function
774 int high = convert_hex_digit (gch ());
775 int low = convert_hex_digit (gch ());
921 fetch_regs_from_dump (gch, wanted);
1250 c = gch ();
1252 c = gch ();
1253 c = gch ();
1261 c = gch ();
1274 gch ();
1275 gch ();
[all...]

Completed in 320 milliseconds