Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Droute.c168 int skfd, isnet, xflag; in INET_setroute() local
171 xflag = kw_lookup(tbl_hash_net_host, &args); in INET_setroute()
202 (xflag & HOST_FLAG)); in INET_setroute()
212 if (xflag) { /* Reinit isnet if -net or -host was specified. */ in INET_setroute()
213 isnet = (xflag & NET_FLAG); in INET_setroute()
/busybox-1.35.0/shell/
Dash.c431 #define xflag optlist[8] macro
10402 if (BASH_XTRACEFD && xflag) { in evalcommand()
10437 if (xflag && !inps4) { in evalcommand()
11375 xflag = vflag = 0; in options()