Home
last modified time | relevance | path

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

/dports/lang/ruby26/ruby-2.6.9/ext/pathname/
H A Dpathname.c59 static ID id_sticky_p; variable
1013 return rb_funcall(rb_mFileTest, id_sticky_p, 1, get_strpath(self)); in path_sticky_p()
1661 id_sticky_p = rb_intern("sticky?"); in InitVM_pathname()