Searched refs:matchop (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/awk-20/src/
H A Dproctab.c112 matchop, /* MATCH */
113 matchop, /* NOTMATCH */
152 matchop, /* MATCHFCN */
H A Dproto.h157 extern Cell *matchop(Node **, int);
H A Drun.c574 Cell *matchop(Node **a, int n) /* ~ and match() */ function
/macosx-10.10.1/CPANInternal-159.1/Net-Telnet-3.03/lib/Net/
H A DTelnet.pm3552 [Prompt => $matchop,]
4743 $matchop = $obj->prompt;
4745 $prev = $obj->prompt($matchop);
4754 With an argument it sets the prompt to I<$matchop> and returns the
4760 I<$matchop> (e.g. C<'/bash\$ $/'>). If you're constructing a DOS like
4896 $ok = $obj->waitfor($matchop);
4897 $ok = $obj->waitfor([Match => $matchop,]
4904 ($prematch, $match) = $obj->waitfor($matchop);
4905 ($prematch, $match) = $obj->waitfor([Match => $matchop,]
4924 multiple I<Match> and/or I<String> named parameters. A I<$matchop>
[all...]

Completed in 204 milliseconds