Home
last modified time | relevance | path

Searched refs:ops (Results 1 – 2 of 2) sorted by relevance

/scripts/
Dunifdef.c789 struct ops;
791 typedef Linetype eval_fn(const struct ops *, int *, const char **);
802 static const struct ops { struct
825 eval_unary(const struct ops *ops, int *valp, const char **cpp) in eval_unary() argument
835 debug("eval%d !", ops - eval_ops); in eval_unary()
837 lt = eval_unary(ops, valp, &cp); in eval_unary()
846 debug("eval%d (", ops - eval_ops); in eval_unary()
854 debug("eval%d number", ops - eval_ops); in eval_unary()
862 debug("eval%d defined", ops - eval_ops); in eval_unary()
882 debug("eval%d symbol", ops - eval_ops); in eval_unary()
[all …]
Dcheckpatch.pl4320 my $ops = qr{
4327 my @elements = split(/($ops|;)/, $opline);