Searched refs:FSINIT (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/3d/
H A Dvcs_3d.h55 FSINIT("vcs", 0, vcs_set, FS_CLOSE, HASHKEY3('v','c','s'))
H A Dinit.c1394 #define FSINIT(n,g,s,f,k) {FS_INTERNAL|f,0,0,sizeof(n)-1,g,s,k,0,~0,0,n} macro
1409 FSINIT("null", 0, 0, FS_LICENSED,
1411 FSINIT("option",get_option, set_option, FS_FORK|FS_LICENSED,
1413 FSINIT("view", get_view, set_view, 0,
1415 FSINIT("pwd", get_pwd, set_pwd, FS_LICENSED,
1417 FSINIT("fs", get_fs, set_fs, 0,
1419 FSINIT("map", get_map, set_map, 0,
1421 FSINIT("safe", get_safe, set_safe, 0,
1424 FSINIT("fd", 0, 0, FS_FS|FS_NAME,
1427 FSINIT("intercep
[all...]

Completed in 14 milliseconds