Home
last modified time | relevance | path

Searched refs:make_bool (Results 1 – 25 of 28) sorted by relevance

12

/plan9/sys/src/cmd/gs/src/
H A Dzrelbit.c52 make_bool(op - 1, (obj_eq(imemory, op - 1, op) ? 1 : 0)); in zeq()
78 make_bool(op - 1, code); in zge()
93 make_bool(op - 1, code ^ 1); in zgt()
108 make_bool(op - 1, code); in zle()
123 make_bool(op - 1, code ^ 1); in zlt()
282 make_bool(op - 1, (obj_ident_eq(imemory, op - 1, op) ? 1 : 0)); in zidenteq()
H A Dzfile1.c57 make_bool(op, false); in zfile_name_combine()
63 make_bool(op - 1, true); in zfile_name_combine()
79 make_bool(op, (gp_file_name_root((const char *)op->value.const_bytes, in zfile_name_is_absolute()
H A Dzrop.c75 make_bool(op, gs_currentsourcetransparent(igs)); in zcurrentsourcetransparent()
98 make_bool(op, gs_currenttexturetransparent(igs)); in zcurrenttexturetransparent()
H A Dzvmem2.c54 make_bool(op, ialloc_space(idmemory) != avm_local); in zcurrentglobal()
65 make_bool(op, (r_is_local(op) ? false : true)); in zgcheck()
H A Dzfontenum.c62 make_bool(op, false); in z_fontenum()
125 make_bool(op, true); in z_fontenum()
H A Dzcolor2.c44 make_bool(op, cs_base_space(pcs) != 0); in zusealternate()
H A Dstore.h192 #define make_bool(pref,bval)\ macro
195 make_bool(pref, 0)
197 make_bool(pref, 1)
H A Dztype.c166 make_bool(op, (r_has_attr(ACCESS_REF(op), a_executable) ? 1 : 0)); in zxcheck()
219 make_bool(op, code), code = 0; in zrcheck()
231 make_bool(op, code), code = 0; in zwcheck()
H A Dzfileio.c89 make_bool(op, 1); in zread()
94 make_bool(op, 0); in zread()
319 make_bool(op, (rlen == len ? 1 : 0)); in zreadstring_at()
411 make_bool(op, status == 0); in zreadline_at()
682 make_bool(op, s_is_proc(s)); in zisprocfilter()
725 make_bool(op, (rlen == len ? 1 : 0)); in zpeekstring()
H A Dzsysvm.c136 make_bool(op, (r_space(op) == avm_system ? true : false)); in zsystemvmcheck()
H A Dzdict.c221 make_bool(op1, (dict_find(op1, op, &pvalue) > 0 ? 1 : 0)); in zknown()
442 make_bool(op1, code == 0); in zknownundef()
H A Dzgstate.c70 make_bool(op, current_proc(igs)); in zcurrent_bool()
472 make_bool(op, gs_currentdotlength_absolute(igs)); in zcurrentdotlength()
H A Dzcssepr.c151 make_bool(op, gs_currentoverprint(igs)); in zcurrentoverprint()
H A Dzdevice.c406 make_bool(osp, code); in zputdeviceparams()
428 make_bool(op, code != 0); /* erase page if 1 */ in zsetdevice()
H A Dzstring.c195 make_bool(op1, result); in zstringmatch()
H A Dzfile.c264 make_bool(op-2, statement); in zfile()
486 make_bool(op, (file_is_valid(s, op) ? 1 : 0)); in zstatus()
529 make_bool(op, 1); in zstatus()
532 make_bool(op, 0); in zstatus()
H A Dzdevice2.c183 make_bool(op - 1, code); in zcallendpage()
H A Dzfunc.c198 make_bool(op, pfn != NULL); in zisencapfunction()
H A Dztrans.c168 make_bool(op, gs_currenttextknockout(igs)); in zcurrenttextknockout()
H A Dzfproc.c345 make_bool(esp - 1, !psst->eof); in s_handle_write_exception()
H A Dzdouble.c253 make_bool(op - 1, in dcompare()
H A Discanbin.c269 make_bool(pref, arg); in scan_binary_token()
491 make_bool(op, sdecodelong(p + 5, num_format) != 0); in scan_bos_continue()
H A Dzdps1.c78 make_bool(op, gs_currentstrokeadjust(igs)); in zcurrentstrokeadjust()
H A Dzupath.c213 make_bool(op, result); in in_path_result()
H A Dimain.c636 make_bool(&vref, value); in gs_push_boolean()

12