Searched refs:strnul (Results 1 – 7 of 7) 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()
756 se = strnul(s); in x_basename()808 p = strnul(sp); in glob_path()1894 xep = xcp = strnul(xbuf); in x_load_hist()3141 xend = xep = strnul(v); in x_version()3179 xep = strnul(xbuf); in x_edit_line()4218 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()
635 ccp = strnul(cmd); in histsave()
1351 p = strnul(sp); in search_path()
681 #define strnul(s) ((s) + strlen((const void *)s)) macro