Searched refs:g_units (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/zsh-61/zsh/Src/
H A Dglob.c200 #define g_units (curglobdata.gd_units) macro
350 g_units = qn->units;
1482 g_units = TT_BYTES;
1484 g_units = TT_POSIX_BLOCKS, ++s;
1486 g_units = TT_KILOBYTES, ++s;
1488 g_units = TT_MEGABYTES, ++s;
1492 g_units = TT_DAYS;
1494 g_units = TT_HOURS, ++s;
1496 g_units = TT_MINS, ++s;
1498 g_units
[all...]

Completed in 134 milliseconds