Home
last modified time | relevance | path

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

/NextBSD/contrib/less/
HDlesskey.c613 findaction(actname) in findaction() argument
614 char *actname; in findaction()
619 if (strcmp(currtable->names[i].cn_name, actname) == 0)
639 char *actname; local
673 actname = p;
681 action = findaction(actname);
/NextBSD/usr.sbin/ppp/
HDfilter.c438 static const char * const actname[] = { " none ", "permit ", " deny " }; in filter_Action2Nam() local
444 } else if (act >= A_NONE && act < A_NONE + sizeof(actname)/sizeof(char *)) in filter_Action2Nam()
445 return actname[act - A_NONE]; in filter_Action2Nam()