Searched refs:strnul (Results 1 – 9 of 9) sorted by relevance
344 sp = strnul(sp) + 1; in expand()367 sp = strnul(sp) + 1; in expand()570 end = strnul(s); in expand()1422 name = strnul(name); in comsub()1494 char *end = strnul(str); in trimsub()1672 se = strnul(sp); in globit()1686 xp = strnul(xp); in globit()
565 se = strnul(sp); in simplify_gmatch_pattern()637 pe = strnul(p); in gmatchx()649 se = strnul(s); in gmatchx()656 pe = strnul(pnew); in gmatchx()
220 char *p = strnul(name); in remove_trailing_dots()
751 se = strnul(s); in x_basename()803 p = strnul(sp); in glob_path()1858 xep = xcp = strnul(xbuf); in x_load_hist()3069 xend = xep = strnul(v); in x_version()3112 xep = strnul(xbuf); in x_edit_line()4145 while ((p = strnul(p)) && p[1]) in vi_cmd()
855 dp = strnul(sp) - 1; in yylex()1299 ctype((c = strnul(s->u.tblp->val.s)[-1]), C_SPACE)) { in getsc_uu()
632 ccp = strnul(cmd); in histsave()
1355 p = strnul(sp); in search_path()
469 s <= strnul(vq->val.s)) { in setstr()
662 #define strnul(s) ((s) + strlen((const void *)s)) macro