Searched refs:ispath (Results 1 – 2 of 2) sorted by relevance
2098 int ispath; member2112 int ispath = 0; in parse_fwd_field() local2127 ispath = 1; in parse_fwd_field()2137 fwd->ispath = ispath; in parse_fwd_field()2150 ispath = 1; in parse_fwd_field()2159 fwd->ispath = ispath; in parse_fwd_field()2202 if (fwdargs[0].ispath) { in parse_forward()2213 if (fwdargs[0].ispath && fwdargs[1].ispath) { in parse_forward()2218 } else if (fwdargs[1].ispath) { in parse_forward()2231 if (fwdargs[0].ispath) { in parse_forward()[all …]
2323 def ispath(x): function2366 if ispath(arg) and not os.path.exists(arg):2370 if ispath(arg) and os.path.isfile(arg):2373 if ispath(arg) and os.path.isdir(arg):