Searched defs:head (Results 126 - 126 of 126) sorted by relevance

123456

/osnet-11/usr/src/lib/libsqlite/tool/
H A Dlemon.c1198 /* Return a pointer to the head of the configuration list and
1208 /* Return a pointer to the head of the configuration list and
1452 ** Let "ptr" be a pointer to some structure which is at the head of
1464 ** The function returns a new pointer which is the head of the list
1484 ** A pointer to the head of a sorted list containing the elements
1497 char *ptr, *head; local
1500 head = b;
1502 head = a;
1511 head = ptr;
1526 return head;
[all...]

Completed in 28 milliseconds

123456