Lines Matching refs:action
41 "\avarname\a\b.action\b and \avarname\a\b.close\b implement the "
48 "[+action?This function is invoked when there is data waiting "
108 "action",
346 static char* setdisc(Namval_t* np, const char* event, Namval_t* action, Namfun_t* fp)
358 if (action == np)
359 action = sp->disc[i];
364 if (action)
365 sp->disc[i] = action;
369 return action ? (char*)action : "";
372 return nv_setdisc(np, event, action, fp);