Searched refs:follows (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.1-release/gnu/usr.bin/grep/
H A Ddfa.c94 /* ISASCIIDIGIT differs from ISDIGIT, as follows:
1168 /* The grammar understood by the parser is as follows.
1602 for (j = 0; j < d->follows[old.index].nelem; ++j)
1604 p.index = d->follows[old.index].elems[j].index;
1711 CALLOC(d->follows, position_set, d->tindex);
1736 merge(&tmp, &d->follows[pos[j].index], &merged);
1737 REALLOC_IF_NECESSARY(d->follows[pos[j].index].elems, position,
1739 copy(&merged, &d->follows[pos[j].index]);
1756 merge(&tmp, &d->follows[pos[j].index], &merged);
1757 REALLOC_IF_NECESSARY(d->follows[po
1946 position_set follows; /* Union of the follows of some group. */ local
2667 position_set follows; local
[all...]
H A Ddfa.h337 position_set *follows; /* Array of follow sets, indexed by position member in struct:dfa
/freebsd-10.1-release/contrib/sendmail/contrib/
H A Ddoublebounce.pl30 ## second "Orignal message follows" marker), look for From, Sender, and
153 if (/^ ----- Original message follows -----$/ ||
154 /^ ----Unsent message follows----$/ ||
/freebsd-10.1-release/lib/libstand/
H A Dnfs.c111 n_long follows; member in struct:nfs_readdir_off
171 uint32_t follows; member in struct:nfsv3_readdir_entry
793 if (ntohl(roff->follows) == 0) {
1454 if (rent->follows == 0) {
/freebsd-10.1-release/contrib/libgnuregex/
H A Dregexec.c3340 re_node_set follows, *dests_node;
3388 err = re_node_set_alloc (&follows, ndests + 1);
3412 re_node_set_free (&follows);
3429 re_node_set_empty (&follows);
3430 /* Merge the follows of this destination states. */
3436 err = re_node_set_merge (&follows, dfa->eclosures + next_node);
3441 dest_states[i] = re_acquire_state_context (&err, dfa, &follows, 0);
3448 dest_states_word[i] = re_acquire_state_context (&err, dfa, &follows,
3456 dest_states_nl[i] = re_acquire_state_context (&err, dfa, &follows,
3549 re_node_set_free (&follows);
3336 re_node_set follows, *dests_node; local
[all...]
/freebsd-10.1-release/sys/netpfil/ipfw/
H A Ddummynet.txt242 - the 'busy' flag is set/cleared by long sections of code as follows:
/freebsd-10.1-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex228 follows all of the properties of the node, each introduced with a
/freebsd-10.1-release/contrib/amd/doc/
H A Dtexinfo.tex2286 % what follows is an environment such as @example, there will be no
3066 % from whatever follows.
/freebsd-10.1-release/contrib/gcc/doc/include/
H A Dtexinfo.tex2449 % what follows is an environment such as @example, there will be no
3237 % from whatever follows.
/freebsd-10.1-release/contrib/groff/doc/
H A Dtexinfo.tex2348 % what follows is an environment such as @example, there will be no
3136 % from whatever follows.
/freebsd-10.1-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c421 ** We need to define _XOPEN_SOURCE as follows in order to enable
2443 ** is as follows:
2543 ** For example, assume the string variable zText contains text as follows:
2549 ** One can use this text in an SQL statement as follows:
2558 ** is escaped and the SQL generated is as follows:
5167 ** parameters are set as follows:
5255 ** entry point where as follows:
6414 ** The meanings of the various counters are as follows:
7280 ** R-Tree geometry query as follows:
8486 ** are encoded into bitvectors as follows
[all...]

Completed in 514 milliseconds