Searched refs:zed_strings_first (Results 1 – 3 of 3) sorted by relevance
90 for (q = zed_strings_first(zsp); q; q = zed_strings_next(zsp)) in _zed_exec_create_env()100 for (q = zed_strings_first(zsp); q; q = zed_strings_next(zsp)) { in _zed_exec_create_env()367 for (z = zed_strings_first(zcp->zedlets); z; in zed_exec_process()
24 const char *zed_strings_first(zed_strings_t *zsp);
200 zed_strings_first(zed_strings_t *zsp) in zed_strings_first() function