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

  /src/usr.bin/ruptime/
ruptime.c 58 static struct hs { struct
61 } *hs; variable in typeref:struct:hs *
82 struct hs *hsp;
137 if ((hs =
138 realloc(hs, (hspace += 40) * sizeof(*hs))) == NULL)
140 hsp = hs + nhosts;
162 qsort(hs, nhosts, sizeof (hs[0]), cmp);
164 hsp = &hs[i]
    [all...]
  /src/usr.bin/sed/
process.c 71 static SPACE HS, PS, SS, YS;
76 #define hs HS.space macro
77 #define hsl HS.len
163 cspace(&PS, hs, hsl, REPLACE);
167 cspace(&PS, hs, hsl, APPEND);
170 cspace(&HS, ps, psl, REPLACE);
173 cspace(&HS, "\n", 1, APPEND);
174 cspace(&HS, ps, psl, APPEND);
259 if (hs == NULL
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/radeon/
sumod.h 351 # define HS(x) ((x) << 4)

Completed in 13 milliseconds