Searched refs:tail (Results 1 - 25 of 124) sorted by relevance

12345

/haiku-fatelf/src/libs/ncurses/ncurses/
H A Dfifo_defs.h44 #define tail SP->_fifotail macro
48 #define h_inc() { head == FIFO_SIZE-1 ? head = 0 : head++; if (head == tail) head = -1, tail = 0;}
49 #define h_dec() { head == 0 ? head = FIFO_SIZE-1 : head--; if (head == tail) tail = -1;}
50 #define t_inc() { tail == FIFO_SIZE-1 ? tail = 0 : tail++; if (tail == head) tail
[all...]
/haiku-fatelf/src/bin/coreutils/lib/
H A Didcache.c70 struct userid *tail; local
73 for (tail = user_alist; tail; tail = tail->next)
75 if (tail->id.u == uid)
77 match = tail;
106 struct userid *tail; local
109 for (tail = user_alist; tail; tai
152 struct userid *tail; local
188 struct userid *tail; local
[all...]
H A Dexclude.c110 struct exclude_segment *head, *tail; member in struct:exclude
202 to the tail of list in EX */
225 if (ex->tail)
226 ex->tail->next = sp;
229 ex->tail = sp;
455 if (ex->tail && ex->tail->type == exclude_pattern
456 && ((ex->tail->options & EXCLUDE_INCLUDE) ==
458 seg = ex->tail;
475 if (ex->tail
[all...]
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Didcache.c70 struct userid *tail; local
73 for (tail = user_alist; tail; tail = tail->next)
75 if (tail->id.u == uid)
77 match = tail;
106 struct userid *tail; local
109 for (tail = user_alist; tail; tai
152 struct userid *tail; local
188 struct userid *tail; local
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/googlefs/
H A Dattr2c8 /bin/catattr "$1" "$2" | tail +2 | cut -c 10-57 | sed 's/,/, 0x/g;s/ / 0x/;s/ *//;s/$/,/'
10 #catattr "$1" "$2" | tail +2 | cut -c 10-57 | sed 's/,/, 0x/g;s/ / 0x/;s/ *//;s/$/,/'
/haiku-fatelf/src/bin/coreutils/man/
H A Dtail.x2 tail \- output the last part of files
/haiku-fatelf/src/system/kernel/util/
H A Dqueue.cpp19 queue_element *tail; member in struct:queue_typed
27 q->head = q->tail = NULL;
48 if (q->tail == temp)
49 q->tail = last;
67 if (q->tail == NULL) {
68 q->tail = elem;
71 q->tail->next = elem;
72 q->tail = elem;
89 if (q->tail == elem)
90 q->tail
[all...]
/haiku-fatelf/src/libs/ncurses/ncurses/base/
H A Dlib_ungetch.c52 T(("head = %d, tail = %d, peek = %d", head, tail, peek));
63 if (tail == -1)
68 peek = tail; /* no raw keys */
/haiku-fatelf/src/bin/network/wget/src/
H A Dhtml-parse.c156 int tail; /* next available position index. */ member in struct:pool
173 P->tail = 0; \
183 GROW_ARRAY ((p)->contents, (p)->size, (p)->tail + (increase), \
193 memcpy ((p)->contents + (p)->tail, PA_beg, PA_size); \
194 (p)->tail += PA_size; \
203 (p)->contents[(p)->tail++] = PAC_char; \
207 #define POOL_REWIND(p) (p)->tail = 0
221 P->tail = 0; \
285 tagstack_push (struct tagstack_item **head, struct tagstack_item **tail)
290 *head = *tail
284 tagstack_push(struct tagstack_item **head, struct tagstack_item **tail) argument
305 tagstack_pop(struct tagstack_item **head, struct tagstack_item **tail, struct tagstack_item *ts) argument
347 tagstack_find(struct tagstack_item *tail, const char *tagname_begin, const char *tagname_end) argument
849 struct tagstack_item *tail = NULL; local
[all...]
H A Dhtml-url.h42 struct urlpos *head, *tail; /* List of URLs that is being member in struct:map_context
/haiku-fatelf/src/bin/bash/
H A Dhashcmd.c132 char *path, *dotted_filename, *tail; local
149 tail = (pathdata(item)->flags & HASH_RELPATH) ? path : (char *)filename; /* XXX - fix const later */
151 if (tail[0] != '.' || tail[1] != '/')
153 dotted_filename = (char *)xmalloc (3 + strlen (tail));
155 strcpy (dotted_filename + 2, tail);
158 dotted_filename = savestring (tail);
182 tail = (char *)strrchr (path, '/');
184 if (tail)
186 *tail
[all...]
H A Dlist.c91 list_append (head, tail)
92 GENERIC_LIST *head, *tail;
97 return (tail);
101 t_head->next = tail;
/haiku-fatelf/3rdparty/pulkomandy/
H A Dcatmerge.sh16 # Ignore diff header and headlines from both files (tail), remove diff's
20 tail -n +3|cut -b2- > $TEMPFILE
26 # Exclude the headline from that (tail -n +2)
28 sort -u -t"$TAB" -k 1,2 <(tail -n +2 $OLD) <(tail -n +2 $NEW)|\
/haiku-fatelf/src/bin/gdb/gdb/
H A Dframe-base.c69 struct frame_base_table_entry **tail; member in struct:frame_base_table
78 table->tail = &table->head;
88 (*table->tail) = GDBARCH_OBSTACK_ZALLOC (gdbarch, struct frame_base_table_entry);
89 (*table->tail)->sniffer = sniffer;
90 table->tail = &(*table->tail)->next;
/haiku-fatelf/headers/private/kernel/util/
H A Dqueue.h16 void *tail; member in struct:queue
29 int tail; member in struct:fixed_queue
/haiku-fatelf/src/libs/ncurses/man/
H A DMKterminfo.sh34 # This script takes terminfo.head and terminfo.tail and splices in between
54 tail=$3
58 .\" It is generated from terminfo.head, Caps, and terminfo.tail.
108 cat $tail
/haiku-fatelf/src/bin/gzip/
H A Dzfile21 if tail +$skip "$i" | gzip --list >/dev/null 2>&1; then
22 tail +$skip "$i" | gzip -cd | dd count=1 >$tmp 2>/dev/null
H A Dgzexe41 tail=""
45 if test -f $dir/tail; then
46 tail="$dir/tail"
51 if test -z "$tail"; then
52 echo cannot find tail
77 gzip | tail | chmod | ln | sleep | rm)
91 sed "s|^if tail|if $tail|" >> $tmp <<'EOF'
93 if tail
[all...]
/haiku-fatelf/src/kits/network/libbind/include/isc/
H A Dlist.h22 #define LIST(type) struct { type *head, *tail; }
24 do { (list).head = NULL; (list).tail = NULL; } while (0)
38 #define TAIL(list) ((list).tail)
47 (list).tail = (elt); \
56 if ((list).tail != NULL) \
57 (list).tail->link.next = (elt); \
60 (elt)->link.prev = (list).tail; \
62 (list).tail = (elt); \
71 INSIST((list).tail == (elt)); \
72 (list).tail
[all...]
/haiku-fatelf/src/bin/gdb/gdb/gdbserver/
H A Dinferiors.c46 if (list->tail != NULL)
47 list->tail->next = new_inferior;
50 list->tail = new_inferior;
71 if (list->head != list->tail)
86 if (list->tail == entry)
87 list->tail = list->head;
100 if (list->tail == entry)
101 list->tail = *cur;
143 all_threads.head = all_threads.tail = NULL;
/haiku-fatelf/build/scripts/
H A Dgenerate_CountryFlags.sh16 tail -n +3 "$file" >> $destination
/haiku-fatelf/headers/libs/agg/
H A Dagg_arrowhead.h48 void tail(double d1, double d2, double d3, double d4) function in class:agg::arrowhead
57 void tail() { m_tail_flag = true; } function in class:agg::arrowhead
/haiku-fatelf/src/add-ons/kernel/generic/dpc/
H A Ddpc.c35 int tail; member in struct:__anon2522
95 queue->head = queue->tail = 0;
179 queue->slots[queue->tail].function = function;
180 queue->slots[queue->tail].arg = arg;
181 queue->tail = (queue->tail + 1) % queue->size;
/haiku-fatelf/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_power.h57 struct mbuf *tail; member in struct:ieee80211_psq::ieee80211_psq_head
/haiku-fatelf/src/add-ons/kernel/debugger/qrencode/
H A Dqrinput.h50 QRinput_List *tail; member in struct:_QRinput
70 QRinput_InputList *tail; member in struct:_QRinput_Struct

Completed in 157 milliseconds

12345