Lines Matching refs:callout
649 \C+ show the current captured substrings at callout
651 \C- do not supply a callout function
652 \C!n return 1 instead of 0 when callout number n is
654 \C!n!m return 1 instead of 0 when callout number n is
656 \C*n pass the number n (may be negative) as callout
657 data; this is used as the callout return value
932 If the pattern contains any callout requests, pcretest's callout func-
934 tions. By default, the called function displays the callout number, the
935 start and current positions in the text at the callout time, and the
941 This output indicates that callout number 0 occurred for a match
949 the callout number, the offset in the pattern, preceded by a plus, is
962 ever a change of latest mark is passed to the callout function. For
981 The callout function in pcretest returns zero (carry on matching) by
983 to change this and other parameters of the callout.