Home
last modified time | relevance | path

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

/dports/net-mgmt/ipcad/ipcad-3.7.3/
H A Dcfglex.l21 %x rshdef
44 <INITIAL,rshdef>ttl { return TTL; }
94 rsh|rcmd { yy_push_state(rshdef); return RSH; }
96 <rshdef>{
H A Dcfglex.c723 #define rshdef 5 macro
1145 { yy_push_state(rshdef); return RSH; }
1403 case YY_STATE_EOF(rshdef):