Searched refs:zed_strings_next (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()368 z = zed_strings_next(zcp->zedlets)) { in zed_exec_process()
25 const char *zed_strings_next(zed_strings_t *zsp);
221 zed_strings_next(zed_strings_t *zsp) in zed_strings_next() function