Searched refs:actname (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/less/
H A Dlesskey.c618 findaction(actname)
619 char *actname;
624 if (strcmp(currtable->names[i].cn_name, actname) == 0)
646 char *actname; local
680 actname = p;
688 action = findaction(actname);
/freebsd-13-stable/usr.sbin/ppp/
H A Dfilter.c440 static const char * const actname[] = { " none ", "permit ", " deny " }; local
446 } else if (act >= A_NONE && act < A_NONE + sizeof(actname)/sizeof(char *))
447 return actname[act - A_NONE];

Completed in 48 milliseconds