Home
last modified time | relevance | path

Searched refs:typearg (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/ncurses/form/
H A Dform.priv.h138 typedef struct typearg struct
140 struct typearg *left; argument
141 struct typearg *right; argument
/freebsd-13.1/contrib/lua/src/
H A Dlauxlib.c195 const char *typearg; /* name for the type of the actual argument */ in luaL_typeerror() local
197 typearg = lua_tostring(L, -1); /* use the given type name */ in luaL_typeerror()
199 typearg = "light userdata"; /* special name for messages */ in luaL_typeerror()
201 typearg = luaL_typename(L, arg); /* standard name */ in luaL_typeerror()
202 msg = lua_pushfstring(L, "%s expected, got %s", tname, typearg); in luaL_typeerror()
/freebsd-13.1/sbin/ipf/ippool/
H A Dippool.c253 char *poolname, *typearg = NULL; in poolcommand() local
293 typearg = optarg; in poolcommand()
315 if (typearg == NULL) { in poolcommand()
319 fprintf(stderr, "unknown type '%s'\n", typearg); in poolcommand()