Home
last modified time | relevance | path

Searched refs:in_grp (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/aloadimage/arcan-0.6.1/doc/
H A Ddocgen.rb268 in_grp = false
272 if (not in_grp and line =~ /\#define\sEXT_MAPTBL_(\w+)/)
273 in_grp = $1
274 elsif (in_grp)
276 in_grp = nil
280 send(cfun, in_grp.downcase, $1, $2)
/dports/sysutils/acfgfs/arcan-0.6.1/doc/
H A Ddocgen.rb268 in_grp = false
272 if (not in_grp and line =~ /\#define\sEXT_MAPTBL_(\w+)/)
273 in_grp = $1
274 elsif (in_grp)
276 in_grp = nil
280 send(cfun, in_grp.downcase, $1, $2)
/dports/x11/aclip/arcan-0.6.1/doc/
H A Ddocgen.rb268 in_grp = false
272 if (not in_grp and line =~ /\#define\sEXT_MAPTBL_(\w+)/)
273 in_grp = $1
274 elsif (in_grp)
276 in_grp = nil
280 send(cfun, in_grp.downcase, $1, $2)
/dports/x11/arcan-trayicon/arcan-0.6.1/doc/
H A Ddocgen.rb268 in_grp = false
272 if (not in_grp and line =~ /\#define\sEXT_MAPTBL_(\w+)/)
273 in_grp = $1
274 elsif (in_grp)
276 in_grp = nil
280 send(cfun, in_grp.downcase, $1, $2)
/dports/net/libyang/libyang-1.0.240/src/
H A Dtree_schema.c45 int in_grp, int shallow, struct unres_schema *unres);
1707 LY_DATA_TYPE base, int in_grp, int shallow, struct unres_schema *unres) in type_dup() argument
1813 … if (!in_grp && unres_schema_add_node(mod, unres, new, UNRES_TYPE_LEAFREF, parent) == -1) { in type_dup()
1827 if (!in_grp) { in type_dup()
1852 … if (lys_type_dup(mod, parent, &(new->info.uni.types[u]), &(old->info.uni.types[u]), in_grp, in type_dup()
1870 int in_grp, int shallow, struct unres_schema *unres) in lys_yang_type_dup() argument
1884 if (type_dup(module, parent, type, old->type, new->base, in_grp, shallow, unres)) { in lys_yang_type_dup()
2269 int in_grp, int shallow, struct unres_schema *unres) in lys_type_dup() argument
2286 …>der = (struct lys_tpdf *)lys_yang_type_dup(mod, parent, (struct yang_type *)old->der, new, in_grp, in lys_type_dup()
2298 return type_dup(mod, parent, new, old, new->base, in_grp, shallow, unres); in lys_type_dup()
H A Dparser_yin.c454 int in_grp = 0; in fill_yin_type() local
1354 in_grp = 1; in fill_yin_type()
1359 if (!in_grp) { in fill_yin_type()
1368 if (in_grp) { in fill_yin_type()