Home
last modified time | relevance | path

Searched refs:T_PATH (Results 1 – 25 of 43) sorted by relevance

12

/dports/security/sudo/sudo-1.9.8p2/plugins/sudoers/
H A Ddef_data.c101 "lecture_file", T_STR|T_PATH|T_BOOL,
201 "logfile", T_STR|T_BOOL|T_PATH,
205 "mailerpath", T_STR|T_BOOL|T_PATH,
229 "lecture_status_dir", T_STR|T_PATH,
233 "timestampdir", T_STR|T_PATH,
261 "editor", T_STR|T_PATH,
317 "env_file", T_STR|T_PATH|T_BOOL,
321 "restricted_env_file", T_STR|T_PATH|T_BOOL,
365 "iolog_dir", T_STR|T_PATH,
529 "log_server_cabundle", T_STR|T_BOOL|T_PATH,
[all …]
H A Ddef_data.in54 T_STR|T_PATH|T_BOOL
129 T_STR|T_BOOL|T_PATH
132 T_STR|T_BOOL|T_PATH
150 T_STR|T_PATH
153 T_STR|T_PATH
174 T_STR|T_PATH
218 T_STR|T_PATH|T_BOOL
221 T_STR|T_PATH|T_BOOL
254 T_STR|T_PATH
379 T_STR|T_BOOL|T_PATH
[all …]
H A Ddefaults.h112 #undef T_PATH
113 #define T_PATH 0x200 macro
/dports/net/bird2/bird-2.0.8/filter/
H A Df-inst.c638 RESULT_(T_PATH, ad, &null_adata);
679 RESULT_(T_PATH, ad, e->u.ptr);
806 case T_PATH: RESULT(T_INT, i, as_path_getlen(v1.val.ad)); break;
917 ARG(1, T_PATH);
924 ARG(1, T_PATH);
931 ARG(1, T_PATH);
1028 ARG(1, T_PATH);
1030 RESULT(T_PATH, ad, [[ as_path_prepend(fpool, v1.val.ad, v2.val.i) ]]);
1038 if (v1.type == T_PATH)
1095 if (v1.type == T_PATH)
[all …]
H A Ddata.c50 [T_PATH] = "bgppath",
72 .type = T_PATH,
276 case T_PATH: in val_same()
496 if ((v1->type == T_PATH) && (v2->type == T_PATH_MASK)) in val_in_range()
499 if ((v1->type == T_INT) && (v2->type == T_PATH)) in val_in_range()
543 if (v1->type == T_PATH) in val_in_range()
572 case T_PATH: as_path_format(v->val.ad, buf2, 1000); buffer_print(buf, "(path %s)", buf2); return; in val_format()
H A Ddata.h53 T_PATH = 0x24, /* BGP path */ enumerator
215 return ((v.type == T_PATH) || (v.type == T_CLIST) || in undef_value()
H A Df-util.c113 case T_PATH: in ca_lookup()
/dports/misc/ompl/ompl-1.5.2/tests/resources/
H A Denvironment2D.h46 static const int T_PATH = 2; variable
100 case T_PATH: in printEnvironment()
/dports/misc/ompl/ompl-1.5.2/tests/geometric/2d/
H A D2dmap_simple.cpp108 if (temp.grid[x][y] == T_FREE || temp.grid[x][y] == T_PATH) in execute()
109 temp.grid[x][y] = T_PATH; in execute()
H A D2denvs.cpp226 if (temp.grid[x][y] == T_FREE || temp.grid[x][y] == T_PATH) in test2DEnv()
227 temp.grid[x][y] = T_PATH; in test2DEnv()
/dports/net/bird/bird-1.6.8/filter/
H A Dfilter.c225 case T_PATH: in val_same()
514 if (v1.type == T_PATH) in val_in_range()
1081 res.type = T_PATH; in interpret()
1157 if (v1.type != T_PATH) in interpret()
1254 if (v1.type != T_PATH) in interpret()
1264 if (v1.type != T_PATH) in interpret()
1274 if (v1.type != T_PATH) in interpret()
1334 if (v1.type != T_PATH) in interpret()
1339 res.type = T_PATH; in interpret()
1345 if (v1.type == T_PATH) in interpret()
[all …]
H A Dfilter.h256 #define T_PATH 0x24 /* BGP path */ macro
H A Dconfig.Y164 e->aux = T_PATH; in f_generate_empty()
405 | BGPPATH { $$ = T_PATH; }
843 | '+' EMPTY '+' { $$ = f_new_inst(FI_EMPTY); $$->aux = T_PATH; }
/dports/games/vms-empire/vms-empire-1.16/
H A Dmap.c918 if (path_map[dest].terrain == T_PATH) return; /* already marked */ in vmap_mark_path()
920 path_map[dest].terrain = T_PATH; /* this square is on path */ in vmap_mark_path()
942 path_map[new_loc].terrain = T_PATH; in vmap_mark_adjacent()
962 if (xloc != loc && path_map[xloc].terrain == T_PATH) { in vmap_mark_near_path()
969 path_map[loc + dir_offset[i]].terrain = T_PATH; in vmap_mark_near_path()
1019 if (path_map[new_loc].terrain == T_PATH) { /* which is on path */ in vmap_find_dir()
1077 if (pmap[new_loc].terrain == T_PATH) in vmap_count_path()
H A Dempire.h230 #define T_PATH 1 macro
/dports/cad/alliance/alliance/src/sea/src/
H A DDEF_grammar_lex.l130 "PATH" { return T_PATH; }
H A DDEF_grammar_yacc.y66 %token T_PARTITIONS T_PATH T_PATTERN T_PATTERNNAME T_PIN
933 | T_PATH T_Ident T_Ident T_Ident T_Ident
/dports/misc/ompl/ompl-1.5.2/tests/control/2dmap/
H A D2dmap.cpp297 if (temp.grid[x][y] == T_FREE || temp.grid[x][y] == T_PATH) in execute()
298 temp.grid[x][y] = T_PATH; in execute()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/microcode/aic7xxx/
H A Daicasm_scan.l268 return T_PATH;
H A Daicasm_gram.y168 %token <str> T_PATH T_STRING T_ARG T_MACROBODY
259 T_INCLUDE '<' T_PATH '>'
263 | T_INCLUDE '"' T_PATH '"'
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_scan.l282 return T_PATH;
H A Daicasm_gram.y172 %token <str> T_PATH T_STRING T_ARG T_MACROBODY
267 T_INCLUDE '<' T_PATH '>'
271 | T_INCLUDE '"' T_PATH '"'
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_scan.l282 return T_PATH;
H A Daicasm_gram.y172 %token <str> T_PATH T_STRING T_ARG T_MACROBODY
267 T_INCLUDE '<' T_PATH '>'
271 | T_INCLUDE '"' T_PATH '"'
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_scan.l282 return T_PATH;

12