Home
last modified time | relevance | path

Searched refs:cut_type (Results 1 – 14 of 14) sorted by relevance

/dports/devel/sunpromake/schily-2021-09-18/cut/
H A Dcut.c99 int cut_type = CUT_NONE; local
158 cut_type = CUT_COLS;
159 nfields = parse_range(cut_type, c_range);
161 cut_type = CUT_FIELDS;
162 nfields = parse_range(cut_type, f_range);
178 if (cut_type == CUT_FIELDS)
180 else if (cut_type == CUT_COLS)
199 parse_range(cut_type, digstr) in parse_range() argument
200 int cut_type; in parse_range()
279 get_num(cut_type, dgpp) in get_num() argument
[all …]
/dports/devel/smake/schily-2021-09-18/cut/
H A Dcut.c99 int cut_type = CUT_NONE; local
158 cut_type = CUT_COLS;
159 nfields = parse_range(cut_type, c_range);
161 cut_type = CUT_FIELDS;
162 nfields = parse_range(cut_type, f_range);
178 if (cut_type == CUT_FIELDS)
180 else if (cut_type == CUT_COLS)
199 parse_range(cut_type, digstr) in parse_range() argument
200 int cut_type; in parse_range()
279 get_num(cut_type, dgpp) in get_num() argument
[all …]
/dports/devel/schilybase/schily-2021-09-18/cut/
H A Dcut.c99 int cut_type = CUT_NONE; local
158 cut_type = CUT_COLS;
159 nfields = parse_range(cut_type, c_range);
161 cut_type = CUT_FIELDS;
162 nfields = parse_range(cut_type, f_range);
178 if (cut_type == CUT_FIELDS)
180 else if (cut_type == CUT_COLS)
199 parse_range(cut_type, digstr) in parse_range() argument
200 int cut_type; in parse_range()
279 get_num(cut_type, dgpp) in get_num() argument
[all …]
/dports/devel/sccs/schily-2021-09-18/cut/
H A Dcut.c99 int cut_type = CUT_NONE; local
158 cut_type = CUT_COLS;
159 nfields = parse_range(cut_type, c_range);
161 cut_type = CUT_FIELDS;
162 nfields = parse_range(cut_type, f_range);
178 if (cut_type == CUT_FIELDS)
180 else if (cut_type == CUT_COLS)
199 parse_range(cut_type, digstr) in parse_range() argument
200 int cut_type; in parse_range()
279 get_num(cut_type, dgpp) in get_num() argument
[all …]
/dports/net/rscsi/schily-2021-09-18/cut/
H A Dcut.c99 int cut_type = CUT_NONE; local
158 cut_type = CUT_COLS;
159 nfields = parse_range(cut_type, c_range);
161 cut_type = CUT_FIELDS;
162 nfields = parse_range(cut_type, f_range);
178 if (cut_type == CUT_FIELDS)
180 else if (cut_type == CUT_COLS)
199 parse_range(cut_type, digstr) in parse_range() argument
200 int cut_type; in parse_range()
279 get_num(cut_type, dgpp) in get_num() argument
[all …]
/dports/archivers/star/schily-2021-09-18/cut/
H A Dcut.c99 int cut_type = CUT_NONE; local
158 cut_type = CUT_COLS;
159 nfields = parse_range(cut_type, c_range);
161 cut_type = CUT_FIELDS;
162 nfields = parse_range(cut_type, f_range);
178 if (cut_type == CUT_FIELDS)
180 else if (cut_type == CUT_COLS)
199 parse_range(cut_type, digstr) in parse_range() argument
200 int cut_type; in parse_range()
279 get_num(cut_type, dgpp) in get_num() argument
[all …]
/dports/sysutils/cdrtools/schily-2021-09-18/cut/
H A Dcut.c99 int cut_type = CUT_NONE; local
158 cut_type = CUT_COLS;
159 nfields = parse_range(cut_type, c_range);
161 cut_type = CUT_FIELDS;
162 nfields = parse_range(cut_type, f_range);
178 if (cut_type == CUT_FIELDS)
180 else if (cut_type == CUT_COLS)
199 parse_range(cut_type, digstr) in parse_range() argument
200 int cut_type; in parse_range()
279 get_num(cut_type, dgpp) in get_num() argument
[all …]
/dports/editors/ved/schily-2021-09-18/cut/
H A Dcut.c99 int cut_type = CUT_NONE; local
158 cut_type = CUT_COLS;
159 nfields = parse_range(cut_type, c_range);
161 cut_type = CUT_FIELDS;
162 nfields = parse_range(cut_type, f_range);
178 if (cut_type == CUT_FIELDS)
180 else if (cut_type == CUT_COLS)
199 parse_range(cut_type, digstr) in parse_range() argument
200 int cut_type; in parse_range()
279 get_num(cut_type, dgpp) in get_num() argument
[all …]
/dports/sysutils/schilyutils/schily-2021-09-18/cut/
H A Dcut.c99 int cut_type = CUT_NONE; local
158 cut_type = CUT_COLS;
159 nfields = parse_range(cut_type, c_range);
161 cut_type = CUT_FIELDS;
162 nfields = parse_range(cut_type, f_range);
178 if (cut_type == CUT_FIELDS)
180 else if (cut_type == CUT_COLS)
199 parse_range(cut_type, digstr) in parse_range() argument
200 int cut_type; in parse_range()
279 get_num(cut_type, dgpp) in get_num() argument
[all …]
/dports/audio/festival/festival/src/modules/UniSyn_diphone/
H A Dus_diphone_unit.cc142 const EST_String &cut_type) in load_separate_diphone() argument
170 if (cut_type == "first_half") in load_separate_diphone()
172 else if (cut_type == "second_half") in load_separate_diphone()
H A Dus_diphone.h82 const EST_String &cut_type="all");
/dports/math/py-mip/mip-1.13.0/mip/
H A Dcbc.py945 for cut_type in cut_types:
948 "searching for violated " "{} cuts ... ".format(cut_type.name)
952 if cut_type in [CutType.CLIQUE, CutType.ODD_WHEEL]:
959 int(cut_type.value),
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Diuse_actor.cpp1544 item_location::type cut_type = cut.where(); in cut_up() local
1571 if( cut_type == item_location::type::character ) { in cut_up()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Diuse_actor.cpp1544 item_location::type cut_type = cut.where(); in cut_up() local
1571 if( cut_type == item_location::type::character ) { in cut_up()