Searched refs:TF_NULL (Results 1 – 7 of 7) sorted by relevance
/dports/net/tinyfugue/tf-50b8/src/ |
H A D | tfio.h | 31 typedef enum { TF_NULL, TF_QUEUE, TF_FILE, TF_PIPE } TFILE_type_t; enumerator
|
H A D | tfio.c | 392 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 D | tfio.h | 30 typedef enum { TF_NULL, TF_QUEUE, TF_FILE, TF_PIPE } TFILE_type_t; enumerator
|
H A D | tfio.c | 391 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 D | svalue.h | 320 #define TF_NULL (1 << T_NULL) macro
|
H A D | interpret.c | 6406 && (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 D | efuns.c | 8720 vefun_exp_arg_error(3, TF_NULL|TF_STRING in v_debug_info()
|