Home
last modified time | relevance | path

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

/plugin/cli/
H A Dsyntax.php24 protected $namedpcc=array(); variable in syntax_plugin_cli
156 : (($type && ($t=$this->namedpcc[$type][self::PROMPT])) ?
162 : (($type && ($t=$this->namedpcc[$type][self::CONT])) ?
168 : (($type && ($t=$this->namedpcc[$type][self::COMMENT])) ?
351 $this->namedpcc[$nom][$kind]=$this->_toregexp($val, $kind == self::COMMENT);