Searched refs:strnul (Results 1 – 8 of 8) sorted by relevance
349 sp = strnul(sp) + 1; in expand()372 sp = strnul(sp) + 1; in expand()573 d = strnul(s); in expand()1572 name = strnul(name); in comsub()1644 char *end = strnul(str); in trimsub()1822 se = strnul(sp); in globit()1836 xp = strnul(xp); in globit()
617 se = strnul(sp); in simplify_gmatch_pattern()689 pe = strnul(p); in gmatchx()701 se = strnul(s); in gmatchx()708 pe = strnul(pnew); in gmatchx()
229 char *p = strnul(name); in remove_trailing_dots()
752 se = strnul(s); in x_basename()804 p = strnul(sp); in glob_path()1857 xep = xcp = strnul(xbuf); in x_load_hist()3101 xend = xep = strnul(v); in x_version()3144 xep = strnul(xbuf); in x_edit_line()4183 while ((p = strnul(p)) && p[1]) in vi_cmd()
854 dp = strnul(sp) - 1; in yylex()1298 ctype((c = strnul(s->u.tblp->val.s)[-1]), C_SPACE)) { in getsc_uu()
634 ccp = strnul(cmd); in histsave()
1349 p = strnul(sp); in search_path()
683 #define strnul(s) ((s) + strlen((const void *)s)) macro