Searched refs:vp (Results 1 – 4 of 4) sorted by relevance
2071 struct var *vp; /* the variable that was made local */ member2309 struct var *vp; in initvar() local2322 vp = varinit; in initvar()2323 end = vp + ARRAY_SIZE(varinit); in initvar()2325 vpp = hashvar(vp->var_text); in initvar()2326 vp->next = *vpp; in initvar()2327 *vpp = vp; in initvar()2328 } while (++vp < end); in initvar()2415 struct var *vp, **vpp; in setvareq() local2420 vp = *vpp; in setvareq()[all …]
784 ConfigView** vp; in ~ConfigView() local786 for (vp = &viewList; *vp; vp = &(*vp)->nextView) { in ~ConfigView()787 if (*vp == this) { in ~ConfigView()788 *vp = nextView; in ~ConfigView()
293 static void dump_hex(const char *fmt, const void *vp, int len) in dump_hex() argument296 const uint8_t *p = vp; in dump_hex()302 static void dump_tls_record(const void *vp, int len) in dump_tls_record() argument304 const uint8_t *p = vp; in dump_tls_record()
16 static void dump_hex(const char *fmt, const void *vp, int len) in dump_hex() argument19 const uint8_t *p = vp; in dump_hex()