Home
last modified time | relevance | path

Searched refs:TF_NULL (Results 1 – 7 of 7) sorted by relevance

/dports/net/tinyfugue/tf-50b8/src/
H A Dtfio.h31 typedef enum { TF_NULL, TF_QUEUE, TF_FILE, TF_PIPE } TFILE_type_t; enumerator
H A Dtfio.c392 if (!file || file->type == TF_NULL) { in tfnputs()
412 if (file && file->type != TF_NULL) { in tfputansi()
428 if (!file || file->type == TF_NULL) { in tfputline()
/dports/net/tinyfugue-devel/tinyfugue-5.1.3/src/
H A Dtfio.h30 typedef enum { TF_NULL, TF_QUEUE, TF_FILE, TF_PIPE } TFILE_type_t; enumerator
H A Dtfio.c391 if (!file || file->type == TF_NULL) { in tfnputs()
411 if (file && file->type != TF_NULL) { in tfputansi()
427 if (!file || file->type == TF_NULL) { in tfputline()
/dports/games/ldmud/ldmud-3.3.720/src/
H A Dsvalue.h320 #define TF_NULL (1 << T_NULL) macro
H A Dinterpret.c6406 && (type & TF_NULL) in test_efun_args()
16249 RAISE_ARG_ERROR(1, TF_NULL|TF_STRING, sp->type); in eval_instruction()
16309 RAISE_ARG_ERROR(1, TF_NULL|TF_MAPPING|TF_POINTER, sp->type); in eval_instruction()
H A Defuns.c8720 vefun_exp_arg_error(3, TF_NULL|TF_STRING in v_debug_info()