Searched refs:ordinary (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dcmd-interrupt.exp1 > cmd-interrupt-ordinary
2 make: *** cmd-interrupt-ordinary removed
3 interrupt-ordinary: ok
H A Dcomment.mk73 # comment. The '#' is just passed to the shell, like any ordinary character.
H A Dvarmod-match-escape.mk84 # In brackets, the backslash is just an ordinary character.
H A Ddep-var.mk34 # "${INDIRECT_1}". At this point, the dollar is just an ordinary character,
H A Dvarmod-ifelse.mk81 # to var.c, it cannot distinguish this return value from an ordinary empty
H A Dcond-token-plain.mk156 # and in that context, the backslash is just an ordinary character. The
/freebsd-13-stable/lib/msun/tests/
H A Dnext_test.c140 ATF_TC_WITHOUT_HEAD(ordinary); variable
141 ATF_TC_BODY(ordinary, tc)
144 * Tests where x is an ordinary normalized number
281 ATF_TP_ADD_TC(tp, ordinary);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c220 static void ordinary(struct parse *, int);
536 ordinary(p, c);
539 case '{': /* okay as ordinary except if digit follows */
543 ordinary(p, c);
615 ordinary(p, GETNEXT());
623 * taken as an ordinary character and then revised to be an anchor. The
661 int starordinary) /* is a leading * an ordinary character? */
739 ordinary(p, (char)c);
866 ordinary(p, firstch(p, cs));
915 default: /* symbol, ordinary characte
1070 ordinary(struct parse *p, int ch) function
[all...]
/freebsd-13-stable/contrib/nvi/regex/
H A Dregcomp.c95 static void ordinary(struct parse *p, int ch);
410 ordinary(p, c);
412 case '{': /* okay as ordinary except if digit follows */
416 ordinary(p, c);
488 ordinary(p, GETNEXT());
496 * taken as an ordinary character and then revised to be an anchor. The
542 int starordinary, /* is a leading * an ordinary character? */
609 ordinary(p, c);
627 ordinary(p, c);
754 ordinary(
957 ordinary(struct parse *p, int ch) function
[all...]
/freebsd-13-stable/lib/libc/regex/
H A Dregcomp.c144 static void ordinary(struct parse *p, wint_t ch);
541 ordinary(p, wc);
552 ordinary(p, wc);
628 ordinary(p, WGETNEXT());
731 * ordinary interpration of * at the beginning position of
760 * taken as an ordinary character and then revised to be an anchor.
942 ordinary(p, wc);
1053 ordinary(p, ch);
1122 default: /* symbol, ordinary character, or range */
1313 * ordinary i
1396 ordinary(struct parse *p, wint_t ch) function
[all...]
/freebsd-13-stable/stand/lua/
H A Dcore.lua241 -- heuristic. Any directory in /boot that contains an ordinary file
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql330 normal: in the 'BASE' tree this is an ordinary node for which we
342 incomplete: in the 'BASE' tree this is an ordinary node for which

Completed in 191 milliseconds