OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:head1
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/sys/
queue.h
210
#define LIST_MOVE(
head1
, head2, field) do { \
212
if (!LIST_EMPTY((
head1
))) { \
213
(head2)->lh_first = (
head1
)->lh_first; \
215
LIST_INIT((
head1
)); \
380
#define SIMPLEQ_CONCAT(
head1
, head2) do { \
382
*(
head1
)->sqh_last = (head2)->sqh_first; \
383
(
head1
)->sqh_last = (head2)->sqh_last; \
553
#define TAILQ_CONCAT(
head1
, head2, field) do { \
555
*(
head1
)->tqh_last = (head2)->tqh_first; \
556
(head2)->tqh_first->field.tqe_prev = (
head1
)->tqh_last;
[
all
...]
/src/share/locale/ctype/
gen_ctype_utf8.pl
424
=
head1
NAME
428
=
head1
SYNOPSIS
432
=
head1
DESCRIPTION
441
=
head1
CAVEATS
445
=
head1
AUTHOR
/src/usr.sbin/lpr/common_source/
displayq.c
84
static const char
head1
[] = "Total Size\n";
variable
295
printf(
head1
);
Completed in 18 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026