Searched refs:grabhist (Results 1 – 1 of 1) sorted by relevance
3435 static int grabhist(int, int);4330 if (grabhist(modified, argcnt - 1) < 0) in vi_cmd()4354 if (grabhist(modified, hnum + argcnt) < 0) in vi_cmd()4365 if (grabhist(modified, hnum - argcnt) < 0) in vi_cmd()4464 if (grabhist(modified, ohnum) < 0) in vi_cmd()5093 grabhist(int save, int n) in grabhist() function