Searched refs:references (Results 1 - 9 of 9) sorted by relevance

/ast/src/lib/libast/aso/
H A Daso-fcntl.c50 size_t references;
64 lock.l_len = sizeof(references);
68 references = 0;
69 else if (read(apl->fd, &references, sizeof(references)) != sizeof(references))
70 references = 0;
71 else if (references > 0)
73 references--;
75 references
[all...]
/ast/src/lib/libast/hash/
H A Dhashfree.c109 if ((tp = tab->root->references) != tab)
118 else if (!(tab->root->references = tp->next))
132 if (!(tab->root->references))
H A Dhashlib.h68 Hash_table_t* references; /* referencing table list */
H A Dhashalloc.c186 tab->next = tab->root->references;
187 tab->root->references = tab;
H A Dhashdump.c153 for (tab = root->references; tab; tab = tab->next)
/ast/src/cmd/html/
H A Dmm2twiki.sh69 typeset license html meta nl mm index authors vg references
838 references="$references$nl[list][$reference][/list]"
843 references="$references$nl$*"
1435 case $references in
1437 puttext "$references"
H A Dmm2bb.sh70 typeset license html meta nl mm index authors vg references
914 references="$references$nl\\list{[$reference]}"
916 references="$references$nl[list][$reference][/list]"
922 references="$references$nl$*"
1598 case $references in
1600 puttext "$references"
H A Dmm2html.sh146 typeset license html meta nl mm index authors vg header references ss
1860 mm:.RS) references="$references$nl<DT>[$reference]<DD>"$(nohang "[$reference]")
1865 references="$references$nl$*"
2772 case $references in
2776 print -r -- "$references"
/ast/src/cmd/nmake/
H A DMakerules.mk36 set option=';all-static;bp;-;Force the prerequisite libraries of static \b+l\b\aname\a library references to be static.'
49 set option=';lib-type;bp;-;Bind library references to \b--debug-symbols\b or \b--profile\b specific variants.'
57 set option=';recurse;sa;-;Set the recursive \b:MAKE:\b \aaction\a:;[action:=1]{[+combine?Combine all recursive makefiles into one rooted at the current directory. \b::\b, \b:PACKAGE:\b, \b.SOURCE\b*, and \bLDLIBRARIES\b are intercepted to adjust relative directory and library references. Complex makefile hierarchies may not be amenable to combination.][+implicit?All makefiles in all subdirectories are treated as if they contained \b:MAKE:\b.][+list?List the recursion directories, one per line, on the standard output and exit. A \b-\b prerequisite separates groups that may be made concurrently and a \b+\b prerequisite separates leaf directories from intermediate directories.][+only?Disable component closure and operate on explicit prerequisites only.][+prereqs?List the recursion directory dependencies as a makefile on the standard output and exit.][+\anumber\a?Set the directory recursion concurrency level to \anumber\a.]}'

Completed in 31 milliseconds