HomeSort by relevance Sort by last modified time
    Searched defs:fetch (Results 1 - 11 of 11) sorted by null

  /onnv/onnv-gate/usr/src/cmd/spell/
hashcheck.c 49 fetch(void) function
98 a = fetch();
100 a = fetch();
hashlook.c 45 #define fetch(wp, bp)\ macro
48 #define fetch(wp, bp) ((wp[0] << (B - bp)) | (wp[1] >> bp)) macro
71 * bp -= decode((fetch(wp, bp) >> 1) & MASK, &t);
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
Cookie.pm 37 # fetch a list of cookies from the environment and
40 sub fetch { subroutine
46 # Fetch a list of cookies from the environment or the incoming headers and
80 die "Run $r->subprocess_env; before calling fetch()";
283 # fetch existing cookies
284 %cookies = fetch CGI::Cookie;
451 %cookies = fetch CGI::Cookie;
453 B<fetch> returns an associative array consisting of all cookies
457 %cookies = fetch CGI::Cookie;
462 In a scalar context, fetch() returns a hash reference, which may be mor
    [all...]
  /onnv/onnv-gate/usr/src/lib/libnsl/yp/
dbm.c 140 fetch(datum key) function
  /onnv/onnv-gate/usr/src/ucblib/libdbm/
dbm.c 143 fetch(datum key) function
  /onnv/onnv-gate/usr/src/cmd/col/
col.c 70 static void fetch(int);
480 fetch(int lno) function
591 fetch(ll);
599 fetch(ll);
  /onnv/onnv-gate/usr/src/cmd/diff/
diff.c 147 static void fetch(long *, int, int, int, char *, int);
893 fetch(ixold, a, b, 0, "< ", 1);
897 fetch(ixnew, c, d, 1, opt == D_NORMAL?"> ":empty, 0);
916 fetch(long *f, int a, int b, int filen, char *s, int oldfile) function
1153 /* the behavior of fetch() */
1154 fetch(ixold, lowa, b, 0, uflag ? " " : " ", 1);
1156 fetch(ixnew, c, d, 1, "+", 0);
1158 fetch(ixold, lowa, a - 1, 0, uflag ? " " :
1160 fetch(ixold, a, b, 0, uflag ? "-" : "- ", 1);
1163 /* the behavior of fetch() */
    [all...]
  /onnv/onnv-gate/usr/src/lib/efcode/include/fcode/
proto.h 128 FNPROTO(fetch); variable
  /onnv/onnv-gate/usr/src/cmd/prtconf/
pdevinfo.c 27 * For machines that support the openprom, fetch and print the list
162 struct di_priv_data fetch; local
204 init_priv_data(&fetch);
205 root_node = di_init_impl(rootpath, flag, &fetch);
    [all...]
  /onnv/onnv-gate/usr/src/lib/efcode/engine/
forth.c 1550 fetch(fcode_env_t *env) function
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sendmail/db/
db.h 951 #define fetch macro
    [all...]

Completed in 480 milliseconds