Home
last modified time | relevance | path

Searched refs:strnul (Results 1 – 7 of 7) sorted by relevance

/third_party/mksh/
Deval.c349 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()
Dmisc.c617 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()
Dedit.c756 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()
Dlex.c854 dp = strnul(sp) - 1; in yylex()
1298 ctype((c = strnul(s->u.tblp->val.s)[-1]), C_SPACE)) { in getsc_uu()
Dhistrap.c635 ccp = strnul(cmd); in histsave()
Dexec.c1351 p = strnul(sp); in search_path()
Dsh.h681 #define strnul(s) ((s) + strlen((const void *)s)) macro