Searched refs:actionp (Results 1 – 2 of 2) sorted by relevance
/external/curl/docs/examples/ |
D | asiohiper.cpp | 282 int *actionp = (int *) sockp; in sock_cb() local 291 remsock(actionp, g); in sock_cb() 295 if(!actionp) in sock_cb() 304 whatstr[*actionp], whatstr[what]); in sock_cb() 305 setsock(actionp, s, e, what, g); in sock_cb()
|
/external/selinux/sepolgen/src/sepolgen/ |
D | yacc.py | 1627 actionp = { } # Action production array (temporary) 1664 actionp[st,"$end"] = p 1680 … sprec,slevel = Productions[actionp[st,a].number].prec 1685 actionp[st,a] = p 1705 actionp[st,a] = p 1708 …e conflict in state %d resolved using rule %d (%s).\n" % (st, actionp[st,a].number, actionp[st,a])) 1709 …e/reduce conflict for %s resolved using rule %d (%s).\n" % (a,actionp[st,a].number, actionp[st,a])) 1714 actionp[st,a] = p 1735 rprec,rlevel = Productions[actionp[st,a].number].prec 1740 actionp[st,a] = p [all …]
|