Home
last modified time | relevance | path

Searched refs:C_EMPTY (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/dports/comms/mgetty+sendfax/mgetty-1.1.37/
H A Dconf_mg.c66 { "port-group", {0}, CT_STRING, C_EMPTY },
76 { "modem-quirks", {0}, CT_INT, C_EMPTY },
77 { "init-chat", {0}, CT_CHAT, C_EMPTY },
79 { "post-init-chat", {0}, CT_CHAT, C_EMPTY },
87 { "get-cnd-chat", {0}, CT_CHAT, C_EMPTY },
89 { "answer-chat", {0}, CT_CHAT, C_EMPTY },
103 { "login-time", {0}, CT_INT, C_EMPTY },
122 { "notify", {0}, CT_STRING, C_EMPTY },
128 { "fax-group", {0}, CT_STRING, C_EMPTY },
142 { "term", {0}, CT_STRING, C_EMPTY },
[all …]
H A Dconf_sf.c31 { "fax-devices", {0}, CT_STRING, C_EMPTY },
33 { "modem-init", {0}, CT_STRING, C_EMPTY },
37 { "modem-handshake", {0}, CT_STRING, C_EMPTY },
40 { "modem-quirks", {0}, CT_INT, C_EMPTY },
41 { "reset-after-fail", {0}, CT_STRING, C_EMPTY },
48 { "open-delay", {0}, CT_INT, C_EMPTY },
59 { "page-header", {0}, CT_STRING, C_EMPTY },
63 { NULL, {0}, CT_STRING, C_EMPTY }};
85 c.ttys.flags = C_EMPTY;
H A Dconfig.h20 enum { C_EMPTY, C_PRESET, C_OVERRIDE, C_CONF, enumerator
46 #define c_isset( cp ) ( c.cp.flags != C_EMPTY )
/dports/devel/py-ijson/ijson-3.1.4/ijson/backends/
H A D_yajl2_ctypes_common.py12 C_EMPTY = CFUNCTYPE(c_int, c_void_p) variable
25 ('null', 'null', C_EMPTY, lambda: None),
31 ('start_map', 'start_map', C_EMPTY, lambda: None),
33 ('end_map', 'end_map', C_EMPTY, lambda: None),
34 ('start_array', 'start_array', C_EMPTY, lambda: None),
35 ('end_array', 'end_array', C_EMPTY, lambda: None),
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/ijson/ijson/backends/
H A Dyajl2.py17 C_EMPTY = CFUNCTYPE(c_int, c_void_p) variable
28 ('null', C_EMPTY, lambda: None),
36 ('start_map', C_EMPTY, lambda: None),
38 ('end_map', C_EMPTY, lambda: None),
39 ('start_array', C_EMPTY, lambda: None),
40 ('end_array', C_EMPTY, lambda: None),
H A Dyajl.py17 C_EMPTY = CFUNCTYPE(c_int, c_void_p) variable
28 ('null', C_EMPTY, lambda: None),
36 ('start_map', C_EMPTY, lambda: None),
38 ('end_map', C_EMPTY, lambda: None),
39 ('start_array', C_EMPTY, lambda: None),
40 ('end_array', C_EMPTY, lambda: None),
/dports/games/xmille/Mille/
H A Dextern.c76 C_REPAIRS, C_GO, C_END_LIMIT, C_EMPTY, C_FLAT, C_CRASH,
77 C_STOP, C_LIMIT, C_EMPTY, C_FLAT, C_CRASH, C_STOP, C_INIT
86 C_EMPTY, C_EMPTY,
/dports/games/chessx/chessx-1.5.6/src/guess/
H A Dguess_position.h128 …void AddLegalMove(MoveList * mlist, squareT from, squareT to, pieceC promotion = C_EMPTY, bool ca…
345 GenerateMoves(nullptr, C_EMPTY, GEN_ALL_MOVES, true); in GenerateMoves()
349 GenerateMoves(mlist, C_EMPTY, GEN_ALL_MOVES, true); in GenerateMoves()
357 GenerateMoves(mlist, C_EMPTY, genType, true); in GenerateMoves()
361 GenerateMoves(mlist, C_EMPTY, GEN_CAPTURES, true); in GenerateCaptures()
/dports/comms/mgetty+sendfax/mgetty-1.1.37/contrib/
H A Dusr_gotcha.mail53 { "statistics-file", 0, CT_STRING, C_EMPTY },
55 { "term", 0, CT_STRING, C_EMPTY },
59 + { "usrobotics-kludge", 0, CT_BOOL, C_EMPTY },
62 { NULL, 0, CT_STRING, C_EMPTY }};
80 { "page-header", 0, CT_STRING, C_EMPTY },
85 + { "usrobotics-kludge", 0, CT_BOOL, C_EMPTY },
87 { NULL, 0, CT_STRING, C_EMPTY }};
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.old-deja/g++.abi/
H A Dvtable3c.C11 #define C_EMPTY macro
H A Dvtable3d.C11 #define C_EMPTY macro
H A Dvtable3b.C11 #define C_EMPTY macro
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.old-deja/g++.abi/
H A Dvtable3b.C11 #define C_EMPTY macro
H A Dvtable3c.C11 #define C_EMPTY macro
H A Dvtable3d.C11 #define C_EMPTY macro
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.old-deja/g++.abi/
H A Dvtable3c.C11 #define C_EMPTY macro
H A Dvtable3b.C11 #define C_EMPTY macro
H A Dvtable3d.C11 #define C_EMPTY macro
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.old-deja/g++.abi/
H A Dvtable3d.C11 #define C_EMPTY macro
H A Dvtable3b.C11 #define C_EMPTY macro
H A Dvtable3c.C11 #define C_EMPTY macro
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.old-deja/g++.abi/
H A Dvtable3c.C11 #define C_EMPTY macro
H A Dvtable3b.C11 #define C_EMPTY macro
H A Dvtable3d.C11 #define C_EMPTY macro
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.old-deja/g++.abi/
H A Dvtable3b.C11 #define C_EMPTY macro

12345678910>>...12