HomeSort by: relevance | last modified time | path
    Searched defs:plp (Results 1 - 20 of 20) sorted by relevancy

  /src/games/monop/
rent.c 51 PLAY *plp; local
53 plp = &play[sqp->owner];
54 printf("Owned by %s\n", plp->name);
77 rnt <<= (plp->num_rr - 1);
84 if (plp->num_util == 2 || spec) {
95 plp->money += rnt;
  /src/lib/libcurses/
mvwin.c 56 __LINE *plp; local
81 plp = parent->alines[i + dy];
82 plp->flags = __ISDIRTY;
83 if (*plp->firstchp > x)
84 *plp->firstchp = x;
85 if (*plp->lastchp < x + win->maxx)
86 *plp->lastchp = x + win->maxx;
89 *plp->firstchp, *plp->lastchp);
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
obstack.c 326 register struct _obstack_chunk *plp; /* point to previous chunk if any */
334 plp = lp->prev;
335 lp = plp;
350 register struct _obstack_chunk *plp; /* point to previous chunk if any */
358 plp = lp->prev;
360 lp = plp;
325 register struct _obstack_chunk *plp; \/* point to previous chunk if any *\/ variable in typeref:struct:_obstack_chunk
348 register struct _obstack_chunk *plp; \/* point to previous chunk if any *\/ local
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
obstack.c 326 register struct _obstack_chunk *plp; /* point to previous chunk if any */
334 plp = lp->prev;
335 lp = plp;
350 register struct _obstack_chunk *plp; /* point to previous chunk if any */
358 plp = lp->prev;
360 lp = plp;
325 register struct _obstack_chunk *plp; \/* point to previous chunk if any *\/ variable in typeref:struct:_obstack_chunk
348 register struct _obstack_chunk *plp; \/* point to previous chunk if any *\/ local
  /src/external/gpl2/grep/dist/lib/
obstack.c 352 register struct _obstack_chunk *plp; /* point to previous chunk if any */
360 plp = lp->prev;
361 lp = plp;
381 register struct _obstack_chunk *plp; /* point to previous chunk if any */
389 plp = lp->prev;
391 lp = plp;
415 register struct _obstack_chunk *plp; /* point to previous chunk if any */
423 plp = lp->prev;
425 lp = plp;
351 register struct _obstack_chunk *plp; \/* point to previous chunk if any *\/ local
379 register struct _obstack_chunk *plp; \/* point to previous chunk if any *\/ local
413 register struct _obstack_chunk *plp; \/* point to previous chunk if any *\/ local
  /src/external/gpl3/binutils/dist/libiberty/
obstack.c 250 struct _obstack_chunk *plp; /* point to previous chunk if any */ local
258 plp = lp->prev;
259 lp = plp;
271 struct _obstack_chunk *plp; /* point to previous chunk if any */ local
279 plp = lp->prev;
281 lp = plp;
  /src/external/gpl3/binutils.old/dist/libiberty/
obstack.c 250 struct _obstack_chunk *plp; /* point to previous chunk if any */ local
258 plp = lp->prev;
259 lp = plp;
271 struct _obstack_chunk *plp; /* point to previous chunk if any */ local
279 plp = lp->prev;
281 lp = plp;
  /src/external/gpl3/gcc/dist/libiberty/
obstack.c 250 struct _obstack_chunk *plp; /* point to previous chunk if any */ local
258 plp = lp->prev;
259 lp = plp;
271 struct _obstack_chunk *plp; /* point to previous chunk if any */ local
279 plp = lp->prev;
281 lp = plp;
  /src/external/gpl3/gcc.old/dist/libiberty/
obstack.c 250 struct _obstack_chunk *plp; /* point to previous chunk if any */ local
258 plp = lp->prev;
259 lp = plp;
271 struct _obstack_chunk *plp; /* point to previous chunk if any */ local
279 plp = lp->prev;
281 lp = plp;
  /src/external/gpl3/gdb.old/dist/libiberty/
obstack.c 250 struct _obstack_chunk *plp; /* point to previous chunk if any */ local
258 plp = lp->prev;
259 lp = plp;
271 struct _obstack_chunk *plp; /* point to previous chunk if any */ local
279 plp = lp->prev;
281 lp = plp;
  /src/external/gpl3/gdb/dist/libiberty/
obstack.c 250 struct _obstack_chunk *plp; /* point to previous chunk if any */ local
258 plp = lp->prev;
259 lp = plp;
271 struct _obstack_chunk *plp; /* point to previous chunk if any */ local
279 plp = lp->prev;
281 lp = plp;
  /src/crypto/external/apache2/openssl/dist/crypto/encode_decode/
decoder_pkey.c 440 OSSL_PROPERTY_LIST **plp; local
485 plp = ossl_ctx_global_properties(libctx, 0);
486 if (plp != NULL && *plp != NULL) {
488 pq = *plp;
490 p2 = ossl_property_merge(pq, *plp);
  /src/crypto/external/apache2/openssl/dist/crypto/evp/
evp_fetch.c 462 OSSL_PROPERTY_LIST **plp = ossl_ctx_global_properties(libctx, loadconfig); local
464 if (plp != NULL && store != NULL) {
498 ossl_property_free(*plp);
499 *plp = def_prop;
535 OSSL_PROPERTY_LIST **plp = ossl_ctx_global_properties(libctx, loadconfig); local
540 if (plp == NULL || *plp == NULL)
546 pl2 = ossl_property_merge(pl1, *plp);
562 OSSL_PROPERTY_LIST **plp = ossl_ctx_global_properties(libctx, 1); local
564 return plp != NULL && ossl_property_is_enabled(libctx, prop_name, *plp)
587 OSSL_PROPERTY_LIST **plp = ossl_ctx_global_properties(libctx, loadconfig); local
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
evp_fetch.c 494 OSSL_PROPERTY_LIST **plp = ossl_ctx_global_properties(libctx, loadconfig); local
496 if (plp != NULL && store != NULL) {
528 ossl_property_free(*plp);
529 *plp = def_prop;
561 OSSL_PROPERTY_LIST **plp = ossl_ctx_global_properties(libctx, loadconfig); local
566 if (plp == NULL || *plp == NULL)
572 pl2 = ossl_property_merge(pl1, *plp);
588 OSSL_PROPERTY_LIST **plp = ossl_ctx_global_properties(libctx, 1); local
590 return plp != NULL && ossl_property_is_enabled(libctx, prop_name, *plp)
613 OSSL_PROPERTY_LIST **plp = ossl_ctx_global_properties(libctx, loadconfig); local
    [all...]
  /src/lib/libresolv/
res_mkupdate.c 1038 struct valuelist *plp, *plp_next; local
1040 for (plp = protolist; plp != NULL; plp = plp_next) {
1041 plp_next = plp->next;
1042 free(plp->name);
1043 free(plp);
  /src/crypto/external/apache2/openssl/dist/crypto/property/
property.c 639 OSSL_PROPERTY_LIST **plp; local
680 plp = ossl_ctx_global_properties(store->ctx, 0);
681 if (plp != NULL && *plp != NULL) {
683 pq = *plp;
685 p2 = ossl_property_merge(pq, *plp);
  /src/crypto/external/bsd/openssl/dist/crypto/property/
property.c 519 OSSL_PROPERTY_LIST **plp; local
547 plp = ossl_ctx_global_properties(store->ctx, 0);
548 if (plp != NULL && *plp != NULL) {
550 pq = *plp;
552 p2 = ossl_property_merge(pq, *plp);
  /src/external/bsd/libbind/dist/resolv/
res_mkupdate.c 1034 struct valuelist *plp, *plp_next; local
1036 for (plp = protolist; plp != NULL; plp = plp_next) {
1037 plp_next = plp->next;
1038 free(plp->name);
1039 free(plp);
  /src/external/mpl/dhcp/dist/server/
confpars.c 1684 struct permit *plp, *prp; local
1691 for (plp = lhs; plp; plp = plp -> next) {
1694 if (prp -> type == plp -> type &&
1696 prp -> class == plp -> class)) {
  /src/sys/dev/ic/
isp.c 2084 isp_plogx_t *plp; local
2104 plp = (isp_plogx_t *) q;
2105 plp->plogx_header.rqs_entry_count = 1;
2106 plp->plogx_header.rqs_entry_type = RQSTYPE_LOGIN;
2107 plp->plogx_handle = 0xffffffff;
2108 plp->plogx_nphdl = handle;
2109 plp->plogx_vphdl = chan;
2110 plp->plogx_portlo = portid;
2111 plp->plogx_rspsz_porthi = (portid >> 16) & 0xff;
2112 plp->plogx_flags = flags
    [all...]

Completed in 41 milliseconds