Home
last modified time | relevance | path

Searched refs:allow_point (Results 1 – 9 of 9) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/lib/irb/
H A Druby-lex.rb993 allow_point = true
1002 when allow_point && "."
1012 allow_point = false
1022 allow_point = false
/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dmisc.h70 int lp_parse(struct lp_style_type *lp, lp_class destination_class, TBOOLEAN allow_point);
H A Dmisc.c840 lp_parse(struct lp_style_type *lp, lp_class destination_class, TBOOLEAN allow_point) in lp_parse() argument
998 if (allow_point) { in lp_parse()
1022 if (allow_point) { in lp_parse()
1046 if (allow_point) { in lp_parse()
1058 if (allow_point) { in lp_parse()
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dmisc.h70 int lp_parse(struct lp_style_type *lp, lp_class destination_class, TBOOLEAN allow_point);
H A Dmisc.c840 lp_parse(struct lp_style_type *lp, lp_class destination_class, TBOOLEAN allow_point) in lp_parse() argument
998 if (allow_point) { in lp_parse()
1022 if (allow_point) { in lp_parse()
1046 if (allow_point) { in lp_parse()
1058 if (allow_point) { in lp_parse()
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dmisc.h71 int lp_parse __PROTO((struct lp_style_type *lp, lp_class destination_class, TBOOLEAN allow_point));
H A Dmisc.c1042 lp_parse(struct lp_style_type *lp, lp_class destination_class, TBOOLEAN allow_point) in lp_parse() argument
1198 if (allow_point) { in lp_parse()
1229 if (allow_point) { in lp_parse()
1253 if (allow_point) { in lp_parse()
1265 if (allow_point) { in lp_parse()
/dports/sysutils/wiimms/wiimms-iso-tools/src/
H A Dlib-std.h1011 bool allow_point // the wildcard '.' is allowed
1018 bool allow_point // the wildcard '.' is allowed
1025 bool allow_point // the wildcard '.' is allowed
1032 bool allow_point // the wildcard '.' is allowed
1039 bool allow_point // the wildcard '.' is allowed
H A Dlib-std.c1319 bool allow_point // the wildcard '.' is allowed in CheckIDHelper() argument
1328 || allow_point && *ptr == '.' in CheckIDHelper()
1342 bool allow_point // the wildcard '.' is allowed in CheckID() argument
1346 return CheckIDHelper(id,7,false,ignore_case,allow_point); in CheckID()
1355 bool allow_point // the wildcard '.' is allowed in CheckID4() argument
1359 return CheckIDHelper(id,4,false,ignore_case,allow_point) == 4; in CheckID4()
1368 bool allow_point // the wildcard '.' is allowed in CheckID6() argument
1372 return CheckIDHelper(id,6,false,ignore_case,allow_point) == 6; in CheckID6()
1381 bool allow_point // the wildcard '.' is allowed in CountIDChars() argument
1385 return CheckIDHelper(id,1000,true,ignore_case,allow_point); in CountIDChars()