| /src/external/bsd/wpa/dist/src/ap/ |
| vlan.h | 15 int notempty; /* 0 : no vlan information present, 1: else */ member in struct:vlan_description
|
| vlan_full.c | 465 int untagged, *tagged, i, notempty; local 480 notempty = vlan->vlan_desc.notempty; 484 if (!notempty) { 584 int notempty = vlan->vlan_desc.notempty; local 601 if (!notempty) {
|
| /src/external/bsd/nvi/dist/ex/ |
| ex.c | 216 int newscreen, notempty, tmp, vi_address; local 270 for (notempty = 0; ecp->clen > 0; ++ecp->cp, --ecp->clen) 275 notempty = 1; 287 notempty = 1; 333 (!notempty || F_ISSET(sp, SC_VI) || F_ISSET(ecp, E_BLIGNORE))) {
|
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| vmwgfx_cmdbuf.c | 390 int *notempty) 434 (*notempty)++; 449 int notempty; local 456 notempty = 0; 458 vmw_cmdbuf_ctx_process(man, ctx, ¬empty); 460 if (man->irq_on && !notempty) { 465 } else if (!man->irq_on && notempty) {
|
| /src/games/canfield/canfield/ |
| canfield.c | 214 static bool notempty(const struct cardtype *); 808 notempty(const struct cardtype *cp) function 1171 if (notempty(*cp)) { 1229 if (notempty(tableau[sour])) { 1285 if (notempty(*cp)) {
|