Searched refs:grabhist (Results 1 – 1 of 1) sorted by relevance
3357 static int grabhist(int, int);4229 if (grabhist(modified, argcnt - 1) < 0) in vi_cmd()4253 if (grabhist(modified, hnum + argcnt) < 0) in vi_cmd()4264 if (grabhist(modified, hnum - argcnt) < 0) in vi_cmd()4363 if (grabhist(modified, ohnum) < 0) in vi_cmd()4986 grabhist(int save, int n) in grabhist() function