OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wtail
(Results
1 - 2
of
2
) sorted by null
/external/libedit/doc/
mdoc2man.awk
41
function
wtail
() {
function
158
date=
wtail
()
161
id=
wtail
()
164
add(".TH " id " \"" date "\" \""
wtail
() "\"")
201
if(match(words[w],"^%A$")) { refauthors[nrefauthors++]=
wtail
() }
203
reftitle=
wtail
()
207
if(match(words[w],"^%N$")) { refissue=
wtail
() }
208
if(match(words[w],"^%D$")) { refdate=
wtail
() }
209
if(match(words[w],"^%O$")) { refopt=
wtail
() }
224
add("\\- "
wtail
())
[
all
...]
/libcore/luni/src/main/java/java/util/concurrent/locks/
StampedLock.java
292
private transient volatile WNode
wtail
;
field in class:StampedLock
393
return ((whead ==
wtail
&& (s & ABITS) < RFULL &&
[
all
...]
Completed in 2432 milliseconds