Home
last modified time | relevance | path

Searched refs:jstuff (Results 1 – 3 of 3) sorted by relevance

/dports/devel/rcs/rcs-5.10.0/src/
H A Dco.c53 struct jstuff struct
55 struct divvy *jstuff; member
294 close_space (js->jstuff); in preparejoin()
295 js->jstuff = NULL; in preparejoin()
393 struct jstuff jstuff; in co_main() local
413 memset (&jstuff, 0, sizeof (struct jstuff)); in co_main()
514 jstuff.suffix = *argv; in co_main()
519 jstuff.version = *argv; in co_main()
524 jstuff.zone = *argv; in co_main()
530 jstuff.expand = *argv; in co_main()
[all …]
H A DChangeLog1447 * co.c (struct jstuff): Add member ‘d’.
1450 (main): Use ‘jstuff.d’.
1468 (main): Use ‘jstuff.suffix’, ‘jstuff.version’,
1469jstuff.zone’, ‘jstuff.expand’.
1476 (struct jstuff): Add members ‘ls’, ‘lastidx’.
1485 * co.c (jstuff): Delete var.
1491 (main): Add auto var ‘jstuff’;
2780 (struct jstuff): Add member ‘merge’.
2781 (preparejoin): Init ‘jstuff.merge’ once.
5585 (link, jstuff): New structs.
[all …]
/dports/science/silo/silo-4.10.2-bsd/tests/
H A Djson.c94 struct json_object *jsilo_obj, *fil_obj, *jstuff, *jarr; in main() local
199 jstuff = json_object_new_object(); in main()
200 json_object_object_add(jstuff, "foo", json_object_new_boolean(0)); in main()
201 json_object_object_add(jstuff, "a_double", json_object_new_double(1.5)); in main()
202 json_object_object_add(jstuff, "b_int", json_object_new_int(33)); in main()
208 json_object_object_add(jstuff, "array", jarr); in main()
210 json_object_object_add(fil_obj, "katie_data", jstuff); in main()